bridgeSpace/pages/start/start.wxss

18 lines
416 B
Plaintext

/* pages/start.wxss */
.start {
background-color: rgb(52, 51, 255);
height: 100%;
width: 100%;
/* background-image: url(https://download-1300932214.cos.ap-nanjing.myqcloud.com/inlandVessel/start.jpg); */
background-repeat: no-repeat;
background-size: cover;
background-position-x: center;
}
.bottomText{
position: absolute;
bottom: 2rem;
color: white;
text-align: center;
font-size: small;
}