nurseWeChatAppletUI/pages/login/login.scss

33 lines
495 B
SCSS
Raw Normal View History

.app {
font-family: DengXian;
color: #C3C1C1;
font-weight: 400;
height:100vh;
.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: 100rpx;
}
}
.loginbtn{
width: 90%;
position: absolute;
top:55%;
left:5%;
background-color: #46ABD7;
color: #ffffff;
}
}