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

122 lines
2.0 KiB
Plaintext

/* .ylcy {
width: 100%;
text-align: center;
}
image {
width: 330rpx;
height: 240rpx;
}
button {
width: 90%;
height: 90rpx;
line-height: 90rpx;
background: #1aac19;
border-radius: 5rpx;
text-align: center;
color: #fff;
vertical-align: middle;
}
.wx {
width: 50rpx;
height: 40rpx;
vertical-align: middle;
margin-left: 15rpx;
margin-top: -5px;
}
.sign {
margin-top: 30rpx;
color: #778caf;
font-size: 16px;
letter-spacing: 2rpx;
}
.sign-xie {
display: flex;
justify-content: center;
align-items: center;
margin-top: 30rpx;
color: #778caf;
font-size: 24rpx;
letter-spacing: 2rpx;
text-align: center;
}
.sign-xie radio {
zoom: 0.7;
} */
.bg_login {
position: fixed;
width: 100%;
height: 100%;
}
.content {
position: relative;
text-align: center;
}
.bg_login_logo {
width: 233px;
margin: 142px 0 40px 0;
height: 64px;
}
button {
margin-top: 24px;
color: #ffffff !important;
font-size: 32rpx;
padding: 0;
background-color: #fff !important;
border-radius: 0;
display: inline-block !important;
line-height: normal !important;
}
.wxLogin {
width: 278px;
height: 48px;
padding: 13px 80px;
justify-content: center;
align-items: center;
gap: 4px;
font-size: 16px;
border-radius: 8px;
letter-spacing: 0.5px;
background: linear-gradient(115deg, #62B2FF -1.34%, #3C80F6 100%);
}
.wxLoginPhone {
width: 278px;
height: 48px;
padding: 13px 0;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 8px;
border: 1px solid #62B2FF;
color: #367df9 !important;
font-size: 16px;
letter-spacing: 0.5px;
}
.sign-xie {
display: flex;
justify-content: center;
align-items: center;
margin-top: 30rpx;
color: #808080;
font-size: 24rpx;
letter-spacing: 2rpx;
text-align: center;
}
.sign-xie radio {
zoom: 0.6;
margin: 2px 2px 0 0;
}
.navigator{
color:#367DF9
}