44 lines
1020 B
CSS
44 lines
1020 B
CSS
/* 水平间距 */
|
|
/* 水平间距 */
|
|
.starPage[data-v-255b53b3] {
|
|
background: url(../../static/goin.png) center center no-repeat;
|
|
background-size: contain;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
}
|
|
.starPage .page[data-v-255b53b3] {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.starPage .tit[data-v-255b53b3] {
|
|
width: 1.1875rem;
|
|
line-height: 1.25rem;
|
|
font-size: 0.875rem;
|
|
margin: 0 auto;
|
|
letter-spacing: 0.01313rem;
|
|
text-align: center;
|
|
}
|
|
.starPage .tit uni-text[data-v-255b53b3] {
|
|
display: block;
|
|
padding: 0 0 0.3125rem 0;
|
|
}
|
|
.starPage .map[data-v-255b53b3] {
|
|
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-255b53b3] {
|
|
background: url(../../static/logo.png) no-repeat;
|
|
background-size: contain;
|
|
width: 7.5625rem;
|
|
height: 2.9375rem;
|
|
left: 50%;
|
|
transform: translate(-50%, 0);
|
|
position: absolute;
|
|
bottom: 5%;
|
|
} |