54 lines
856 B
Plaintext
54 lines
856 B
Plaintext
![]() |
/* pages/welfare/welfare.wxss */
|
||
|
page{
|
||
|
background-color: #f5f5f5;
|
||
|
}
|
||
|
.top image{
|
||
|
width: 750rpx;
|
||
|
height: 432rpx;
|
||
|
}
|
||
|
.goods-all{
|
||
|
width: 690rpx;
|
||
|
padding:75rpx 30rpx 0;
|
||
|
}
|
||
|
.goods-all::after{
|
||
|
display: block;
|
||
|
content: '';
|
||
|
clear: both;
|
||
|
}
|
||
|
.goods{
|
||
|
width: 330rpx;
|
||
|
background-color: #ffffff;
|
||
|
border-radius: 10rpx;
|
||
|
float: left;
|
||
|
margin-right: 30rpx;
|
||
|
margin-bottom:30rpx ;
|
||
|
}
|
||
|
.goods:nth-child(2n){
|
||
|
margin-right: 0rpx;
|
||
|
}
|
||
|
.goods-img image{
|
||
|
width: 330rpx;
|
||
|
height: 330rpx;
|
||
|
}
|
||
|
.goods-name{
|
||
|
width: 300rpx;
|
||
|
margin: 0 15rpx;
|
||
|
line-height: 93rpx;
|
||
|
border-bottom: 1rpx solid #e5e5e5;
|
||
|
font-size: 32rpx;
|
||
|
color: #333333;
|
||
|
}
|
||
|
.goods-sales{
|
||
|
width: 300rpx;
|
||
|
padding: 0 15rpx;
|
||
|
font-size: 24rpx;
|
||
|
color: #999999;
|
||
|
margin:20rpx 0 50rpx;
|
||
|
}
|
||
|
.empty{
|
||
|
font-size: 28rpx;
|
||
|
letter-spacing: 3rpx;
|
||
|
color: #999;
|
||
|
text-align: center;
|
||
|
margin: 150rpx 0;
|
||
|
}
|