self_mall_xcx/components/upload/index.wxss
2023-06-12 00:02:36 +08:00

19 lines
314 B
Plaintext

/* components/upload/index.wxss */
.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;
}