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

121 lines
2.3 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.content.data-v-6a205de0 {
width: 100%;
min-height: 100vh;
background-color: #fff;
}
.item-ite.data-v-6a205de0 {
line-height: 20PX;
margin-bottom: 15px;
}
.title.data-v-6a205de0 {
height: 50px;
line-height: 50px;
text-align: center;
font-weight: bold;
}
.image.data-v-6a205de0 {
width: 100%;
text-align: center;
margin-top: 30px;
}
.image image.data-v-6a205de0 {
width: 200px;
height: 252px;
margin: auto;
}
.end.data-v-6a205de0 {
color: #fff;
position: absolute;
bottom: 80px;
width: 70px;
height: 70px;
line-height: 70px;
background: #fea606;
margin-left: calc(50% - 35px);
border-radius: 50px;
text-align: center;
box-shadow: 0px 1px 5px 2px #dfe2e1fc;
}
.wrapper.data-v-6a205de0 {
background-color: rgba(0, 0, 0, 0.6);
}
.wrapper .edit.data-v-6a205de0 {
width: 80% !important;
background-color: #fff;
}
.wrapper .editem.data-v-6a205de0 {
height: initial;
display: flex;
align-items: center;
flex-direction: column;
}
.wrapper .editem view.data-v-6a205de0 {
width: 100%;
text-align: center;
margin-bottom: 5px;
}
.wrapper .center.data-v-6a205de0 {
background-color: #eee;
padding: 0 10px;
display: flex;
flex-wrap: wrap;
margin: 45px 0;
font-size: 32rpx;
border-radius: 5px;
align-items: center;
justify-content: space-between;
}
.wrapper .center image.data-v-6a205de0 {
width: 35px;
height: 35px;
margin-right: 10px;
margin-top: 15px;
}
.wrapper .center .left.data-v-6a205de0 {
display: flex;
align-content: center;
padding-bottom: 10px;
}
.wrapper .center .name.data-v-6a205de0 {
margin-top: 15px;
}
.wrapper .center2.data-v-6a205de0 {
margin: 10px 0;
background-color: #fff;
padding: 0;
}
.wrapper .center2 .left.data-v-6a205de0 {
width: 100%;
background: #eee;
padding: 0 10px 10px;
margin-bottom: 10px;
}
.wrapper .item.data-v-6a205de0 {
display: flex;
justify-content: space-between;
}
.wrapper .item .item-ite.data-v-6a205de0 {
line-height: 20px;
font-size: 28rpx;
color: #999;
text-align: center;
}
.wrapper .item .item-ite text.data-v-6a205de0 {
display: block;
width: 100%;
font-size: 36rpx;
color: #333;
text-align: center;
margin-bottom: 10px;
}
.wrapper .btn.data-v-6a205de0 {
margin-top: 25px;
height: 45px;
line-height: 45px;
background: #fea606;
margin-bottom: 25px;
}