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.
40 lines
636 B
40 lines
636 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;
|
|
}
|
|
.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;
|
|
}
|