zhaojs
2023-04-25 f38ca22088b7a0de7e7db316c564b4bf7526f105
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
 
.npc-rmb-market {
        font-size: 11px;
        color: #8d8d8d;
        margin-left: 4px;
        text-decoration: line-through;
}
.npc-rmb {
        font-size: 11px;
}
.npc-price {
        font-size: 14px;
        color: #ce4436;
}
.npc-title {
        font-size: 14px;
        color: #000;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 16px;
        word-break: break-all;
        margin-top: 8px;
        max-height: 33px;
}
.npc-pic {
        height: 69px;
        width: 69px;
        margin: auto;
}
.new-product-container {
        display: flex;
        flex-direction: column;
        width: 33.33%;
        padding: 10px 10px 0;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        text-align: center;
}
.swc-product-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 10px 14px;
        background: #fff;
}
.show-body-container {
        border-radius: 12px;
        overflow: hidden;
}
.stc-right-more {
        font-size: 13px;
        color: #8d8d8d;
        margin-bottom: 14px;
        flex-basis: 46px;
        flex-shrink: 0;
        text-align: right;
}
.swc-small-title {
        max-width: 60%;
        color: #8d8d8d;
        font-size: 13px;
        margin-left: 7px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
}
.swc-big-title {
        max-width: 40%;
        font-size: 18px;
        color: #000;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.stc-left-box {
        display: flex;
        align-items: center;
        margin-bottom: 14px;
        overflow: hidden;
        flex: 1;
}
.show-title-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
}
.show-window-container {
        display: flex;
        flex-direction: column;
        background-color: #f5f5f5;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 12px;
        margin-top: 10px;
}
.title {
        width: 54px;
        font-size: 13px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.speendItem {
        width: 20%;
        padding: 0 5px;
        box-sizing: border-box;
        height: 75px;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.speed {
        margin-top: 15px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 17px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: auto;
}
.indexContent {
        z-index: 48;
        flex: 1;
        height: 100%;
        overflow: auto;
        background: #f5f5f5;
}
.indexBody {
        box-sizing: border-box;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        padding-bottom: 20px;
}
.mainWrap {
        font-size: 0;
        height: 46px;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        padding-left: 13px;
        padding-right: 13px;
        align-items: center;
        box-sizing: border-box;
        align-items: center;
        border-bottom: 1px solid #e7e7e7;
}
.iconLogo {
        display: flex;
        width: 114px;
        height: 43px;
        margin-right: 9px;
}
.mainContent {
        width: 100%;
        height: 32px;
        background: #f3f3f3;
        border-radius: 16px;
        display: flex;
        flex-direction: row;
        align-items: center;
        overflow: hidden;
        padding-left: 7px;
}
.right-icon {
        width: 48px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
}
.login-t {
        font-size: 13px;
        color: #fff;
}