ss
重庆迈尖科技有限公司
2020-06-16 b67f2c4fce992a818f287783ae7029a0b03509d3
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
.div_cloudPushOrderManage {
    margin-top: 0.78rem;
}
 
.div_top_header {
    background-image: url(../img/icon_openHeader.png);
    width: 100%;
    height: 3.37rem;
    background-repeat: no-repeat;
    /** 不重复*/
    background-size: contain;
}
 
.headPortrait {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #F3F3F3;
    border-radius: 50%;
    margin-left: 0.52rem;
    margin-top: 0.44rem;
}
 
.nickName {
    color: white;
    font-size: 0.4rem;
    height: 0.4rem;
    display: -webkit-flex;
    align-items: center;
    margin-left: 0.22rem;
    margin-top: 0.47rem;
}
 
.desc {
    color: white;
    font-size: 0.24rem;
    height: 0.25rem;
    display: -webkit-flex;
    align-items: center;
    margin-left: 0.22rem;
    margin-top: 0.12rem;
}
 
.div_contentBG1 {
    margin-top: -1.4rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    border-radius: 0.2rem;
    height: 2.72rem;
    background-color: white;
}
 
.divContent_tq1 {
    margin-top: 0.34rem;
    margin-left: 0.52rem;
}
 
.divContent_tq2 {
    margin-top: 0.34rem;
    margin-left: 1.15rem;
}
 
.divContent_tq3 {
    margin-top: 0.34rem;
    margin-left: 1.15rem;
}
 
 
.divContent_tq_img {
    height: 0.9rem;
    display: -webkit-flex;
    justify-content: center;
}
 
.divContent_tq_img img {
    width: 0.9rem;
    height: 0.9rem;
}
 
.div_contentBG2 {
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    border-radius: 0.2rem;
    background-color: white;
}
 
.div_money1 {
    background-image: url(../img/icon_money1.png);
    width: 3.1rem;
    height: 2.08rem;
    background-repeat: no-repeat;
    /** 不重复*/
    background-size: contain;
    margin-top: 0.31rem;
    margin-left: 0.31rem;
    position: relative;
}
 
.div_money_normol {
    background-image: url(../img/icon_money_normol.png);
    width: 3.1rem;
    height: 2.08rem;
    background-repeat: no-repeat;
    /** 不重复*/
    background-size: contain;
    margin-top: 0.31rem;
    margin-left: 0.29rem;
 
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    color: #929292;
    font-size: 0.48rem;
    font-weight: bold;
}
 
.img_moneySelect {
    position: absolute;
    width: 0.78rem;
    height: 0.78rem;
    top: 0;
    right: 0;
}
 
.moneyPrice {
    color: #191514;
    font-size: 0.6rem;
    font-weight: bold;
    text-align: center;
    padding-top: 0.45rem;
}
 
 
.openDate {
    color: #6F4935;
    font-size: 0.24rem;
    width: 1.36rem;
    height: 0.32rem;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 0.16rem;
    margin-left: 0.87rem;
    margin-top: 0.05rem;
}
 
.div_open {
    color: #FFFFFF;
    font-size: 0.34rem;
    width: 5.6rem;
    height: 0.76rem;
    background-color: #E5005B;
    margin-top: 0.51rem;
    margin-left: 0.76rem;
    border-radius: 0.38rem;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
 
.img_xy {
    width: 0.36rem;
    height: 0.36rem;
    margin-left: 1.27rem;
}
 
.div_contentBG3 {
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    border-radius: 0.2rem;
    background-color: white;
}
 
.div_tips {
    color: #333333;
    font-size: 0.34rem;
    height: 0.86rem;
    display: -webkit-flex;
    align-items: center;
    padding-left: 0.27rem;
    border-bottom: #E0E0E0 solid 1px;
}