auth.scss
708 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
.app_container {
padding: 10px;
}
.auth_wrap {
background-color: #ffffff;
overflow: hidden;
text-align: center;
border-radius: 8px;
color: #333333;
padding-bottom: 100px;
.auth_bg {
width: 40%;
font-size: 0;
margin: 100px auto 20px;
display: block;
}
.auth_result {
font-size: 17px;
font-weight: 400;
padding-top: 30px;
}
.result_dsc {
font-size: 13px;
font-weight: 400;
color: #999999;
line-height: 25px;
padding: 30px;
}
.phone_wrap {
margin: 0px 20px;
padding: 10px 30px;
border-top: 1px #E9E9E9 solid;
border-bottom: 1px #E9E9E9 solid;
text-align: left;
.phone_num {
text-align: right;
}
}
}