34 lines
525 B
Plaintext
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;
|
|
} |