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.
59 lines
935 B
59 lines
935 B
/* pages/login/index.wxss */
|
|
page {
|
|
background: #f7f7f7;
|
|
color: #333;
|
|
}
|
|
.login-tip {
|
|
font-size: 28rpx;
|
|
margin: 0 60rpx;
|
|
margin-top: 40rpx;
|
|
}
|
|
.login-tip2 {
|
|
font-size: 44rpx;
|
|
margin: 0rpx 60rpx;
|
|
margin-top: 20rpx;
|
|
font-weight: 400;
|
|
}
|
|
.login-tip-box {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
margin: 0 60rpx;
|
|
font-size: 28rpx;
|
|
margin-top: 40rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
.iconfont {
|
|
font-size: 20px;
|
|
}
|
|
|
|
.login-tip-box .icon-gou1 {
|
|
line-height: 80rpx;
|
|
margin-top: -20rpx;
|
|
margin-right: 30rpx;
|
|
color: #666;
|
|
}
|
|
.btn-box {
|
|
display: flex;
|
|
position: absolute;
|
|
bottom: 100rpx;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
.btn-box button {
|
|
width: 400rpx;
|
|
}
|
|
|
|
.select-icon{
|
|
border-radius: 50%;
|
|
color: transparent;
|
|
border: 1px solid #666;
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
flex-shrink: 0;
|
|
margin-right: 34rpx;
|
|
margin-top: 7rpx;
|
|
}
|
|
.navigator-file{
|
|
display: inline-block;
|
|
color: #0b898e;
|
|
}
|