You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
488 B

/* pages/startPage/startPage.wxss */
.loginBox {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 1000;
background: #ffffff;
}
.img {
width: 100%;
height: 100%;
}
.loginNow {
color: #fff;
text-align: center;
line-height: 100rpx;
font-size: 34rpx;
position: fixed;
bottom: 100rpx;
width: 370rpx;
height: 100rpx;
background: linear-gradient(270deg,
#348aa1 0%,
#dbb689 100%);
border-radius: 52rpx;
left: 190rpx;
}