NurseStationPersonAppletUl/pages/login/login.scss
2023-03-28 10:02:47 +08:00

34 lines
524 B
SCSS

.app {
font-family: DengXian;
color: #C3C1C1;
font-weight: 400;
height:100vh;
background-color: #ffffff;
.title{
position: absolute;
top:20%;
left:50%;
transform: translateX(-50%);
.text{
text-align: center;
padding-top: 30rpx;
font-size: 32rpx;
color: #000000;
font-weight: 600;
}
image{
width: 200rpx;
height: 200rpx;
}
}
.loginbtn{
width: 90%;
position: absolute;
top:55%;
left:5%;
background-color: #46ABD7;
color: #ffffff;
}
}