127 lines
2.6 KiB
Plaintext
127 lines
2.6 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.content.data-v-14863ebe {
|
|
padding: 15px;
|
|
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: 12px;
|
|
text-align: center;
|
|
margin-bottom: 30rpx;
|
|
color: #999;
|
|
}
|
|
.content .top text.data-v-14863ebe {
|
|
width: 100%;
|
|
display: block;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
color: #333;
|
|
font-weight: 600;
|
|
}
|
|
.content .h5.data-v-14863ebe {
|
|
font-size: 14px;
|
|
color: #666;
|
|
}
|
|
.content .con.data-v-14863ebe {
|
|
margin-top: 5px;
|
|
margin-bottom: 30rpx;
|
|
color: #999;
|
|
line-height: 22px;
|
|
font-size: 12px;
|
|
}
|
|
.content.data-v-14863ebe input {
|
|
width: 95%;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
font-size: 12px !important;
|
|
}
|
|
.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: 12px;
|
|
height: auto;
|
|
overflow: hidden;
|
|
border-right: none;
|
|
}
|
|
.content .table ._th.data-v-14863ebe,
|
|
.content .table2 ._th.data-v-14863ebe {
|
|
width: 20%;
|
|
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;
|
|
width: 30%;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
padding-right: 10px;
|
|
padding-left: 10px;
|
|
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: 12px !important;
|
|
}
|
|
.content .table2.data-v-14863ebe {
|
|
margin: 50rpx auto;
|
|
border-right: none;
|
|
text-align: center;
|
|
}
|
|
.content .table2 ._th.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 text.data-v-14863ebe {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.btn.data-v-14863ebe {
|
|
margin-top: 20px;
|
|
margin-bottom: 15px;
|
|
background-color: #37cc92;
|
|
}
|
|
|