examTeamApp/unpackage/dist/dev/mp-weixin/pageTwo/login/login.wxss

173 lines
3.2 KiB
Plaintext
Raw Normal View History

2024-08-05 10:01:06 +08:00
@charset "UTF-8";
/* 主题色 */
2024-10-11 10:04:19 +08:00
.bg.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
position: absolute;
top: 0;
width: 100%;
height: 50vh;
z-index: 9;
2024-10-04 13:36:52 +08:00
background: #37cc92;
2024-08-05 10:01:06 +08:00
}
2024-10-11 10:04:19 +08:00
.top.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
position: relative;
top: 70px;
z-index: 99;
margin-bottom: 15px;
}
2024-10-11 10:04:19 +08:00
.top image.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
width: 70px;
height: 70px;
margin: auto;
margin-bottom: 10px;
border-radius: 50%;
}
2024-10-11 10:04:19 +08:00
.top text.data-v-111bb4d3 {
2024-10-04 13:36:52 +08:00
color: #fff;
2024-08-05 10:01:06 +08:00
display: block;
width: 100%;
2024-10-04 13:36:52 +08:00
font-size: 18px;
2024-08-05 10:01:06 +08:00
text-align: center;
2024-10-04 13:36:52 +08:00
font-weight: bold;
2024-08-05 10:01:06 +08:00
}
2024-10-11 10:04:19 +08:00
.login.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
width: 86%;
height: auto;
background: #fff;
border-radius: 10px;
padding: 10px 0;
background-color: #fff;
z-index: 99;
position: absolute;
left: 7%;
top: 28%;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
}
2024-10-11 10:04:19 +08:00
.login .title.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
text-align: left;
color: #333;
font-size: 40rpx;
font-weight: bold;
margin-bottom: 15px;
margin-left: 15px;
}
2024-10-11 10:04:19 +08:00
.login .toggle.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
position: absolute;
right: 15px;
top: 20px;
}
2024-10-11 10:04:19 +08:00
.login .editem.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
position: relative;
display: flex;
align-items: center;
2024-08-13 15:27:01 +08:00
font-size: 32rpx;
2024-08-05 10:01:06 +08:00
margin: 0 15px;
justify-content: space-between;
flex-wrap: wrap;
}
2024-10-11 10:04:19 +08:00
.login .editem .item.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
width: 100%;
margin-bottom: 15px;
}
2024-10-11 10:04:19 +08:00
.login .editem .item .text.data-v-111bb4d3 {
2024-08-13 15:27:01 +08:00
font-size: 32rpx;
2024-08-05 10:01:06 +08:00
margin-bottom: 10px;
}
2024-10-11 10:04:19 +08:00
.login .editem .item .input.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
height: 35px;
line-height: 35px;
display: flex;
position: relative;
border: #dfdfdf 1px solid;
padding: 0 10px;
border-radius: 5px;
}
2024-10-11 10:04:19 +08:00
.login .editem .item input.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
height: 40px;
line-height: 40px;
position: absolute;
left: 10px;
right: 0px;
z-index: 88;
2024-08-13 15:27:01 +08:00
font-size: 32rpx;
2024-08-05 10:01:06 +08:00
}
2024-10-11 10:04:19 +08:00
.login .editem .item .yanzhengma input.data-v-111bb4d3 {
2024-10-04 13:36:52 +08:00
right: 240rpx;
2024-08-13 15:27:01 +08:00
font-size: 32rpx;
2024-08-05 10:01:06 +08:00
}
2024-10-11 10:04:19 +08:00
.login .editem .code.data-v-111bb4d3 {
2024-10-04 13:36:52 +08:00
width: 220rpx;
2024-08-05 10:01:06 +08:00
background: #dfdfdf;
2024-10-04 13:36:52 +08:00
font-size: 28rpx;
2024-08-05 10:01:06 +08:00
margin: 0;
line-height: 40px;
border-radius: 5px;
text-align: center;
position: absolute;
right: 0px;
top: 0px;
bottom: 0;
z-index: 99;
}
2024-10-11 10:04:19 +08:00
.login .editem .forget.data-v-111bb4d3 {
2024-10-04 13:36:52 +08:00
width: 100%;
font-size: 28rpx !important;
2024-08-05 10:01:06 +08:00
background: #fff;
2024-10-04 13:36:52 +08:00
color: #37cc92;
text-align: right;
}
2024-10-11 10:04:19 +08:00
.login .editem .forget text.data-v-111bb4d3 {
2024-10-04 13:36:52 +08:00
width: 100px;
text-align: right;
2024-08-05 10:01:06 +08:00
}
2024-10-11 10:04:19 +08:00
.login .btngroup.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
height: 35px;
line-height: 35px;
display: flex;
margin: 0 15px;
justify-content: center;
}
2024-10-11 10:04:19 +08:00
.login .btngroup text.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
display: block;
2024-10-04 13:36:52 +08:00
color: #37cc92;
2024-08-05 10:01:06 +08:00
}
2024-10-11 10:04:19 +08:00
.login .btnlogin.data-v-111bb4d3 {
2024-08-05 10:01:06 +08:00
width: calc(100% - 30px);
margin: 15px;
height: 42px;
line-height: 42px;
2024-10-04 13:36:52 +08:00
background: #fea606;
2024-08-05 10:01:06 +08:00
font-weight: 700;
border-radius: 15px;
text-align: center;
color: #fff !important;
}
2024-10-11 10:04:19 +08:00
.xieyi.data-v-111bb4d3 {
2024-08-13 15:27:01 +08:00
font-size: 32rpx;
2024-10-04 13:36:52 +08:00
color: #37cc92;
2024-08-05 10:01:06 +08:00
margin-left: 10px;
}
2024-10-11 10:04:19 +08:00
.xieyi text.data-v-111bb4d3 {
2024-10-04 13:36:52 +08:00
border-bottom: 1px solid #37cc92;
2024-08-05 10:01:06 +08:00
}
2024-10-11 10:04:19 +08:00
.content.data-v-111bb4d3 {
width: 100%;
height: 100vh;
}
.xieyi.data-v-111bb4d3 {
font-size: 28rpx;
color: #999;
margin-left: 10px;
}
.xieyi text.data-v-111bb4d3 {
color: #37cc92;
}
.href.data-v-111bb4d3 {
width: auto;
}
2024-08-05 10:01:06 +08:00