You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
987 B
53 lines
987 B
.seting-body{ |
|
width: 100vw; |
|
height: 100vh; |
|
overflow: hidden; |
|
padding: 15rpx; |
|
box-sizing: border-box; |
|
position: relative; |
|
background-color: #F2F2F2; |
|
} |
|
.seting-footer{ |
|
position: absolute; |
|
bottom: env(safe-area-inset-bottom); |
|
text-align: center; |
|
width: 100vw; |
|
.seting-footer-button{ |
|
width: 464rpx; |
|
height: 80rpx; |
|
background: #F83D3D; |
|
box-shadow: 0rpx 3rpx 2rpx 0rpx rgba(13,13,13,0.0118); |
|
border-radius: 60rpx 60rpx 60rpx 60rpx; |
|
opacity: 1; |
|
color: #FFFFFF; |
|
font-size: 36rpx; |
|
} |
|
} |
|
.cell-container{ |
|
margin-top: 25rpx; |
|
background-color: #ffffff; |
|
width: 100%; |
|
margin-bottom: 20rpx; |
|
border-radius: 12rpx 12rpx 12rpx 12rpx; |
|
box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(132,132,132,0.05); |
|
// padding: 16rpx; |
|
box-sizing: border-box; |
|
.cell-item:last-child{ |
|
border: 0rpx; |
|
} |
|
.cell-item{ |
|
.cell-label{ |
|
|
|
font-size: 34rpx; |
|
color: #333333; |
|
} |
|
.cell-value{ |
|
text-align: right; |
|
color: #999999; |
|
font-size: 34rpx; |
|
} |
|
border-bottom: solid 1rpx #F0F0F0; |
|
padding: 26rpx; |
|
} |
|
|
|
}
|
|
|