95 lines
1.5 KiB
Plaintext
95 lines
1.5 KiB
Plaintext
/* packageH/o2o/storeConsumeIncme/storeConsumeIncme.wxss */
|
|
.listBox {
|
|
padding: 29rpx 40rpx;
|
|
padding-bottom: 100rpx;
|
|
}
|
|
|
|
.list {
|
|
height: 300rpx;
|
|
background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/storeConsumeIncme@3x.png');
|
|
background-size: 100% 100%;
|
|
padding: 26rpx 28rpx 25rpx 28rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.list_dh {
|
|
border-radius: 10rpx 10rpx 0 0;
|
|
}
|
|
|
|
.box_dh {
|
|
border: solid 0.5px #ed6463;
|
|
border-radius: 13rpx 13rpx 10rpx 10rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.box_dh:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.list_sy {
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.title {
|
|
text-align: left;
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.bottom {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.right {
|
|
width: 120rpx;
|
|
height: 50rpx;
|
|
border-radius: 25rpx;
|
|
border: solid 1rpx #fff;
|
|
text-align: center;
|
|
line-height: 50rpx;
|
|
font-size: 26rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
image {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.left {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.txt {
|
|
font-size: 22rpx;
|
|
text-align: left;
|
|
color: #f4f3f3;
|
|
}
|
|
|
|
.price {
|
|
font-size: 46rpx;
|
|
color: #f4f3f3;
|
|
text-align: left;
|
|
}
|
|
|
|
.userM {
|
|
border-radius: 0 0 10rpx 10rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
padding: 21rpx 0 21rpx 26rpx;
|
|
}
|
|
|
|
.userM text {
|
|
font-size: 22rpx;
|
|
color: #797979;
|
|
}
|