addCard.css
2.4 KB
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
/* 名片信息 */
.add_card_top{
padding: 28upx 24upx;
}
.add_card_single{
border-bottom: 1upx solid #eee;
color: #06121E;
font-size: 28upx;
}
.card_front{
width: 100%;
height: 372upx;
background-color: #eee;
margin-bottom: 20upx;
}
/* 正反面图片 */
.show_img{
width: 100%;
height: 100%;
}
.card_upload{
width: 80upx;
height: 80upx;
margin-bottom: 36upx;
}
.msg_single{
padding: 34upx 0;
}
.single_l{
color: #06121E;
}
.single_r{
font-size: 28upx;
color: #3D444D;
text-align: right;
}
.upload_tips{
color: #EE8B27;
font-size: 24upx;
}
/* 公司简介 */
textarea{
width: 100%;
box-sizing: border-box;
padding-top: 20upx;
}
/* 微信二维码 */
.wx_code,.wx_img{
width: 196upx;
height: 196upx;
margin-top: 20upx;
position: relative;
}
.wx_code:nth-child(3n+2){
margin: 20upx 50upx 0;
}
/* 删除图标 */
.cancle_icon{
position: absolute;
top: 5upx;
right: 5upx;
width: 48upx;
height: 48upx;
}
/* 名片分类 */
.classify_title{
font-size: 28upx;
color: #06121E;
padding: 34upx 32upx 20upx;
}
.classify_title text{
color: #3D444D;
}
.classify_tips{
font-size: 24upx;
color: #0083FB;
padding: 0 32upx 34upx;
}
/* 轴承列表 */
.bearing_classify{
width: 100%;
height: 788upx;
}
/* 左侧列表 */
.bearing_l{
width: 21.6%;
height: 92%;
}
.bear_l_box{
height: 100%;
padding: 30upx 0;
border-right: 1upx solid #eee;
}
.bear_l_single{
width: 100%;
height: 104upx;
color:#06121E;
font-size: 28upx;
text-align: center;
}
.bear_l_child{
margin: 0 24upx;
}
.bear_l_active{
background-color: #F2F7FF;
color: #001C4D ;
}
/* 右侧列表 */
.bearing_r{
width: 78.4%;
height: 92%;
}
.bear_r_box{
height: 100%;
padding: 30upx 22upx;
overflow-y: auto;
}
.bear_r_single{
width: 172upx;
height: 62upx;
text-align: center;
line-height: 62upx;
background-color: #f6f6f6;
font-size: 28upx;
color: #3D444D;
margin-bottom: 12upx;
float: left;
border-radius: 4upx;
}
.bear_r_single:nth-child(3n+2){
margin:0 12upx 12upx ;
}
.bear_r_active{
background-color: #0083FB;
color: #fff;
}
/* 提交按钮 */
.submit_btn{
width: 100%;
height: 88upx;
line-height: 88upx;
text-align: center;
color: #fff;
font-size: 30upx;
background-color: #0083FB;
margin-top: 100upx;
}
/* 弹窗 */
.mask_top{
padding: 60upx 44upx;
border-bottom: 1upx solid #eee;
text-align: center;
color: #232323;
font-size: 30upx;
}
.mask_bottom{
padding: 20upx 0;
text-align: center;
color: #0083FB;
font-size: 30upx;
}