6 changed files with 7 additions and 196 deletions
Unified View
Diff Options
-
6pages/home/enterprise/enterprise.wxml
-
94pages/home/info/index.js
-
3pages/home/info/index.json
-
24pages/home/info/index.wxml
-
70pages/home/info/index.wxss
-
6pages/home/personal/index.wxml
@ -1,80 +1,16 @@ |
|||||
/* pages/home/info/index.wxss */ |
/* pages/home/info/index.wxss */ |
||||
.wux-badge { |
.wux-badge { |
||||
position: absolute; |
|
||||
width: 120px; |
|
||||
height: 120px; |
|
||||
opacity: 0.8; |
|
||||
right: 0; |
|
||||
bottom: 0; |
|
||||
z-index: 10; |
|
||||
} |
|
||||
|
|
||||
.wux-badge2 { |
|
||||
width: 120rpx; |
|
||||
height: 120rpx; |
|
||||
|
width: 130rpx; |
||||
|
height: 130rpx; |
||||
position: absolute; |
position: absolute; |
||||
z-index: 10; |
z-index: 10; |
||||
left: 32rpx; |
left: 32rpx; |
||||
} |
} |
||||
|
|
||||
.header-bg { |
|
||||
margin-top: 0px; |
|
||||
width: 100%; |
|
||||
height: 80px; |
|
||||
background: linear-gradient(314deg, rgba(50, 107, 250, 1) 0%, rgba(0, 138, 255, 1) 100%); |
|
||||
border-bottom-left-radius: 64rpx; |
|
||||
border-bottom-right-radius: 64rpx; |
|
||||
} |
|
||||
|
|
||||
.header-box { |
.header-box { |
||||
width: 100%; |
width: 100%; |
||||
background: rgba(255, 255, 255, 1); |
background: rgba(255, 255, 255, 1); |
||||
/* box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.32); |
/* box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.32); |
||||
border-radius: 6px; */ |
border-radius: 6px; */ |
||||
} |
} |
||||
|
|
||||
.userinfo-avatar { |
|
||||
overflow: hidden; |
|
||||
width: 120rpx; |
|
||||
height: 120rpx; |
|
||||
border-radius: 12rpx; |
|
||||
border: 2px solid #fff; |
|
||||
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); |
|
||||
} |
|
||||
|
|
||||
.account-bg { |
|
||||
background: linear-gradient(314deg, rgba(50, 107, 250, 1) 0%, rgba(0, 138, 255, 1) 100%); |
|
||||
border-radius: 6px; |
|
||||
} |
|
||||
|
|
||||
.money { |
|
||||
font-size: 44rpx; |
|
||||
font-family: SFProDisplay-Semibold, SFProDisplay; |
|
||||
font-weight: 600; |
|
||||
color: rgba(255, 255, 255, 1); |
|
||||
} |
|
||||
|
|
||||
.label { |
|
||||
font-size: 24rpx; |
|
||||
font-family: PingFang-SC-Regular, PingFang-SC; |
|
||||
font-weight: 400; |
|
||||
color: rgba(255, 255, 255, 1); |
|
||||
} |
|
||||
|
|
||||
.img-auth { |
|
||||
width: 32rpx; |
|
||||
height: 32rpx; |
|
||||
margin-left: 24rpx; |
|
||||
margin-right: 12rpx |
|
||||
} |
|
||||
|
|
||||
.img-auth2 { |
|
||||
width: 32rpx; |
|
||||
height: 32rpx; |
|
||||
margin-right: 12rpx |
|
||||
} |
|
||||
|
|
||||
.realName { |
|
||||
max-width: 100px; |
|
||||
white-space: nowrap; |
|
||||
} |
|
||||
|
|
||||
Write
Preview
Loading…
Cancel
Save