bridgeSpace/pages/start/start.wxss

24 lines
561 B
Plaintext

/* pages/start.wxss */
.start {
/* background-color: rgb(52, 51, 255); */
background-color: #fff;
height: 100%;
width: 100%;
/* background-image: url(pages/images/logo.png); */
/* 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;
}
.img{
width: 150px;
height: 150px;
margin-top: 40%;
}
.bottomText{
position: absolute;
bottom: 2rem;
color: white;
text-align: center;
font-size: small;
}