Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
德宏大魔王
uni-starter
提交
4102167b
U
uni-starter
项目概览
德宏大魔王
/
uni-starter
与 Fork 源项目一致
Fork自
DCloud / uni-starter
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
4102167b
编写于
4月 07, 2021
作者:
芊
芊里
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
组件样式修改
上级
55ff88a9
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
56 addition
and
21 deletion
+56
-21
uni_modules/uni-login-page/components/login-action-sheet/login-action-sheet.vue
...page/components/login-action-sheet/login-action-sheet.vue
+27
-10
uni_modules/uni-login-page/components/login-ikonw/login-ikonw.vue
...les/uni-login-page/components/login-ikonw/login-ikonw.vue
+14
-5
uni_modules/uni-login-page/components/login-short-code/login-short-code.vue
...gin-page/components/login-short-code/login-short-code.vue
+15
-6
未找到文件。
uni_modules/uni-login-page/components/login-action-sheet/login-action-sheet.vue
浏览文件 @
4102167b
<
template
>
<uni-popup
ref=
"actionSheet"
type=
"bottom"
>
<view
class=
"
flex w-750 action-sheet-box bg-white
"
>
<view
class=
"
flex flex-row flex-nowrap align-center justify-center
auth-item"
@
click=
"clickItem(item)"
<view
class=
"
action-sheet-box
"
>
<view
class=
"
auth-wrap
auth-item"
@
click=
"clickItem(item)"
hover-class=
"hover"
v-for=
"(item, index) in providerList"
:key=
"index"
>
<image
:src=
"item.image"
class=
"login-logo"
></image>
<text
class=
"
px-1 font-28
"
>
{{
providerName
[
item
.
value
]
}}
</text>
<text
class=
"
auth-text
"
>
{{
providerName
[
item
.
value
]
}}
</text>
</view>
<view
class=
"cancel-line"
></view>
<view
class=
"
flex flex-row flex-nowrap align-center justify-center
cancel-item"
@
click=
"clickItem(item)"
>
<text
class=
"
font-28
"
>
取消
</text>
<view
class=
"
auth-wrap
cancel-item"
@
click=
"clickItem(item)"
>
<text
class=
"
auth-text
"
>
取消
</text>
</view>
</view>
</uni-popup>
...
...
@@ -88,19 +88,32 @@
}
</
script
>
<
style
>
@import
url("../../common/myStyle.css")
;
<
style
scoped
>
.action-sheet-box
{
border-top-left-radius
:
20
rpx
;
border-top-right-radius
:
20
rpx
;
border-top-right-radius
:
20
rpx
;
/* #ifndef APP-NVUE */
display
:
flex
;
/* #endif */
width
:
750
rpx
;
background-color
:
#fff
;
}
.login-logo
{
width
:
42
rpx
;
height
:
42
rpx
;
}
.auth-wrap
{
/* #ifndef APP-NVUE */
display
:
flex
;
/* #endif */
flex-direction
:
row
;
flex-wrap
:
nowrap
;
align-items
:
center
;
justify-content
:
center
;
}
.auth-item
{
border-bottom-width
:
1px
;
border-bottom-color
:
#F1F1F1
;
...
...
@@ -115,5 +128,9 @@
width
:
750
rpx
;
height
:
10
rpx
;
background-color
:
#F1F1F1
;
}
.auth-text
{
padding
:
0
10
rpx
;
font-size
:
28
rpx
;
}
</
style
>
uni_modules/uni-login-page/components/login-ikonw/login-ikonw.vue
浏览文件 @
4102167b
<
template
>
<view
class=
"
flex flex-row flex
-wrap"
>
<text
class=
"text-sub
font-26
"
v-for=
"(t, i) in innerText"
:key=
"i"
:class=
"t.to?'link-color':''"
<view
class=
"
login-iknow
-wrap"
>
<text
class=
"text-sub"
v-for=
"(t, i) in innerText"
:key=
"i"
:class=
"t.to?'link-color':''"
@
click=
"clickLink(t)"
>
{{
t
.
text
||
t
}}
</text>
</view>
</
template
>
...
...
@@ -69,9 +69,18 @@
}
</
script
>
<
style
>
@import
url("../../common/myStyle.css")
;
<
style
scoped
>
.login-iknow-wrap
{
/* #ifndef APP-NVUE */
display
:
flex
;
/* #endif */
flex-direction
:
row
;
flex-wrap
:
wrap
;
}
.text-sub
{
color
:
#8a8f8b
;
font-size
:
26
rpx
;
}
.link-color
{
color
:
#04498c
;
}
...
...
uni_modules/uni-login-page/components/login-short-code/login-short-code.vue
浏览文件 @
4102167b
<
template
>
<view
class=
"
flex justify-center align-center
short-code-btn"
hover-class=
"hover"
@
click=
"clickBtn"
>
<text
class=
"
font-28
"
>
{{
innerText
}}
</text>
<view
class=
"short-code-btn"
hover-class=
"hover"
@
click=
"clickBtn"
>
<text
class=
"
inner-text"
:class=
"reverseNumber==0?'inner-text-active':''
"
>
{{
innerText
}}
</text>
</view>
</
template
>
...
...
@@ -70,11 +70,20 @@
}
</
script
>
<
style
>
@import
url("../../common/myStyle.css")
;
<
style
scoped
>
.short-code-btn
{
width
:
200
rpx
;
height
:
85
rpx
;
height
:
85
rpx
;
/* #ifndef APP-NVUE */
display
:
flex
;
/* #endif */
justify-content
:
center
;
align-items
:
center
;
}
.inner-text
{
font-size
:
28
rpx
;
}
.inner-text-active
{
color
:
#007aff
;
}
</
style
>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录