Initial Commit
This commit is contained in:
34
pages/index/banner_details/welfareImg.wxss
Normal file
34
pages/index/banner_details/welfareImg.wxss
Normal file
@ -0,0 +1,34 @@
|
||||
@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;
|
||||
}
|
Reference in New Issue
Block a user