cardDetail.css
2.1 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
/* 名片详情 */
.detail_top{
padding: 40upx 24upx 20upx;
border-bottom: 16upx solid #fafafa;
}
/* 公司名称 */
.company_name{
color: #06121E;
font-size: 36upx;
padding-bottom: 60upx;
}
/* 名片正反面 */
.card_pic{
width: 100%;
height: 360upx;
border-radius: 8upx;
box-shadow:0upx 4upx 24upx rgba(186,50,0,0.15);
}
.card_tips{
color: #06121E;
font-size: 28upx;
padding: 20upx 0;
}
/* 公司简介 */
.company_intro{
border-bottom: 16upx solid #fafafa;
color: #06121E;
font-size: 28upx;
position: relative;
}
.company_title_wrap{
padding: 24upx 48upx;
border-bottom: 1upx solid #eee;
}
.company_title{
position: relative;
}
.company_title:after{
position: absolute;
top: 50%;
left: -24upx;
transform: translateY(-50%);
content: '';
width: 12upx;
height: 28upx;
background-color: #0083FB;
border-radius: 4upx;
}
/* 详情 */
.company_detail{
padding: 20upx 24upx 0;
}
.company_pic_wrap{
margin-top: 24upx;
}
.company_pic_single{
width: 226upx;
height: 190upx;
margin-bottom: 12upx;
}
.company_pic_single:nth-child(3n+2){
margin:0 12upx 12upx;
}
/* 刷新名片 */
.refresh_card{
position: fixed;
right: 24upx;
bottom: 104upx;
width: 112upx;
height: 112upx;
border-radius: 50%;
box-shadow:0upx 4upx 24upx rgba(0,0,0,0.06);
color: #3D444D;
font-size: 22upx;
background-color: #fff;
z-index: 9;
}
.refresh_icon{
width: 44upx;
height: 44upx;
}
/* 联系方式 */
.contact_code{
padding: 30upx 40upx;
border-bottom: 1upx solid #eee;
}
/* 二维码 */
.qr_code{
width: 168upx;
height: 168upx;
margin-right: 18upx;
}
/* 姓名 住址 */
.contact_r{
width: 500upx;
height: 168upx;
color: #3D444D;
font-size: 28upx;
}
/* 各种联系方式 */
.contact_single{
padding: 30upx 0;
margin: 0 20upx;
color: #3D444D;
font-size: 28upx;
border-bottom: 1upx solid #eee;
}
.no_bottom{
border-bottom: none;
}
.contact_icon{
width: 40upx;
height: 40upx;
margin-right: 4upx;
}
/* 收藏名片 */
.collect_btn{
width: 100%;
height: 88upx;
text-align: center;
line-height: 88upx;
color: #fff;
font-size: 30upx;
background-color: #0083FB;
border-top: 70upx solid #fafafa;
}