16 changed files with 288 additions and 205 deletions
@ -1,181 +1,203 @@ |
|||||||
.app-wallpaper{ |
.app-wallpaper { |
||||||
background:{ |
background: { |
||||||
size: 100% 100%; |
size: 100% 100%; |
||||||
repeat: no-repeat; |
repeat: no-repeat; |
||||||
} |
} |
||||||
} |
} |
||||||
.index-banner { |
|
||||||
.img{ |
.index-banner { |
||||||
width:100%; |
.img { |
||||||
border:{ |
width: 100%; |
||||||
width:2rpx; |
border: { |
||||||
color:#3F3F3F; |
width: 2rpx; |
||||||
style:solid; |
color: #3F3F3F; |
||||||
radius:25rpx |
style: solid; |
||||||
} |
radius: 25rpx |
||||||
} |
|
||||||
background:{ |
|
||||||
image:url("http://live.admin.jinghkb.com/banner-backgrond.png"); |
|
||||||
size: 100% 100%; |
|
||||||
repeat: no-repeat; |
|
||||||
} |
} |
||||||
.index-banner-container{ |
} |
||||||
padding:{ |
|
||||||
top:20rpx; |
background: { |
||||||
bottom:20rpx; |
image: url("http://live.admin.jinghkb.com/banner-backgrond.png"); |
||||||
left:20rpx; |
size: 100% 100%; |
||||||
right:20rpx; |
repeat: no-repeat; |
||||||
}; |
} |
||||||
|
|
||||||
|
.index-banner-container { |
||||||
|
padding: { |
||||||
|
top: 20rpx; |
||||||
|
bottom: 20rpx; |
||||||
|
left: 20rpx; |
||||||
|
right: 20rpx; |
||||||
|
}; |
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.index-user-detail { |
||||||
|
|
||||||
|
position: relative; |
||||||
|
top: -45rpx; |
||||||
|
background: { |
||||||
|
size: 100% 100%; |
||||||
|
repeat: no-repeat; |
||||||
|
} |
||||||
|
|
||||||
|
.user-detail-container { |
||||||
|
align-items: center; |
||||||
|
padding: { |
||||||
|
top: 95rpx; |
||||||
|
bottom: 50rpx; |
||||||
|
left: 50rpx; |
||||||
|
right: 50rpx; |
||||||
} |
} |
||||||
} |
|
||||||
|
|
||||||
.index-user-detail { |
.user-avatar { |
||||||
|
width: 75rpx; |
||||||
|
height: 75rpx; |
||||||
|
margin-right: 35rpx; |
||||||
|
overflow: hidden; |
||||||
|
border: { |
||||||
|
width: 2rpx; |
||||||
|
color: #262626; |
||||||
|
style: solid; |
||||||
|
radius: 50%; |
||||||
|
} |
||||||
|
box-shadow: 0rpx 10rpx 11rpx 0rpx rgba(63, 63, 63, 0.3);; |
||||||
|
|
||||||
position: relative; |
.img { |
||||||
top:-45rpx; |
width: 75rpx; |
||||||
background:{ |
height: 75rpx; |
||||||
size: 100% 100%; |
|
||||||
repeat: no-repeat; |
|
||||||
} |
} |
||||||
.user-detail-container{ |
} |
||||||
align-items: center; |
|
||||||
padding:{ |
.user-content { |
||||||
top:95rpx; |
.user-title-top { |
||||||
bottom:50rpx; |
margin: { |
||||||
left:50rpx; |
bottom: 15rpx; |
||||||
right:50rpx; |
|
||||||
} |
} |
||||||
.user-avatar{ |
|
||||||
width:75rpx; |
.img { |
||||||
height:75rpx; |
width: 83rpx; |
||||||
margin-right:35rpx; |
height: auto; |
||||||
overflow: hidden; |
|
||||||
border:{ |
|
||||||
width:2rpx; |
|
||||||
color:#262626; |
|
||||||
style:solid; |
|
||||||
radius:50%; |
|
||||||
} |
|
||||||
box-shadow: 0rpx 10rpx 11rpx 0rpx rgba(63,63,63,0.3);; |
|
||||||
.img{ |
|
||||||
width:75rpx; |
|
||||||
height:75rpx; |
|
||||||
} |
|
||||||
} |
} |
||||||
.user-content{ |
|
||||||
.user-title-top{ |
font: { |
||||||
margin:{ |
size: 30rpx; |
||||||
bottom:15rpx; |
weight: 500; |
||||||
} |
|
||||||
.img{ |
|
||||||
width:83rpx; |
|
||||||
height:auto; |
|
||||||
} |
|
||||||
font:{ |
|
||||||
size:30rpx; |
|
||||||
weight:500; |
|
||||||
} |
|
||||||
color:#131313; |
|
||||||
line-height:30rpx; |
|
||||||
.user-title-text{ |
|
||||||
padding:{ |
|
||||||
left:10rpx; |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
.user-title-bottom{ |
|
||||||
|
|
||||||
.img{ |
|
||||||
width:41rpx; |
|
||||||
height:100% |
|
||||||
} |
|
||||||
font:{ |
|
||||||
size:26rpx; |
|
||||||
weight:400; |
|
||||||
} |
|
||||||
color:#131313; |
|
||||||
line-height:30rpx; |
|
||||||
.user-title-idcard{ |
|
||||||
|
|
||||||
} |
|
||||||
} |
|
||||||
} |
} |
||||||
.user-coupons{ |
color: #131313; |
||||||
width:165rpx; |
line-height: 30rpx; |
||||||
height:45rpx; |
|
||||||
background:{ |
|
||||||
size: 100% 100%; |
|
||||||
repeat: no-repeat; |
|
||||||
} |
|
||||||
display: flex; |
|
||||||
align-items: center; |
|
||||||
justify-content: end; |
|
||||||
.user-coupons-number{ |
|
||||||
width:100%; |
|
||||||
padding:{ |
|
||||||
left:112.5rpx; |
|
||||||
top:2.5rpx; |
|
||||||
} |
|
||||||
margin:{ |
|
||||||
bottom:auto; |
|
||||||
top:auto; |
|
||||||
right:auto; |
|
||||||
} |
|
||||||
.user-coupons-number-container{ |
|
||||||
width:100%; |
|
||||||
text-align: center; |
|
||||||
} |
|
||||||
} |
|
||||||
//text-align: end; |
|
||||||
|
|
||||||
margin:{ |
.user-title-text { |
||||||
bottom:auto; |
padding: { |
||||||
left:auto; |
left: 10rpx; |
||||||
} |
} |
||||||
font:{ |
} |
||||||
size:26rpx; |
} |
||||||
weight:bold; |
|
||||||
} |
.user-title-bottom { |
||||||
color:#131313; |
|
||||||
line-height:30rpx; |
.img { |
||||||
|
width: 41rpx; |
||||||
|
height: 100% |
||||||
} |
} |
||||||
|
|
||||||
|
font: { |
||||||
|
size: 26rpx; |
||||||
|
weight: 400; |
||||||
|
} |
||||||
|
color: #131313; |
||||||
|
line-height: 30rpx; |
||||||
|
|
||||||
|
.user-title-idcard { |
||||||
|
|
||||||
|
} |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
.index-button-group { |
.user-coupons { |
||||||
width: 100%; |
width: 165rpx; |
||||||
.index-button-detail { |
height: 45rpx; |
||||||
&:nth-child(1){padding:{right:9rpx;bottom:5rpx;}} |
background: { |
||||||
&:nth-child(2){padding:{left:9rpx;bottom:5rpx;}} |
size: 100% 100%; |
||||||
&:nth-child(3){padding:{right:9rpx;top:5rpx;}} |
repeat: no-repeat; |
||||||
&:nth-child(4){padding: {left: 9rpx;top: 5rpx;}} |
} |
||||||
height: 330rpx; |
display: flex; |
||||||
flex-wrap: wrap; |
align-items: center; |
||||||
} |
justify-content: flex-end; |
||||||
.index-button-detail-container{ |
|
||||||
width:100%; |
.user-coupons-number { |
||||||
height:100%; |
width: 100%; |
||||||
justify-content: center; |
padding: { |
||||||
align-items: flex-end; |
left: 112.5rpx; |
||||||
display: flex; |
top: 2.5rpx; |
||||||
margin:{ |
|
||||||
top:auto; |
|
||||||
} |
} |
||||||
.img{ |
margin: { |
||||||
display: block; |
bottom: auto; |
||||||
width:175rpx; |
top: auto; |
||||||
|
right: auto; |
||||||
|
} |
||||||
|
|
||||||
|
.user-coupons-number-container { |
||||||
|
width: 100%; |
||||||
|
text-align: center; |
||||||
} |
} |
||||||
padding:{ |
|
||||||
bottom:50rpx; |
|
||||||
right:80rpx; |
|
||||||
left:80rpx; |
|
||||||
}; |
|
||||||
} |
} |
||||||
.index-button-detail .index-button-detail-container{ |
|
||||||
background:{ |
//text-align: end; |
||||||
size: 100% 100%; |
|
||||||
repeat: no-repeat; |
margin: { |
||||||
} |
bottom: auto; |
||||||
} |
left: auto; |
||||||
} |
} |
||||||
|
font: { |
||||||
|
size: 26rpx; |
||||||
|
weight: bold; |
||||||
|
} |
||||||
|
color: #131313; |
||||||
|
line-height: 30rpx; |
||||||
|
} |
||||||
|
|
||||||
|
} |
||||||
|
} |
||||||
|
|
||||||
|
.index-button-group { |
||||||
|
width: 100%; |
||||||
|
|
||||||
|
.index-button-detail { |
||||||
|
//&:nth-child(1){padding:{right:9rpx;bottom:5rpx;}} |
||||||
|
//&:nth-child(2){padding:{left:9rpx;bottom:5rpx;}} |
||||||
|
//&:nth-child(3){padding:{right:9rpx;top:5rpx;}} |
||||||
|
//&:nth-child(4){padding: {left: 9rpx;top: 5rpx;}} |
||||||
|
height: 330rpx; |
||||||
|
flex-wrap: wrap; |
||||||
|
} |
||||||
|
|
||||||
|
.index-button-detail-container { |
||||||
|
width: 100%; |
||||||
|
height: 100%; |
||||||
|
justify-content: center; |
||||||
|
align-items: flex-end; |
||||||
|
display: flex; |
||||||
|
margin: { |
||||||
|
top: auto; |
||||||
|
} |
||||||
|
|
||||||
|
.img { |
||||||
|
display: block; |
||||||
|
width: 175rpx; |
||||||
|
} |
||||||
|
|
||||||
|
padding: { |
||||||
|
bottom: 50rpx; |
||||||
|
right: 80rpx; |
||||||
|
left: 80rpx; |
||||||
|
}; |
||||||
|
} |
||||||
|
|
||||||
|
.index-button-detail .index-button-detail-container { |
||||||
|
background: { |
||||||
|
size: 100% 100%; |
||||||
|
repeat: no-repeat; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
Loading…
Reference in new issue