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

153 lines
3.6 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
.content.data-v-56b2e1a4 {
2024-08-05 10:01:06 +08:00
width: 100%;
height: 100vh;
}
2024-10-11 10:04:19 +08:00
.bg.data-v-56b2e1a4 {
2024-08-05 10:01:06 +08:00
position: absolute;
top: 0;
width: 100%;
height: 50vh;
z-index: 9;
}
2024-10-11 10:04:19 +08:00
.login.data-v-56b2e1a4 {
2024-08-05 10:01:06 +08:00
width: calc(100% - 30px);
height: auto;
background: #fff;
border-radius: 10px;
padding: 15px;
background-color: #fff;
z-index: 99;
}
2024-10-11 10:04:19 +08:00
.login .title.data-v-56b2e1a4 {
2024-08-05 10:01:06 +08:00
text-align: left;
color: #333;
font-size: 40rpx;
font-weight: bold;
margin-bottom: 15px;
}
2024-10-11 10:04:19 +08:00
.login .editem.data-v-56b2e1a4 {
2024-08-05 10:01:06 +08:00
position: relative;
display: flex;
align-items: center;
2025-04-26 13:35:30 +08:00
font-size: 28rpx;
2024-08-05 10:01:06 +08:00
justify-content: space-between;
flex-wrap: wrap;
}
2024-10-11 10:04:19 +08:00
.login .editem .item.data-v-56b2e1a4 {
2024-08-05 10:01:06 +08:00
width: 100%;
display: flex;
2025-04-26 13:35:30 +08:00
flex-wrap: wrap;
2024-08-05 10:01:06 +08:00
align-items: center;
justify-content: space-between;
margin-bottom: 15px;
}
2025-10-23 13:44:50 +08:00
<<<<<<< HEAD:unpackage/dist/dev/mp-weixin/pages/login/forgetPassword.wxss
2024-08-05 10:01:06 +08:00
.login .editem .item .text.data-v-9e3137f2 {
2024-10-04 13:44:15 +08:00
width: 240rpx;
2025-10-23 13:44:50 +08:00
=======
2024-10-11 10:04:19 +08:00
.login .editem .item .text.data-v-56b2e1a4 {
2025-04-26 13:35:30 +08:00
width: 100%;
2025-10-23 13:44:50 +08:00
>>>>>>> 741f1460e936929669c02b1366b2eb1f0520edf4:unpackage/dist/dev/mp-weixin/pageTwo/login/forgetPassword.wxss
2024-08-05 10:01:06 +08:00
height: 40px;
line-height: 40px;
2025-04-26 13:35:30 +08:00
font-size: 28rpx;
2024-08-05 10:01:06 +08:00
}
2025-10-23 13:44:50 +08:00
<<<<<<< HEAD:unpackage/dist/dev/mp-weixin/pages/login/forgetPassword.wxss
2024-08-05 10:01:06 +08:00
.login .editem .item .input.data-v-9e3137f2 {
2024-10-04 13:44:15 +08:00
width: calc(100% - 240rpx);
2025-10-23 13:44:50 +08:00
=======
2024-10-11 10:04:19 +08:00
.login .editem .item .input.data-v-56b2e1a4 {
2025-04-26 13:35:30 +08:00
width: 100%;
2025-10-23 13:44:50 +08:00
>>>>>>> 741f1460e936929669c02b1366b2eb1f0520edf4:unpackage/dist/dev/mp-weixin/pageTwo/login/forgetPassword.wxss
2024-08-05 10:01:06 +08:00
height: 35px;
line-height: 35px;
display: flex;
position: relative;
border: #dfdfdf 1px solid;
border-radius: 5px;
padding: 0 10px;
background-color: #f7f7f7;
}
2024-10-11 10:04:19 +08:00
.login .editem .item input.data-v-56b2e1a4 {
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: 28rpx;
2024-08-05 10:01:06 +08:00
}
2025-10-23 13:44:50 +08:00
<<<<<<< HEAD:unpackage/dist/dev/mp-weixin/pages/login/forgetPassword.wxss
2024-08-05 10:01:06 +08:00
.login .editem .item .yanzhengma input.data-v-9e3137f2 {
2024-10-04 13:44:15 +08:00
right: 220rpx;
2024-08-05 10:01:06 +08:00
font-size: 28rpx;
}
.login .editem .code.data-v-9e3137f2 {
2024-10-04 13:44:15 +08:00
width: 220rpx;
2024-08-05 10:01:06 +08:00
background: #dfdfdf;
2024-10-04 13:44:15 +08:00
font-size: 28rpx;
2025-10-23 13:44:50 +08:00
=======
2024-10-11 10:04:19 +08:00
.login .editem .item .yanzhengma input.data-v-56b2e1a4 {
2025-04-26 13:35:30 +08:00
right: 120px;
2024-08-05 10:01:06 +08:00
}
2024-10-11 10:04:19 +08:00
.login .editem .code.data-v-56b2e1a4 {
2025-04-26 13:35:30 +08:00
width: 110px;
2024-08-05 10:01:06 +08:00
background: #dfdfdf;
2025-04-26 13:35:30 +08:00
font-size: 14px;
2025-10-23 13:44:50 +08:00
>>>>>>> 741f1460e936929669c02b1366b2eb1f0520edf4:unpackage/dist/dev/mp-weixin/pageTwo/login/forgetPassword.wxss
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;
}
2025-10-23 13:44:50 +08:00
<<<<<<< HEAD:unpackage/dist/dev/mp-weixin/pages/login/forgetPassword.wxss
2024-08-05 10:01:06 +08:00
.login .editem .forget.data-v-9e3137f2 {
width: 80px;
background: #fff;
2024-10-04 13:44:15 +08:00
color: #37cc92;
2024-08-05 10:01:06 +08:00
}
.login .btngroup.data-v-9e3137f2 {
2025-10-23 13:44:50 +08:00
=======
2024-10-11 10:04:19 +08:00
.login .btngroup.data-v-56b2e1a4 {
2025-10-23 13:44:50 +08:00
>>>>>>> 741f1460e936929669c02b1366b2eb1f0520edf4:unpackage/dist/dev/mp-weixin/pageTwo/login/forgetPassword.wxss
2024-08-05 10:01:06 +08:00
width: 100%;
height: 35px;
line-height: 35px;
display: flex;
justify-content: center;
}
2024-10-11 10:04:19 +08:00
.login .btngroup text.data-v-56b2e1a4 {
2024-08-05 10:01:06 +08:00
display: block;
2024-10-04 13:44:15 +08:00
color: #37cc92;
2024-08-05 10:01:06 +08:00
}
2024-10-11 10:04:19 +08:00
.login .btnlogin.data-v-56b2e1a4 {
2024-08-05 10:01:06 +08:00
width: 100%;
margin: 15px 0;
height: 42px;
line-height: 42px;
2024-10-04 13:44:15 +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-56b2e1a4 {
2024-08-13 15:27:01 +08:00
font-size: 32rpx;
2024-10-04 13:44:15 +08:00
color: #37cc92;
2024-08-05 10:01:06 +08:00
}
2025-10-23 13:44:50 +08:00
<<<<<<< HEAD:unpackage/dist/dev/mp-weixin/pages/login/forgetPassword.wxss
2024-08-05 10:01:06 +08:00
.xieyi text.data-v-9e3137f2 {
2025-10-23 13:44:50 +08:00
=======
2024-10-11 10:04:19 +08:00
.xieyi text.data-v-56b2e1a4 {
2025-10-23 13:44:50 +08:00
>>>>>>> 741f1460e936929669c02b1366b2eb1f0520edf4:unpackage/dist/dev/mp-weixin/pageTwo/login/forgetPassword.wxss
2024-10-04 13:44:15 +08:00
border-bottom: 1px solid #37cc92;
2024-08-05 10:01:06 +08:00
}