You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
649 B
39 lines
649 B
|
4 years ago
|
/* pages/user/videoCoupon/index.wxss */
|
||
|
|
page {
|
||
|
|
background: #EDEDED;
|
||
|
|
}
|
||
|
|
.item {
|
||
|
|
margin: 20rpx 30rpx;
|
||
|
|
background: white;
|
||
|
|
border-radius: 20rpx;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 10rpx 13rpx;
|
||
|
|
}
|
||
|
|
.item image {
|
||
|
|
width: 250rpx;
|
||
|
|
height: 180rpx;
|
||
|
|
flex-shrink: 0;
|
||
|
|
display: block;
|
||
|
|
border-radius: 11rpx;
|
||
|
|
}
|
||
|
|
.info {
|
||
|
|
flex: 1;
|
||
|
|
margin-left: 20rpx;
|
||
|
|
font-size: 27rpx;
|
||
|
|
color: #999999;
|
||
|
|
line-height: 42rpx;
|
||
|
|
}
|
||
|
|
.info .title {
|
||
|
|
color: #000;
|
||
|
|
font-size: 30rpx;
|
||
|
|
font-weight: 500;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
}
|
||
|
|
.nomore {
|
||
|
|
text-align: center;
|
||
|
|
margin-top: 40rpx;
|
||
|
|
font-size: 0.28rem;
|
||
|
|
color: #666;
|
||
|
|
}
|