30 lines
448 B
Plaintext
30 lines
448 B
Plaintext
/* pages/usercenter/apply-shop/index.wxss */
|
|
|
|
.external-class{
|
|
height: 300rpx;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
|
|
.wrapper{
|
|
padding: 50rpx 30rpx;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
|
|
.wrapper-title{
|
|
font-size: 32rpx;
|
|
margin-left: 5rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.sub-btn-pos-box{
|
|
width: 100%;
|
|
padding: 50rpx 0 100rpx 0;
|
|
position: fixed;
|
|
bottom: 0;
|
|
background-color: white;
|
|
}
|
|
|
|
.sub-btn-box{
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
} |