examTeamApp/unpackage/dist/dev/mp-weixin/pageTwo/setting/phone.wxss

94 lines
1.8 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-d8eeb702 {
2024-08-05 10:01:06 +08:00
width: 100%;
height: 100vh;
}
2024-10-11 10:04:19 +08:00
.login.data-v-d8eeb702 {
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-d8eeb702 {
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-d8eeb702 {
2024-08-05 10:01:06 +08:00
position: relative;
display: flex;
align-items: center;
font-size: 28rpx;
justify-content: space-between;
flex-wrap: wrap;
}
2024-10-11 10:04:19 +08:00
.login .editem .item.data-v-d8eeb702 {
2024-08-05 10:01:06 +08:00
width: 100%;
display: flex;
align-items: center;
2025-04-26 13:35:30 +08:00
flex-wrap: wrap;
2024-08-05 10:01:06 +08:00
justify-content: space-between;
margin-bottom: 15px;
}
2024-10-11 10:04:19 +08:00
.login .editem .item .text.data-v-d8eeb702 {
2025-04-26 13:35:30 +08:00
width: 100%;
2024-08-05 10:01:06 +08:00
height: 40px;
line-height: 40px;
2024-08-13 15:27:01 +08:00
font-size: 28rpx;
2024-08-05 10:01:06 +08:00
}
2024-10-11 10:04:19 +08:00
.login .editem .item .input.data-v-d8eeb702 {
2025-04-26 13:35:30 +08:00
width: 100%;
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-d8eeb702 {
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
}
2024-10-11 10:04:19 +08:00
.login .editem .item .yanzhengma input.data-v-d8eeb702 {
2024-08-05 10:01:06 +08:00
right: 120px;
}
2024-10-11 10:04:19 +08:00
.login .editem .code.data-v-d8eeb702 {
2024-08-05 10:01:06 +08:00
width: 110px;
background: #dfdfdf;
2025-04-26 13:35:30 +08:00
font-size: 14px;
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 .btnlogin.data-v-d8eeb702 {
2024-08-05 10:01:06 +08:00
width: 100%;
margin: 15px 0;
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;
}