| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- .hu-total {
- font-size: 12px;
- }
- .hu-tab li {
- float: left;
- }
- .hut-tcon {
- float: right;
- }
- .hu-total h2 {
- font-size: 18px;
- }
- .hu-content {
- width: 100%;
- }
- .hu-content .hu-con-left {
- width: 70%;
- padding-left: 2%;
- margin: 0 auto;
- display: none;
- }
- .hu-con-left table thead tr td,
- table tfoot tr td {
- background: #249fea;
- color: #fff;
- }
- .hu-con-left table {
- margin-top: 35px;
- }
- .hu-content .hu-con-right {
- width: 100%;
- padding-right: 2%;
- height: 100%;
- margin: 0 auto;
- text-align: -webkit-center;
- }
- #huData {
- width: 100%;
- height: 100%;
- }
- .center {
- text-align: -webkit-center;
- width: 100%;
- margin: 0 auto;
- }
- .th-tu table thead tr td {
- background: #249fea;
- color: #fff;
- }
- .th-table table thead tr td {
- background: #249fea;
- color: #fff;
- }
- .th-table {
- display: none;
- }
- .zxt-content {
- width: 95%;
- margin: 0 auto;
- }
- .zxt-table table {
- font-size: 12px;
- margin-top: 20px;
- }
- .zxt-table table thead tr td {
- background: #249fea;
- color: #fff;
- }
- .seatStatement .drop_down,
- .qualityDataReport .drop_down {
- position: relative;
- width: 300px;
- }
- .seatStatement .drop_down input.form-control,
- .qualityDataReport .drop_down input.form-control {
- width: 100%;
- }
- .seatStatement .drop_down .caret,
- .qualityDataReport .drop_down .caret {
- position: absolute;
- right: 8px;
- top: 15px;
- }
- .seatStatement #deptTreeView,
- .qualityDataReport #deptTreeView {
- width: 300px;
- max-height: 256px;
- overflow-y: auto;
- position: absolute;
- z-index: 2;
- top: 34px;
- left: 0px;
- background-color: #fff;
- }
- .annual-con {
- width: 90%;
- /*height: 500px;*/
- margin: 20px auto;
- }
- .annual-con table thead tr td {
- background: #249fea;
- color: #fff;
- }
- .seatCall-content h2 {
- font-size: 18px;
- margin-bottom: 20px;
- }
- .seatCall-content {
- width: 90%;
- margin: 0 auto;
- }
- .seatCall-table table {
- font-size: 12px;
- }
- .seatCall-table table thead tr td {
- background: #249fea;
- color: #fff;
- font-size: 14px;
- }
- .qualityData-content {
- width: 95%;
- margin: 0 auto;
- }
- .qualityData-table {
- overflow-x: auto;
- }
- .qualityData-table table {
- font-size: 12px;
- margin-top: 20px;
- width: 100%;
- max-width: 100%;
- }
- .qualityData-table table thead tr td {
- background: #249fea;
- color: #fff;
- }
- .compent {
- font-size: 12px;
- }
- .kpi-content h2 {
- font-size: 18px;
- margin-bottom: 20px;
- }
- .kpi-content {
- width: 90%;
- margin: 0 auto;
- }
- .kpi-table table thead tr td {
- background: #249fea;
- color: #fff;
- font-size: 14px;
- }
|