yuminge-app/yun-min-program-plugin-master/packageC/couponList/couponList.wxss

70 lines
1.2 KiB
Plaintext

/* packageD/couponList/couponList.wxss */
.couponList .searchcontent {
padding-top: 41rpx;
background-color: #ffff;
padding-bottom: 12rpx;
margin-bottom: 22rpx;
}
.couponList .serchbox {
width: 674rpx;
height: 69rpx;
background-color: #fbfbfb;
border-radius: 35rpx;
display: flex;
align-items: center;
margin: 0 auto;
}
.couponList .serchbox .left {
margin-left: 29rpx;
}
.couponList .serchbox .right {
flex: 1;
padding-left: 16rpx;
}
.couponList .list {
padding-left: 25rpx;
padding-right: 25rpx;
}
.couponList .list .li {
background-color: #fff;
border-radius: 16rpx;
padding-left: 29rpx;
padding-right: 14rpx;
margin-bottom: 23rpx;
padding-top: 42rpx;
padding-bottom: 43rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.couponList .list .li .top {
font-size: 32rpx;
line-height: 36rpx;
color: #000;
padding-bottom: 20rpx;
}
.couponList .list .li .bottom {
font-size: 24rpx;
line-height: 36rpx;
color: #999;
}
.couponList .list .li .right {
width: 150rpx;
height: 50rpx;
background-color: #ff2c29;
border-radius: 25rpx;
font-size: 28rpx;
color: #fff;
text-align: center;
line-height: 50rpx;
}