闫增涛
2024-03-06 21f34f1fc290cd129d24df2b25025e47e6ac028a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
page {
  background-color: #f5f5f5;
}
 
.coupon-page-container .notice-bar-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8rpx 0;
}
 
.coupon-page-container .notice-bar-text {
  font-size: 26rpx;
  line-height: 36rpx;
  font-weight: 400;
  color: #666666;
  margin-left: 24rpx;
  margin-right: 12rpx;
}
 
.coupon-page-container .notice-bar-text .height-light {
  color: #fa550f;
}
 
.coupon-page-container .popup-content-wrap {
  background-color: #fff;
  border-top-left-radius: 20rpx;
  border-top-right-radius: 20rpx;
}
 
.coupon-page-container .popup-content-title {
  font-size: 32rpx;
  color: #333;
  text-align: center;
  height: 104rpx;
  line-height: 104rpx;
  position: relative;
}
 
.coupon-page-container .desc-group-wrap {
  padding-bottom: env(safe-area-inset-bottom);
}
 
.coupon-page-container .desc-group-wrap .item-wrap {
  margin: 0 30rpx 30rpx;
}
 
.coupon-page-container .desc-group-wrap .item-title {
  font-size: 26rpx;
  color: #333;
  font-weight: 500;
}
 
.coupon-page-container .desc-group-wrap .item-label {
  font-size: 24rpx;
  color: #666;
  margin-top: 12rpx;
  white-space: pre-line;
  word-break: break-all;
  line-height: 34rpx;
}
 
.coupon-page-container .goods-list-container {
  margin: 0 24rpx 24rpx;
}
 
.coupon-page-container .goods-list-wrap {
  background: #f5f5f5 !important;
}