-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
80 lines (70 loc) · 1.13 KB
/
main.css
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
body {
background: #f6f7f8;
margin: 0;
padding: 0;
}
.wechatOA {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
height: var(--vh);
}
.wechat-card {
background: #fff;
max-width: 428px;
max-height: 569px;
border-radius: 16px;
padding: 24px 36px 20px 36px;
display: flex;
flex-direction: column;
margin: auto;
align-items: center;
}
.qrcode {
width: 256px;
height: 256px;
display: flex;
}
.tips {
font-size: 14px;
color: #000;
opacity: 0.5;
margin-top: 8px;
}
.wechatOA-card {
width: 100%;
display: flex;
margin-top: 16px;
background: #F7F7F7;
padding: 18px;
border-radius: 16px;
align-items: center;
}
.wechatOA-head {
width: 48px;
height: 48px;
background-image: url(./img/IMG_0316.JPG);
border-radius: 68px;
background-size: contain;
margin-right: 16px;
}
.wechatOA-name {
font-weight: bold;
}
.wechatOA-description {
font-size: 12px;
color: #000;
opacity: 0.5;
}
a.help {
font-size: 14px;
color: #000;
opacity: 0.5;
text-decoration: none;
margin: 20px 0;
}
a.help:visited {
color: #000;
}