You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
2.4 KiB
115 lines
2.4 KiB
<style>
|
|
.form-content-table {
|
|
margin: auto;
|
|
width: 1000px;
|
|
font-family: '微软雅黑';
|
|
font-size: 14px;
|
|
color: #333333;
|
|
border: 1px grey;
|
|
border-collapse: collapse;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
.form-content-table thead {
|
|
width: 100%;
|
|
}
|
|
|
|
.form-content-table tbody td {
|
|
padding: 5px;
|
|
border: 1px solid;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.form-content-table th,
|
|
.form-content-table thead th {
|
|
padding: 5px;
|
|
border: 1px solid;
|
|
background-color: #6d9eeb;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.form-content-table tbody th {
|
|
background-color: rgb(204, 228, 248);
|
|
font-size: 12px;
|
|
}
|
|
|
|
.form-content-table tr.no-border td,
|
|
tr.no-border th {
|
|
background-color: #ffffff;
|
|
border-width: 0px;
|
|
padding: 0 0 0 0;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.form-content-table tbody th {
|
|
width: 1000px;
|
|
}
|
|
|
|
#basic_info tbody th {
|
|
height: 25px;
|
|
}
|
|
|
|
#draw {
|
|
width: 100%;
|
|
overflow: scroll;
|
|
height: 1000px;
|
|
}
|
|
|
|
.select2-container {
|
|
margin-bottom: 5px !important;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.form-content-table {
|
|
margin: auto;
|
|
width: 100%;
|
|
font-family: '微软雅黑';
|
|
font-size: 14px;
|
|
color: #333333;
|
|
border: 1px grey;
|
|
border-collapse: collapse;
|
|
table-layout: fixed;
|
|
}
|
|
|
|
.form-content-table tbody th {
|
|
width: 100%;
|
|
}
|
|
|
|
table {
|
|
border: 0;
|
|
}
|
|
|
|
table tr {
|
|
margin-bottom: 10px;
|
|
display: block;
|
|
border-bottom: 2px solid #ddd;
|
|
}
|
|
|
|
table th {
|
|
display: block;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
border-bottom: 1px dotted #ccc;
|
|
}
|
|
|
|
table td {
|
|
display: block;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
border-bottom: 1px dotted #ccc;
|
|
}
|
|
|
|
table td:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
table td:before {
|
|
content: attr(data-label);
|
|
float: left;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
</style>
|