Files
venue_wx/pages/login/index.wxss
2020-06-21 16:27:58 +08:00

78 lines
1.2 KiB
Plaintext

/* pages/login/index.wxss */
.container {
min-height: calc(100vh - 230rpx);
padding: 230rpx 124rpx 0 124rpx;
}
.login-btn {
margin-top: 100rpx;
height: 80rpx;
border-radius: 40rpx;
background: #ffda2e;
color: #252330;
font-size: 26rpx;
line-height: 80rpx;
}
.register-btn {
margin-top: 38rpx;
height: 80rpx;
border-radius: 40rpx;
background: none;
border: 2rpx solid #6e602f;
font-size: 26rpx;
line-height: 80rpx;
color: #cdb02e;
}
.line-between {
position: relative;
height: 4rpx;
margin-top: 190rpx;
margin-bottom: 70rpx;
background: #3f3e49;
}
.line-between .line-between-text {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, -50%);
padding: 0 40rpx;
background: #252330;
font-size: 24rpx;
color: rgba(255, 255, 255, 0.6);
}
.wechat-btn {
position: relative;
width: 100rpx;
height: 100rpx;
margin: 0 auto;
}
.wechat-btn>button {
position: absolute;
background: none;
width: 100%;
height: 100%;
}
.wechat-btn>button::after {
border: none;
}
.wechat-btn>image {
width: 100%;
height: 100%;
}
.unclick-mask{
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0, 0, 0, 0);
}