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

209 lines
3.8 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.bg.data-v-111bb4d3 {
position: absolute;
top: 0;
width: 100%;
height: 50vh;
z-index: 9;
background: #37cc92;
}
.top.data-v-111bb4d3 {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
position: relative;
top: 70px;
z-index: 99;
margin-bottom: 15px;
}
.top image.data-v-111bb4d3 {
width: 70px;
height: 70px;
margin: auto;
border-radius: 50%;
}
.top text.data-v-111bb4d3 {
color: #fff;
display: block;
width: 100%;
font-size: 18px;
text-align: center;
font-weight: bold;
}
.login.data-v-111bb4d3 {
width: 86%;
height: auto;
background: #fff;
border-radius: 10px;
padding: 10px 0;
background-color: #fff;
z-index: 99;
position: absolute;
left: 7%;
top: 27%;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
}
.login .title.data-v-111bb4d3 {
text-align: left;
color: #333;
font-size: 40rpx;
font-weight: bold;
margin-bottom: 15px;
margin-left: 15px;
}
.login .toggle.data-v-111bb4d3 {
position: absolute;
right: 15px;
top: 20px;
}
.login .editem.data-v-111bb4d3 {
position: relative;
display: flex;
align-items: center;
font-size: 32rpx;
margin: 0 15px;
justify-content: space-between;
flex-wrap: wrap;
}
.login .editem .item.data-v-111bb4d3 {
width: 100%;
margin-bottom: 15px;
}
.login .editem .item .text.data-v-111bb4d3 {
font-size: 32rpx;
margin-bottom: 10px;
}
.login .editem .item .input.data-v-111bb4d3 {
height: 35px;
line-height: 35px;
display: flex;
position: relative;
border: #dfdfdf 1px solid;
padding: 0 10px;
border-radius: 5px;
}
.login .editem .item input.data-v-111bb4d3 {
height: 40px;
line-height: 40px;
position: absolute;
left: 10px;
right: 0px;
z-index: 88;
font-size: 32rpx;
}
.login .editem .item .yanzhengma input.data-v-111bb4d3 {
right: 240rpx;
font-size: 32rpx;
}
.login .editem .code.data-v-111bb4d3 {
width: 220rpx;
background: #dfdfdf;
font-size: 28rpx;
margin: 0;
line-height: 40px;
border-radius: 5px;
text-align: center;
position: absolute;
right: 0px;
top: 0px;
bottom: 0;
z-index: 99;
}
.login .editem .forget.data-v-111bb4d3 {
width: 100%;
font-size: 28rpx !important;
background: #fff;
color: #37cc92;
text-align: right;
}
.login .editem .forget text.data-v-111bb4d3 {
width: 100px;
text-align: right;
}
.login .btngroup.data-v-111bb4d3 {
height: 35px;
line-height: 35px;
display: flex;
margin: 0 15px;
justify-content: center;
}
.login .btngroup text.data-v-111bb4d3 {
display: block;
color: #37cc92;
}
.login .btnlogin.data-v-111bb4d3 {
width: calc(100% - 30px);
margin: 15px;
height: 42px;
line-height: 42px;
background: #fea606;
font-weight: 700;
border-radius: 15px;
text-align: center;
color: #fff !important;
}
.xieyi.data-v-111bb4d3 {
font-size: 32rpx;
color: #37cc92;
margin-left: 10px;
}
.xieyi text.data-v-111bb4d3 {
border-bottom: 1px solid #37cc92;
}
.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;
}
.wxbtn.data-v-111bb4d3 {
width: 100%;
position: absolute;
margin-top: 30px;
top: 80%;
}
.wxbtn icon.data-v-111bb4d3 {
font-size: 25px;
color: #28c445;
}
.wxbtn text.data-v-111bb4d3 {
display: block;
margin-top: 5px;
font-size: 12px;
text-align: center;
border-bottom: 1px solid blue;
color: blue;
}
.wxbtn button.data-v-111bb4d3 {
line-height: initial;
background: #fff;
display: flex;
flex-wrap: wrap;
padding: 0;
justify-content: center;
}
.wxbtn button.data-v-111bb4d3::after {
display: none;
}
.wxbtn view.data-v-111bb4d3 {
width: 100%;
}
.wxbtn image.data-v-111bb4d3 {
width: 30px;
height: 30px;
border-radius: 50%;
}