contact-us-comp.scss
608 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
@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;
}
&-qrcode{
text-align: center;
margin-top: 48px;
.qr{
width: 240px;
}
}
&-tips{
margin-top: 24px;
text-align: center;
color: #909090;
}
}