Files
sphc/pages/index/banner_details/welfareImg.wxss
2024-05-06 15:34:15 +08:00

34 lines
525 B
Plaintext

@import "../../../wxParse/wxParse.wxss";
.cont{
width:750rpx;
}
.cont image{
width: 100% !important;
}
.btn{
width: 480rpx;
height: 80rpx;
background-image: linear-gradient(90deg,
#fcaa05 0%,
#f48e14 100%);
border-radius: 40rpx;
position: fixed;
left:135rpx;
bottom: 100rpx;
font-size: 36rpx;
color: #ffffff;
line-height: 80rpx;
text-align: center;
}
.btn button{
opacity: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
position: absolute;
left:0;
top: 0;
z-index: 10;
}