contact-us-comp.scss
765 Bytes
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
@import '@/styles/_support';
.comp {}
.contact-us-comp {
@extend .bb;
padding: 64px 54px;
width: 588px;
height: 772px;
border-radius: 8px;
background-color: #ffffff;
}
.shop {
&-tit {
display: flex;
justify-content: space-between;
align-items: center;
}
&-icon {
width: 120px;
height: 120px;
border-radius: 120px;
border: solid 1px #333333;
}
&-desc {
margin-top: 4px;
.t1 {
display: flex;
.label {
width: 84px;
}
.val{
flex: 1;
text-align: left;
}
}
}
&-qrcode {
text-align: center;
margin-top: 48px;
.qr {
width: 240px;
}
}
&-tips {
margin-top: 24px;
text-align: center;
color: #909090;
}
}