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

69 lines
1.3 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.content.data-v-02e9ad9a {
width: 100%;
height: 100vh;
}
.login.data-v-02e9ad9a {
width: calc(100% - 30px);
height: auto;
background: #fff;
border-radius: 10px;
padding: 15px;
background-color: #fff;
z-index: 99;
}
.login .editem.data-v-02e9ad9a {
position: relative;
display: flex;
align-items: center;
font-size: 28rpx;
justify-content: space-between;
flex-wrap: wrap;
}
.login .editem .item.data-v-02e9ad9a {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 15px;
}
.login .editem .item .text.data-v-02e9ad9a {
width: 80px;
height: 40px;
line-height: 40px;
font-size: 32rpx;
}
.login .editem .item .input.data-v-02e9ad9a {
width: calc(100% - 100px);
height: 35px;
line-height: 35px;
display: flex;
position: relative;
border: #dfdfdf 1px solid;
border-radius: 5px;
padding: 0 10px;
background-color: #f7f7f7;
}
.login .editem .item input.data-v-02e9ad9a {
height: 40px;
line-height: 40px;
position: absolute;
left: 10px;
right: 0px;
z-index: 88;
font-size: 28rpx;
}
.login .btnlogin.data-v-02e9ad9a {
width: 100%;
margin: 15px 0;
height: 42px;
line-height: 42px;
background: #fea606;
font-weight: 700;
border-radius: 15px;
text-align: center;
color: #fff !important;
}