Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-starter
提交
e0b60a46
U
uni-starter
项目概览
DCloud
/
uni-starter
通知
4669
Star
228
Fork
210
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
3
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
3
Issue
3
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
e0b60a46
编写于
4月 07, 2021
作者:
芊
芊里
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
https://gitee.com/dcloud/base-app
上级
053af930
32203119
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
36 addition
and
25 deletion
+36
-25
pages.json
pages.json
+2
-4
pages/ucenter/ucenter.vue
pages/ucenter/ucenter.vue
+34
-21
未找到文件。
pages.json
浏览文件 @
e0b60a46
...
...
@@ -26,7 +26,7 @@
//
"backgroundColor"
:
"transparent"
,
"app-plus"
:
{
"animationType"
:
"fade-in"
,
//
"background"
:
"transparent"
,
"background"
:
"transparent"
,
"popGesture"
:
"none"
,
"titleNView"
:
false
//
"navigationBarTitleText"
:
""
,
...
...
@@ -70,9 +70,7 @@
},
{
"path"
:
"pages/ucenter/ucenter"
,
"style"
:
{
"navigationBarTitleText"
:
"个人中心"
,
"navigationBarBackgroundColor"
:
"#2F85FC"
,
"navigationBarTextStyle"
:
"white"
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"pages/uni-feedback/uni-feedback"
,
...
...
pages/ucenter/ucenter.vue
浏览文件 @
e0b60a46
<
template
>
<view
class=
"center"
>
<view
class=
"
log
o"
@
click=
"goLogin"
:hover-class=
"!login ? 'logo-hover' : ''"
>
<view
class=
"
userInf
o"
@
click=
"goLogin"
:hover-class=
"!login ? 'logo-hover' : ''"
>
<image
class=
"logo-img"
:src=
"login ? (userInfo.avatar || avatarUrl) :avatarUrl"
></image>
<view
class=
"logo-title"
>
<text
class=
"uer-name"
>
Hi,
{{
login
?
userInfo
.
username
:
'
您未登录
'
}}
</text>
...
...
@@ -165,12 +165,12 @@
background-color
:
#f8f8f8
;
}
.
log
o
{
width
:
750
u
px
;
height
:
240
upx
;
padding
:
20
u
px
;
.
userInf
o
{
width
:
750
r
px
;
padding
:
20
rpx
;
padding
-top
:
50
px
;
background-color
:
#2F85FC
;
flex-direction
:
row
;
flex-direction
:
column
;
align-items
:
center
;
}
...
...
@@ -179,38 +179,39 @@
}
.logo-img
{
width
:
150
upx
;
height
:
150
upx
;
border-radius
:
150
upx
;
width
:
150
rpx
;
height
:
150
rpx
;
border-radius
:
150
rpx
;
border
:
solid
1px
#FFFFFF
;
}
.logo-title
{
height
:
150
u
px
;
height
:
150
r
px
;
flex
:
1
;
align-items
:
center
;
justify-content
:
space-between
;
flex-direction
:
row
;
margin-left
:
20
u
px
;
margin-left
:
20
r
px
;
}
.uer-name
{
height
:
60
u
px
;
line-height
:
60
u
px
;
font-size
:
38
u
px
;
height
:
60
r
px
;
line-height
:
60
r
px
;
font-size
:
38
r
px
;
color
:
#FFFFFF
;
}
.go-login-navigat-arrow
{
font-size
:
38
u
px
;
font-size
:
38
r
px
;
color
:
#FFFFFF
;
}
.navigat-arrow
{
height
:
90
u
px
;
width
:
40
u
px
;
line-height
:
90
u
px
;
font-size
:
34
u
px
;
color
:
#
555
;
height
:
90
r
px
;
width
:
40
r
px
;
line-height
:
90
r
px
;
font-size
:
34
r
px
;
color
:
#
FFFFFF
;
text-align
:
right
;
font-family
:
texticons
;
}
...
...
@@ -239,4 +240,16 @@
justify-content
:
center
;
align-items
:
center
;
}
/*修改边线粗细示例*/
/* #ifndef APP-NVUE */
.center-list
/
deep
/
.uni-list--border
:after
,
.center-list
/
deep
/
.uni-list--border-top
,
.center-list
/
deep
/
.uni-list--border-bottom
{
-webkit-transform
:
scaleY
(
0.2
);
transform
:
scaleY
(
0.2
);
}
/* #endif */
</
style
>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录