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
1.9 KiB
115 lines
1.9 KiB
body {
|
|
padding-top: 38px;
|
|
padding-bottom: 30px;
|
|
font-family: 微软雅黑, Arial;
|
|
}
|
|
|
|
.container {
|
|
width: 98%;
|
|
}
|
|
|
|
.form-signin {
|
|
max-width: 330px;
|
|
padding: 15px;
|
|
margin: 0 auto;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.form-signin .form-signin-heading,
|
|
.form-signin .checkbox {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.form-signin .checkbox {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.form-signin .form-control {
|
|
position: relative;
|
|
height: auto;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 10px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.form-signin .form-control:focus {
|
|
z-index: 2;
|
|
}
|
|
|
|
.form-signin input[type="text"] {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.form-signin input[type="password"] {
|
|
margin-bottom: 18px;
|
|
}
|
|
|
|
.dtl-status1 {
|
|
color: green;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.dtl-status-1 {
|
|
color: red
|
|
}
|
|
|
|
.status-y {
|
|
color: green;
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.status-n {
|
|
color: red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.op-success {
|
|
padding: 20px;
|
|
font-size: 20px;
|
|
background-color: #dff0d8;
|
|
}
|
|
|
|
#app button {
|
|
min-width: 100px;
|
|
}
|
|
|
|
.panel-body .mytable {
|
|
width: 100%;
|
|
}
|
|
|
|
.panel-body .mytable > tbody > tr > td,
|
|
.panel-body .mytable > tbody > tr > th,
|
|
.panel-body .mytable > tfoot > tr > td,
|
|
.panel-body .mytable > tfoot > tr > th,
|
|
.panel-body .mytable > thead > tr > td,
|
|
.panel-body .mytable > thead > tr > th {
|
|
padding: 2px;
|
|
line-height: 23px;
|
|
vertical-align: middle;
|
|
border-top: 1px solid #ddd;
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.panel-body .mytable .rdinput {
|
|
border: 1px solid #efefef;
|
|
height: 23px;
|
|
width: 100%;
|
|
padding-right: 5px;
|
|
padding-left: 5px;
|
|
display: block;
|
|
}
|
|
|
|
.panel-default > .panel-heading {
|
|
background-image: none;
|
|
}
|
|
|
|
.panel-default > .panel-heading {
|
|
background-color: #E0ECFF;
|
|
}
|
|
.validatebox-readonly{
|
|
background-color: #F2F2F2;
|
|
}
|