Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
德宏大魔王
uni-starter
提交
7f7db937
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看板
提交
7f7db937
编写于
4月 07, 2021
作者:
L
linju
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
213
上级
233c20ab
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
36 addition
and
24 deletion
+36
-24
App.vue
App.vue
+1
-0
pages.json
pages.json
+1
-3
pages/ucenter/ucenter.vue
pages/ucenter/ucenter.vue
+34
-21
未找到文件。
App.vue
浏览文件 @
7f7db937
...
@@ -35,6 +35,7 @@
...
@@ -35,6 +35,7 @@
image
,
switch
,
navigator
,
icons
{
image
,
switch
,
navigator
,
icons
{
display
:
flex
;
display
:
flex
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
flex-direction
:
column
;
}
}
scroll-view
{
scroll-view
{
-webkit-overflow-scrolling
:
touch
;
-webkit-overflow-scrolling
:
touch
;
...
...
pages.json
浏览文件 @
7f7db937
...
@@ -70,9 +70,7 @@
...
@@ -70,9 +70,7 @@
},
{
},
{
"path"
:
"pages/ucenter/ucenter"
,
"path"
:
"pages/ucenter/ucenter"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"个人中心"
,
"navigationStyle"
:
"custom"
"navigationBarBackgroundColor"
:
"#2F85FC"
,
"navigationBarTextStyle"
:
"white"
}
}
},
{
},
{
"path"
:
"pages/uni-feedback/uni-feedback"
,
"path"
:
"pages/uni-feedback/uni-feedback"
,
...
...
pages/ucenter/ucenter.vue
浏览文件 @
7f7db937
<
template
>
<
template
>
<view
class=
"center"
>
<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>
<image
class=
"logo-img"
:src=
"login ? (userInfo.avatar || avatarUrl) :avatarUrl"
></image>
<view
class=
"logo-title"
>
<view
class=
"logo-title"
>
<text
class=
"uer-name"
>
Hi,
{{
login
?
userInfo
.
username
:
'
您未登录
'
}}
</text>
<text
class=
"uer-name"
>
Hi,
{{
login
?
userInfo
.
username
:
'
您未登录
'
}}
</text>
...
@@ -168,12 +168,12 @@
...
@@ -168,12 +168,12 @@
background-color
:
#f8f8f8
;
background-color
:
#f8f8f8
;
}
}
.
log
o
{
.
userInf
o
{
width
:
750
u
px
;
width
:
750
r
px
;
height
:
240
upx
;
padding
:
20
rpx
;
padding
:
20
u
px
;
padding
-top
:
50
px
;
background-color
:
#2F85FC
;
background-color
:
#2F85FC
;
flex-direction
:
row
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
center
;
}
}
...
@@ -182,38 +182,39 @@
...
@@ -182,38 +182,39 @@
}
}
.logo-img
{
.logo-img
{
width
:
150
upx
;
width
:
150
rpx
;
height
:
150
upx
;
height
:
150
rpx
;
border-radius
:
150
upx
;
border-radius
:
150
rpx
;
border
:
solid
1px
#FFFFFF
;
}
}
.logo-title
{
.logo-title
{
height
:
150
u
px
;
height
:
150
r
px
;
flex
:
1
;
flex
:
1
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
flex-direction
:
row
;
flex-direction
:
row
;
margin-left
:
20
u
px
;
margin-left
:
20
r
px
;
}
}
.uer-name
{
.uer-name
{
height
:
60
u
px
;
height
:
60
r
px
;
line-height
:
60
u
px
;
line-height
:
60
r
px
;
font-size
:
38
u
px
;
font-size
:
38
r
px
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
}
}
.go-login-navigat-arrow
{
.go-login-navigat-arrow
{
font-size
:
38
u
px
;
font-size
:
38
r
px
;
color
:
#FFFFFF
;
color
:
#FFFFFF
;
}
}
.navigat-arrow
{
.navigat-arrow
{
height
:
90
u
px
;
height
:
90
r
px
;
width
:
40
u
px
;
width
:
40
r
px
;
line-height
:
90
u
px
;
line-height
:
90
r
px
;
font-size
:
34
u
px
;
font-size
:
34
r
px
;
color
:
#
555
;
color
:
#
FFFFFF
;
text-align
:
right
;
text-align
:
right
;
font-family
:
texticons
;
font-family
:
texticons
;
}
}
...
@@ -241,5 +242,17 @@
...
@@ -241,5 +242,17 @@
.uni-grid
.item
/
deep
/
.uni-grid-item__box
{
.uni-grid
.item
/
deep
/
.uni-grid-item__box
{
justify-content
:
center
;
justify-content
:
center
;
align-items
:
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
>
</
style
>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录