index.css
938 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
/* 水平间距 */
/* 水平间距 */
.starPage .page[data-v-31cb3308] {
background: #fff url(../../static/goink.jpg) no-repeat 50% 50%;
background-size: contain;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.starPage .tit[data-v-31cb3308] {
width: 1.1875rem;
line-height: 1.25rem;
font-size: 1.125rem;
margin: 0 auto;
letter-spacing: 0.01313rem;
text-align: center;
}
.starPage .tit uni-text[data-v-31cb3308] {
display: block;
padding: 0 0 0.3125rem 0;
}
.starPage .map[data-v-31cb3308] {
background: url(../../static/star.png) no-repeat;
background-size: contain;
width: 10rem;
height: 7.25rem;
margin-top: 2.5rem;
margin-bottom: 4.4375rem;
}
.starPage .logo[data-v-31cb3308] {
background: url(../../static/logo.png) no-repeat;
background-size: contain;
width: 22.25rem;
height: 5.75rem;
left: 50%;
transform: translate(-50%, 0);
position: absolute;
bottom: 5%;
}