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.
43 lines
788 B
43 lines
788 B
/* pages/user/retail/apply/index.wxss */
|
|
.topbg {
|
|
height: 320rpx;
|
|
background: #0B898E;
|
|
position: absolute;
|
|
width: 900rpx;
|
|
border-bottom-left-radius: 130rpx;
|
|
border-bottom-right-radius: 130rpx;
|
|
left: 50%;
|
|
margin-left: -450rpx;
|
|
z-index: 0;
|
|
}
|
|
.content {
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
margin: 0 30rpx;
|
|
margin-top:100rpx;
|
|
position: relative;
|
|
z-index: 1;
|
|
padding: 0 45rpx;
|
|
}
|
|
.line-item {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 120rpx;
|
|
border-bottom: 1rpx solid #ccc;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
.left-item {
|
|
width: 200rpx;
|
|
text-align: left;
|
|
}
|
|
.apply-btn {
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
width: 360rpx;
|
|
line-height: 80rpx;
|
|
background: #0B898E;
|
|
border-radius: 40rpx;
|
|
text-align: center;
|
|
margin: 100rpx auto;
|
|
}
|