闫增涛
2024-02-23 fdfb3ca757ecd6c396632ed276ff354671d3a7e5
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
:host {
  background-color: #f5f5f5;
}
 
.list-loading {
  height: 100rpx;
}
 
.empty-wrapper {
  height: calc(100vh - 88rpx);
}
 
.page-container .order-goods-card-footer {
  display: flex;
  width: calc(100% - 190rpx);
  justify-content: space-between;
  position: absolute;
  bottom: 20rpx;
  left: 190rpx;
}
 
.page-container .order-goods-card-footer .order-goods-card-footer-num {
  color: #999;
  line-height: 40rpx;
}
 
.page-container .order-goods-card-footer .order-goods-card-footer-price-class {
  font-size: 36rpx;
  color: #333;
  font-family: DIN Alternate;
}
 
.page-container .order-goods-card-footer .order-goods-card-footer-price-decimal {
  font-size: 28rpx;
  color: #333;
  font-family: DIN Alternate;
}
 
.page-container .order-goods-card-footer .order-goods-card-footer-price-symbol {
  color: #333;
  font-size: 24rpx;
  font-family: DIN Alternate;
}
 
.page-container .wr-goods-card__specs {
  margin: 14rpx 20rpx 0 0;
}
 
.page-container .order-goods-card > wr-goods-card .wr-goods-card__title {
  margin-right: 0;
  -webkit-line-clamp: 1;
}
 
.page-container .order-card .header .store-name {
  width: 80%;
  -webkit-line-clamp: 1;
}
 
.page-container .order-card .header .store-name > view {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
 
.page-container .status-desc {
  box-sizing: border-box;
  padding: 22rpx 20rpx;
  font-size: 26rpx;
  line-height: 1.3;
  text-align: left;
  color: #333333;
  background-color: #f5f5f5;
  border-radius: 8rpx;
  word-wrap: break-word;
  margin-top: 24rpx;
  margin-bottom: 20rpx;
}
 
.page-container .header__right {
  font-size: 24rpx;
  color: #fa4126;
  display: flex;
  align-items: center;
}
 
.page-container .header__right__icon {
  color: #d05b27;
  font-size: 16px !important;
  margin-right: 10rpx;
}
 
.t-class-indicator {
  color: #b9b9b9 !important;
}
 
.page-container .header-class {
  margin-bottom: 5rpx !important;
}
 
.t-button {
  --td-button-default-color: #000;
  --td-button-primary-text-color: #fa4126;
}