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
.previewType {
    color: #888888;
    font-size: 0.28rem;
    height: 0.28rem;
    display: -webkit-flex;
    align-items: center;
    margin-top: 0.26rem;
    margin-left: 0.3rem;
}
 
.div_applycategory_conent_bg {
    display: -webkit-flex;
    margin-top: 0.28rem;
    padding-left: 0.3rem;
}
 
.div_vip_1 {
    font-size: 0.28rem;
    color: #E5005C;
    width: 2.2rem;
    height: 0.7rem;
    background-color: #FFD1E4;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.06rem;
    position: relative;
}
 
.img_select_1 {
    width: 0.38rem;
    height: 0.39rem;
    position: absolute;
    right: 0;
    top: 0.31rem;
}
 
.div_vip_2 {
    font-size: 0.28rem;
    color: #000000;
    width: 2.2rem;
    height: 0.7rem;
    background-color: #FFFFFF;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.15rem;
    border-radius: 0.06rem;
    position: relative;
}
 
.img_select_2 {
    width: 0.38rem;
    height: 0.39rem;
    position: absolute;
    right: 0;
    top: 0.31rem;
    opacity: 0;
}
 
.pushCount {
    color: #888888;
    font-size: 0.28rem;
    height: 0.28rem;
    display: -webkit-flex;
    align-items: center;
    margin-top: 0.45rem;
    margin-left: 0.3rem;
}
 
 
.input {
    -webkit-user-select: auto;
    margin-left: 0.16rem;
    font-size: 0.3rem;
    height: 0.88rem;
    width: 7.3rem;
    border: none;
    outline: medium;
    color: #000000;
    caret-color: #E5005C;
}
 
.div_input_content_bg {
    background-color: white;
    margin-top: 0.2rem;
    display: -webkit-flex;
}
 
.div_commit {
    background-color: #FFFFFF;
    position: fixed;
    width: 7.5rem;
    height: 0.96rem;
    bottom: 0;
    z-index: 1000;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-top: #dddddd solid 1px;
}
 
.div_commit div {
    color: #FFFFFF;
    font-size: 0.34rem;
    background-color: #E5005B;
    width: 5.6rem;
    height: 0.76rem;
    border-radius: 0.38rem;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
 
.div_tips {
    position: fixed;
    bottom: 1.17rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-color: white;
    border-radius: 0.2rem;
    z-index: 1000;
}
 
.div_tips_title {
    color: #333333;
    font-size: 0.34rem;
    height: 0.86rem;
    display: -webkit-flex;
    align-items: center;
    padding-left: 0.3rem;
    border-bottom: #D9D9D9 solid 1px;
}
 
.div_tips_content {
    margin-top: 0.43rem;
    padding-left: 0.26rem;
    padding-right: 0.21rem;
    color: #333333;
    font-size: 0.24rem;
}