examTeamApp/unpackage/dist/dev/mp-weixin/pageTwo/history/historyDetail.wxss

53 lines
1007 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
.box.data-v-f2879c4c {
2024-08-05 10:01:06 +08:00
min-height: 100vh;
background-color: #fff;
}
2024-10-11 10:04:19 +08:00
.lanBox.data-v-f2879c4c {
2024-08-05 10:01:06 +08:00
padding: 0px 15px 0;
}
2024-10-11 10:04:19 +08:00
.lan.data-v-f2879c4c {
2024-08-05 10:01:06 +08:00
display: flex;
align-items: center;
2024-08-13 15:27:01 +08:00
font-size: 32rpx;
2024-08-05 10:01:06 +08:00
height: 50px;
line-height: 50px;
justify-content: space-between;
border-bottom: 1px solid #f7f7f7;
}
2024-10-11 10:04:19 +08:00
.lan .left.data-v-f2879c4c {
2024-08-05 10:01:06 +08:00
display: flex;
align-items: center;
text-align: left;
2024-08-13 15:27:01 +08:00
font-size: 32rpx;
2024-08-05 10:01:06 +08:00
padding-left: 30px;
}
2024-10-11 10:04:19 +08:00
.lan .left .view.data-v-f2879c4c {
2024-08-05 10:01:06 +08:00
width: 18px;
height: 18px;
position: absolute;
left: 15px;
padding: 2px;
background-color: #c7c7c7;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
2024-10-11 10:04:19 +08:00
.lan .left .t-icon.data-v-f2879c4c,
.lan .left image.data-v-f2879c4c {
2024-08-05 10:01:06 +08:00
width: 16px;
height: 16px;
}
2024-10-11 10:04:19 +08:00
.lan .right.data-v-f2879c4c {
2024-08-05 10:01:06 +08:00
display: flex;
align-items: center;
justify-content: flex-end;
width: 50%;
min-height: 38px;
box-sizing: border-box;
line-height: 36px;
}