examTeamApp/unpackage/dist/dev/mp-weixin/pageTwo/devices/PCT01.wxss

109 lines
2.1 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-6a205de0 {
2024-08-05 10:01:06 +08:00
width: 100%;
min-height: 100vh;
background-color: #fff;
}
2024-10-11 10:04:19 +08:00
.item-ite.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
line-height: 20PX;
margin-bottom: 15px;
}
2024-10-11 10:04:19 +08:00
.title.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
height: 50px;
line-height: 50px;
text-align: center;
font-weight: bold;
}
2024-10-11 10:04:19 +08:00
.image.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
width: 100%;
text-align: center;
margin-top: 30px;
}
2024-10-11 10:04:19 +08:00
.image image.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
width: 200px;
height: 252px;
margin: auto;
}
2024-10-11 10:04:19 +08:00
.end.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
color: #fff;
position: absolute;
bottom: 80px;
width: 70px;
height: 70px;
line-height: 70px;
2024-10-04 13:36:52 +08:00
background: #fea606;
2024-08-05 10:01:06 +08:00
margin-left: calc(50% - 35px);
border-radius: 50px;
text-align: center;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
}
2024-10-11 10:04:19 +08:00
.wrapper.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
background-color: rgba(0, 0, 0, 0.6);
}
2024-10-11 10:04:19 +08:00
.wrapper .edit.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
width: 80% !important;
background-color: #fff;
}
2024-10-11 10:04:19 +08:00
.wrapper .editem.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
height: initial;
display: flex;
align-items: center;
flex-direction: column;
}
2024-10-11 10:04:19 +08:00
.wrapper .editem view.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
width: 100%;
text-align: center;
margin-bottom: 5px;
}
2024-10-11 10:04:19 +08:00
.wrapper .center.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
background-color: #eee;
padding: 0 10px;
display: flex;
margin: 45px 0;
2024-08-13 15:27:01 +08:00
font-size: 32rpx;
2024-08-05 10:01:06 +08:00
border-radius: 5px;
height: 65px;
align-items: center;
justify-content: space-between;
}
2024-10-11 10:04:19 +08:00
.wrapper .center image.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
width: 35px;
height: 35px;
margin-right: 10px;
margin-top: 15px;
}
2024-10-11 10:04:19 +08:00
.wrapper .center .left.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
display: flex;
align-content: center;
}
2024-10-11 10:04:19 +08:00
.wrapper .center .name.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
margin-top: 15px;
}
2024-10-11 10:04:19 +08:00
.wrapper .item.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
display: flex;
justify-content: space-between;
}
2024-10-11 10:04:19 +08:00
.wrapper .item .item-ite.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
line-height: 20px;
2024-08-13 15:27:01 +08:00
font-size: 28rpx;
2024-08-05 10:01:06 +08:00
color: #999;
text-align: center;
}
2024-10-11 10:04:19 +08:00
.wrapper .item .item-ite text.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
display: block;
width: 100%;
2024-08-13 15:27:01 +08:00
font-size: 36rpx;
2024-08-05 10:01:06 +08:00
color: #333;
text-align: center;
margin-bottom: 10px;
}
2024-10-11 10:04:19 +08:00
.wrapper .btn.data-v-6a205de0 {
2024-08-05 10:01:06 +08:00
margin-top: 25px;
height: 45px;
line-height: 45px;
2024-10-04 13:36:52 +08:00
background: #fea606;
2024-08-05 10:01:06 +08:00
margin-bottom: 25px;
}