examTeamApp/unpackage/dist/dev/mp-weixin/pageTwo/home/inheritHeighet.wxss

132 lines
2.7 KiB
Plaintext

@charset "UTF-8";
/* 主题色 */
.content.data-v-14863ebe {
padding: 15px 10px;
background: #fff;
min-height: calc(100vh - 30px);
}
.content .radio.data-v-14863ebe {
display: flex;
height: 34px;
line-height: 34px;
}
.content picker.data-v-14863ebe {
width: 100%;
text-align: right;
border: none;
color: #333333;
}
.content .top.data-v-14863ebe {
width: 100%;
line-height: 30px;
font-size: 24rpx;
text-align: center;
margin-bottom: 30rpx;
color: #999;
}
.content .top text.data-v-14863ebe {
width: 100%;
display: block;
text-align: center;
font-size: 40rpx;
color: #333;
font-weight: 600;
}
.content .h5.data-v-14863ebe {
font-size: 30rpx;
color: #666;
}
.content .con.data-v-14863ebe {
margin-top: 5px;
margin-bottom: 30rpx;
color: #999;
line-height: 22px;
font-size: 28rpx;
}
.content .table.data-v-14863ebe,
.content .table2.data-v-14863ebe {
width: 100%;
border: 1px solid #d69231;
border-bottom: none;
box-sizing: border-box;
border-spacing: inherit;
font-size: 28rpx;
height: auto;
overflow: hidden;
border-right: none;
}
.content .table .tr.data-v-14863ebe,
.content .table2 .tr.data-v-14863ebe {
width: 50%;
float: left;
}
.content .table .tr .text.data-v-14863ebe,
.content .table2 .tr .text.data-v-14863ebe {
width: 40%;
}
.content .table .tr .td.data-v-14863ebe,
.content .table2 .tr .td.data-v-14863ebe {
width: 60%;
}
.content .table .text.data-v-14863ebe,
.content .table2 .text.data-v-14863ebe {
float: left;
height: 35px;
line-height: 35px;
background: #ffcf85;
box-sizing: border-box;
border-bottom: 1px solid #d69231;
border-right: 1px solid #d69231;
text-align: center;
}
.content .table .td.data-v-14863ebe,
.content .table2 .td.data-v-14863ebe {
box-sizing: border-box;
background: #e4cdac21;
display: flex;
float: left;
height: 35px;
line-height: 35px;
padding-right: 5px;
padding-left: 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-bottom: 1px solid #d69231;
border-right: 1px solid #d69231;
text-align: center;
}
.content .table .td.data-v-14863ebe input,
.content .table2 .td.data-v-14863ebe input {
width: 95%;
height: 35px;
line-height: 35px;
font-size: 30rpx !important;
}
.content .table2.data-v-14863ebe {
margin: 50rpx auto;
border-right: none;
text-align: center;
}
.content .table2 .text.data-v-14863ebe {
width: 50%;
border-right: 1px solid #d69231;
}
.content .table2 .td.data-v-14863ebe {
height: 50px;
width: 50%;
line-height: 50px;
display: inherit;
border-right: 1px solid #d69231;
}
.content .table2 .td .text2.data-v-14863ebe {
font-size: 36rpx;
font-weight: bold;
}
.btn.data-v-14863ebe {
margin-top: 20px;
margin-bottom: 15px;
background-color: #37cc92;
}