Files
xuan_wechat/pages/login/index.wxss
2023-08-15 17:18:15 +08:00

127 lines
2.1 KiB
Plaintext

page {
background-color: #f7f6fa;
}
.loginImg {
width: 100%;
}
.loginTitle {
width: 100%;
text-align: center;
padding: 0 50rpx;
box-sizing: border-box;
margin-top: -50rpx;
}
.site-form {
display: block;
padding: 50rpx 50rpx 40rpx;
box-sizing: border-box;
}
.inputs {
background: #edebf1;
border: none;
position: relative;
margin-bottom: 40rpx;
height: 100rpx;
line-height: 100rpx;
border-radius: 80rpx;
padding: 0 50rpx;
box-sizing: border-box;
display: flex;
position: relative;
}
.inputs input {
width: 100%;
height: 100rpx;
line-height: 100rpx;
border: none;
font-size: 32rpx;
}
.inputs-see {
position: absolute;
right: 50rpx;
top: 32rpx;
width: 38rpx;
height: 38rpx;
z-index: 9;
}
.sms-btn[size='mini'] {
font-weight: normal;
height: 100rpx;
line-height: 100rpx;
position: absolute;
top: 0;
right: 30rpx;
margin: 0;
border-radius: 0;
border-left: solid 1rpx #f2f2f2;
color: #da2b54 !important;
font-size: 32rpx;
background-color: transparent !important;
z-index: 9;
}
.forget {
text-align: right;
margin-bottom: 40rpx;
color: #da2b54;
}
.registerGo {
text-align: center;
margin-top: 30rpx;
color: #da2b54;
}
.btn {
background: #da2b54 !important;
width: 100% !important;
color: white !important;
border-radius: 100rpx;
font-size: 32rpx;
line-height: 100rpx;
height: 100rpx;
font-weight: bold;
padding: 0;
font-weight: normal;
}
.btn::after {
border: none;
}
.btn[disabled] {
background: #da2b54 !important;
}
/* 协议 */
.agreement {
padding: 0 60rpx 40rpx;
box-sizing: border-box;
font-size: 26rpx;
color: #9d9d9d;
display: flex;
}
.radioGroup {
transform: scale(.6);
width: 55rpx;
text-align: left;
}
.agreement-text {
width: calc(100% - 55rpx);
line-height: 48rpx;
}
.agreement-text navigator {
color: #000;
display: inline-block;
}