contact-us.scss
1.07 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
@import '@/styles/_support';
.contact-us-container {}
.border {
@extend .bb;
padding: 2.833333rem 4.0rem 0 3.5rem;
width: 64.166667rem;
height: 32.25rem;
border-radius: $borderRadius;
border: solid 1px #f2f2f2;
background-color: #ffffff;
}
.info {
display: flex;
justify-content: space-between;
margin-bottom: 4.416667rem;
&-item {
font-size: $paddingSmall;
&-tit {
display: flex;
align-items: center;
color: $cOrange;
font-size: $fontSizeTitle;
font-weight: bold;
height: 2.833333rem;
.icon-wrap {
margin-right: .75rem;
}
}
&:last-child {
margin-right: 0;
}
}
.qrcode-wrap {
text-align: center;
.qrocde {}
}
ul {
list-style-type: none;
margin-top: 1.5rem;
}
li {
background-image: url('~@assets/images/payment-type/icon-li.png');
background-repeat: no-repeat;
background-position: 0rem .5rem;
padding-left: 1rem;
margin: .6rem 0;
}
}
.info2 {
.info-item {
// margin: 0;
@extend .bb;
padding-right: 2rem;
}
}