Files
oil-client-wechat/pages/login/login.wxss
2025-12-19 11:20:59 +08:00

104 lines
1.7 KiB
Plaintext

.btn-s {
height: 60rpx;
line-height: 60rpx;
border: 1px solid #056399;
background: #056399;
font-size: 34rpx;
border-radius: 2px;
letter-spacing: 0px;
width: 240rpx;
text-align: center;
float: right;
}
.bg_login {
position: fixed;
width: 100%;
height: 100%;
}
.content {
text-align: center;
position: relative;
z-index: 99;
}
.bg_login_logo {
width: 233px;
margin: 142px 0 40px 0;
height: 64px;
}
.loginIn {
margin: 0 auto;
width: 287px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 8px;
color: #ffffff;
font-size: 16px;
line-height: 40px;
letter-spacing: 0.5px;
margin-top: 64px;
background: linear-gradient(115deg, #62B2FF -1.34%, #3C80F6 100%);
}
.input-box {
margin: 16px 17px;
text-align: left;
}
.phone {
padding: 10px 12px;
align-items: center;
gap: 8px;
border-radius: 8px;
opacity: 0.95;
background: #FFF;
}
.pla {
color: #808080;
font-size: 14px;
font-weight: 400;
text-align: left;
letter-spacing: 0.5px;
}
.getCode {
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 4px;
background: #367DF9;
color: #ffffff;
font-size: 13px;
width: 55px;
height: 26px;
line-height: 26px;
position: absolute;
right: 29px;
top: 7px;
z-index:99;
}
.yzm {
position: relative;
}
button {
margin-top: 64px;
color: #367df9!important;
font-size: 32rpx;
padding: 0;
background-color: #fff !important;
border-radius: 0;
display: inline-block !important;
line-height: normal !important;
}
button::after {
border: none;
}