Initial Commit
This commit is contained in:
90
pages/index/welfareImg/welfareImg.wxss
Normal file
90
pages/index/welfareImg/welfareImg.wxss
Normal file
@ -0,0 +1,90 @@
|
||||
@import "../../../wxParse/wxParse.wxss";
|
||||
.cont{
|
||||
width:750rpx;
|
||||
}
|
||||
.cont image{
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.btn{
|
||||
width:167rpx;
|
||||
height: 184rpx;
|
||||
position: fixed;
|
||||
right:0rpx;
|
||||
bottom:300rpx;
|
||||
}
|
||||
.btn image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.btn button{
|
||||
opacity: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
left:0;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
page{
|
||||
background-color: #fcad37;
|
||||
}
|
||||
.title{
|
||||
width: 750rpx;
|
||||
height: 290rpx;
|
||||
}
|
||||
.title image{
|
||||
width: 750rpx;
|
||||
height: 290rpx;
|
||||
}
|
||||
|
||||
.goods_all{
|
||||
width: 690rpx;
|
||||
margin: -100rpx auto 150rpx;
|
||||
}
|
||||
.goods_all::after{
|
||||
content: '';
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
.goods{
|
||||
float: left;
|
||||
width: 330rpx;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0px 7rpx 35rpx 0px
|
||||
rgba(173, 87, 60, 0.51);
|
||||
border-radius: 10rpx;
|
||||
margin-right: 30rpx;
|
||||
margin-bottom: 30rpx;
|
||||
}
|
||||
.goods:nth-child(2n){
|
||||
margin-right: 0;
|
||||
}
|
||||
.goods image{
|
||||
width: 330rpx;
|
||||
height: 330rpx;
|
||||
border-radius: 10rpx 10rpx 0px 0px;
|
||||
}
|
||||
.name{
|
||||
width: 300rpx;
|
||||
margin: 0 auto;
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
border-bottom: 1rpx #e5e5e5 solid;
|
||||
/* line-height: 90rpx; */
|
||||
text-align: center;
|
||||
}
|
||||
.ljgm{
|
||||
width: 220rpx;
|
||||
height: 56rpx;
|
||||
line-height: 56rpx;
|
||||
background-color: #fea712;
|
||||
border-radius: 28rpx;
|
||||
margin:18rpx auto;
|
||||
font-size: 32rpx;
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user