_welcome.css
921 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
.welcome-page {
color: #7f7f7f;
text-align: center;
.content {
padding-top: 82px;
}
.wel-title {
margin-bottom: 30px;
font-size: 30px;
em {
color: #ff1901;
font-style: normal;
}
}
.wel-sub-title {
margin-bottom: 60px;
font-size: 16px;
}
.link {
display: block;
span {
color: #7f7f7f;
}
}
.link-img {
margin-bottom: 10px;
width: 91px;
height: 91px;
background-size: 100% 100%;
}
.go-shopping {
float: left;
padding-left: 100px;
div {
background-image: resolve("passport/go-shopping.png");
}
}
.complete-info {
float: right;
padding-right: 100px;
div {
background-image: resolve("passport/edit-info.png");
}
}
}