Files
lcb/pages/login/index.wxss
T
2024-05-26 17:02:46 +08:00

35 lines
958 B
Plaintext

page{
background-repeat:no-repeat;
background-position:center bottom;
background-size:cover;
background-color:#1a1c26;
background-image:url('https://img.liche.cn/spacestation/bg.jpg?v=20240526');
}
.con-100{width:100rpx;}
.login-light{left:0;bottom:322rpx;height:138rpx;animation:light linear 2s infinite;}
@keyframes light{0%{opacity:1}100%{opacity:0}}
.login-light{display:none;}
.bottom-170{bottom:170rpx;}
/*复选框外框样式*/
.statement checkbox .wx-checkbox-input {
width:22rpx;
height:22rpx;
border-color: #999;
background: #f9f9f9;
}
/* 选中后的 背景样式*/
.statement checkbox .wx-checkbox-input.wx-checkbox-input-checked {
border-color: #36afa2;
background: #36afa2;
}
/*复选框选中后内部样式*/
.statement checkbox .wx-checkbox-input.wx-checkbox-input-checked::before {
font-size:18rpx;
color:#fff;
transform:translate(-50%, -50%) scale(1);
-webkit-transform:translate(-50%, -50%) scale(1);
}