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

49 lines
907 B
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-4a3c3a21 {
2024-08-05 10:01:06 +08:00
background-color: #F3F4F6;
padding: 15px;
min-height: 100vh;
2024-08-13 15:27:01 +08:00
font-size: 36rpx;
2024-08-05 10:01:06 +08:00
}
2024-10-11 10:04:19 +08:00
.image.data-v-4a3c3a21 {
2024-08-05 10:01:06 +08:00
width: 40px;
height: 40px;
border-radius: 50%;
}
2024-10-11 10:04:19 +08:00
.text_r.data-v-4a3c3a21 {
2024-08-05 10:01:06 +08:00
width: 70%;
display: flex;
align-items: center;
2024-10-11 10:04:19 +08:00
justify-content: flex-end;
2024-10-04 13:36:52 +08:00
}
2024-10-11 10:04:19 +08:00
.text_r text.data-v-4a3c3a21 {
2024-10-04 13:36:52 +08:00
width: calc(100% - 30px);
display: inline-block;
2024-08-05 10:01:06 +08:00
}
2024-10-11 10:04:19 +08:00
.text_r input.data-v-4a3c3a21 {
2024-08-05 10:01:06 +08:00
width: 80%;
border-bottom: 1px solid #dfdfdf;
}
2024-10-11 10:04:19 +08:00
.btn.data-v-4a3c3a21 {
2024-10-04 13:36:52 +08:00
width: auto;
background: #999;
margin: 50px 15px 0 15px;
}
2024-10-11 10:04:19 +08:00
.caritem.data-v-4a3c3a21 {
2024-08-05 10:01:06 +08:00
height: 50px;
line-height: 50px;
background-color: #fff;
border-radius: 10px;
padding: 0 10px;
margin-bottom: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
2024-10-11 10:04:19 +08:00
.caritem .uni-icons.data-v-4a3c3a21 {
2024-10-04 13:36:52 +08:00
width: 30px;
text-align: right;
}
2024-08-05 10:01:06 +08:00