yiming
2024-03-06 bcd706eeb0c7f9e36ee4803386e52ce2bc0510f6
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
page {
  background-color: #fff;
}
 
.goods-list-container {
  display: block;
}
 
.goods-list-container .t-search {
  padding: 0 30rpx;
  background-color: #fff;
}
 
.goods-list-container .t-class__input-container {
  height: 64rpx !important;
  border-radius: 32rpx !important;
}
 
.goods-list-container .t-search__left-icon {
  display: flex;
  align-items: center;
}
 
.goods-list-container .t-search__input {
  font-size: 28rpx !important;
  color: rgb(116, 116, 116) !important;
}
 
.goods-list-container .category-goods-list {
  background-color: #f2f2f2;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 20rpx 24rpx;
  -webkit-overflow-scrolling: touch;
}
 
.goods-list-container .wr-goods-list {
  background: #f2f2f2 !important;
}
 
.goods-list-container .t-image__mask {
  display: flex !important;
}
 
.goods-list-container .empty-wrap {
  margin-top: 184rpx;
  margin-bottom: 120rpx;
  height: 300rpx;
}
 
.goods-list-container .empty-wrap .empty-tips .empty-content .content-text {
  margin-top: 40rpx;
}
 
.goods-list-container .price-container {
  padding: 32rpx;
  height: 100vh;
  max-width: 632rpx;
  background-color: #fff;
  border-radius: 30rpx 0 0 30rpx;
  box-sizing: border-box;
}
 
.goods-list-container .price-between {
  font-size: 26rpx;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}
 
.goods-list-container .price-ipts-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 24rpx;
 
  --td-input-bg-color: rgba(245, 245, 245, 1);
  --td-input-vertical-padding: 4rpx;
  --td-input-border-color: transparent;
}
 
.goods-list-container .price-ipts-wrap .price-divided {
  width: 16rpx;
  margin: 0 24rpx;
  color: #333333;
}
 
.goods-list-container .price-ipts-wrap .t-input__wrapper {
  margin: 0 !important;
}
 
.goods-list-container .price-ipts-wrap .t-input__content,
.goods-list-container .price-ipts-wrap .t-input__placeholder {
  font-size: 24rpx !important;
}
 
.goods-list-container .price-ipts-wrap .price-ipt {
  border-radius: 8rpx;
}