user_spsy.wxss
549 Bytes
page{
width: 100%;
height: 100%;
background:#f4f5fa;
}
.xc-coupon-img{
width: 100%;
height: 330rpx;
}
.btn-container {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
/* padding: 20rpx 30rpx; */
box-sizing: border-box;
background-color: white;
border-top: 2rpx solid #f2f2f2;
z-index: 1;
}
.btn {
background-color: #FF6768;
color: white;
padding: 26rpx;
text-align: center;
/* border-radius: 8rpx; */
}
.btn1 {
background-color: #ccc;
color: white;
padding: 26rpx;
text-align: center;
/* border-radius: 8rpx; */
}