79 lines
1.4 KiB
Plaintext
79 lines
1.4 KiB
Plaintext
.coupon-notice-page {
|
|
background-color: #f8f8f8;
|
|
min-height: 100vh;
|
|
padding: 20rpx 0;
|
|
}
|
|
.message-list {
|
|
padding: 0 20rpx;
|
|
}
|
|
.coupon-notice-page .right-area,
|
|
.coupon-notice-page .icon-headle {
|
|
width: 38rpx !important;
|
|
height: 37rpx !important;
|
|
}
|
|
.message-item {
|
|
background-color: #ffffff;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.02);
|
|
}
|
|
.item-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.item-title-group {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.item-icon {
|
|
width: 57rpx;
|
|
height: 49rpx;
|
|
margin-right: 10rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.item-title {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
line-height: 40rpx;
|
|
}
|
|
.item-time {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #A5A5A5;
|
|
line-height: 33rpx;
|
|
flex-shrink: 0;
|
|
margin-left: 20rpx;
|
|
}
|
|
.item-body {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 39rpx;
|
|
}
|
|
.item-info {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8rpx;
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #666666;
|
|
line-height: 37rpx;
|
|
}
|
|
.item-line {
|
|
word-break: break-all;
|
|
}
|
|
.item-product-img {
|
|
width: 128rpx;
|
|
height: 78rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
|