43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
/* pages/login/login.wxss */
|
|
|
|
.logobox{display: flex;flex-direction: column;margin-top: 122rpx;}
|
|
.logobox image{width: 275rpx;height:56rpx}
|
|
.logobox .desc{font-size: 40rpx;margin-top: 42rpx;}
|
|
.btnbox{width:100%;margin-top: 280rpx;}
|
|
.btnbox button{display:flex;width:100%;font-size:36rpx;height: 94rpx;background: #09BB07;border-radius: 47rpx;color: #FFFFFF;align-items: center;justify-content: center;font-weight: normal;}
|
|
.checkbox{display: flex;margin-top: 40rpx;font-size: 28rpx;align-items: flex-start;height:40rpx;}
|
|
.checkbox view{width: 40rpx;height:40rpx;margin-right:14rpx;border-radius: 50%;display: flex;align-items: center;position: relative;}
|
|
.checkbox .check{width: 40rpx;height:40rpx;opacity: 0;}
|
|
.checkbox image{
|
|
left:5rpx;
|
|
top:4rpx;
|
|
position: absolute;
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
z-index:-1;
|
|
}
|
|
.navigator{color: #4384FE;white-space:pre-wrap;word-break: break-all;background-color: none;font-size: 28rpx;}
|
|
.footer{
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
width:600rpx;
|
|
position: absolute;
|
|
bottom:60rpx;
|
|
text-align: center;
|
|
left:50%;
|
|
transform: translateX(-50%);
|
|
font-size: 30rpx;
|
|
font-weight: 400;
|
|
color: #333333}
|
|
.entrymsg{
|
|
-webkit-overflow-scrolling: touch;
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
max-height: 60vh;
|
|
overflow-y: auto;
|
|
padding: 48rpx;
|
|
text-align: left;
|
|
}
|
|
.navigator{
|
|
color:#3CC7C0
|
|
} |