123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606 |
- .main-review .review-list{
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- width: 100%;
- height:100%;
- overflow: hidden;
- }
- .main-review .review-list .list{
- width: 33.3333%;
- height:260px;
- padding:0 5px;
- }
- .main-review .review-list .list >.item{
- width: 100%;
- height: 100%;
- border:1px solid #96b3d4;
- display: flex;
- flex-direction: column;
- }
- .main-review .review-list .list .item .item-title{
- width: 100%;
- height: 40px;
- line-height: 40px;
- text-align: center;
- background: #134c8b;
- color: #fff;
- font-weight: bold;
- font-size: 18px;
- }
- .main-review .review-list .list .item-container{
- flex:1;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- align-content: flex-start;
- padding-top:10px
- }
- .main-review .review-list .list .infor{
- width: 50%;
- display: flex;
- flex-direction: row;
- line-height: 22px;
- min-height: 44px;
- }
- .main-review .review-list .list .infor.full{
- width: 100%;
- }
- .main-review .review-list .list .infor .label{
- width: 80px;
- text-align: right;
- flex-shrink:0
- }
- .main-review .review-list .list .infor .value{
- flex:1;
- margin-right: 10px;
- word-break: break-all;
- }
- .main-review .review-list .list .infor .value input{
- width: 100%;
- height: 60px;
- border:1px solid #dcdcdc;
- padding-left: 10px;
- font-size: 16px;
- font-weight: bold;
- }
- .main-review .review-list .list .infor.full .label{
- line-height: 60px;
- }
- .main-review .review-list .list .btns{
- padding:0 10px 10px 10px;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .main-review .review-list .list .btns .item{
- width: 50%;
- padding-right: 5px;
- }
- .main-review .review-list .list .btns button{
- width: 100%;
- height: 32px;
- background: #f6f6f6;
- border: 1px solid #e4e4e4;
- cursor: pointer;
- }
- .main-review .review-list .list .btns button:hover{
- background: #ededed;
- }
- .main-review .review-list .list.red>.item{
- border-color: #f8b2b2;
- }
- .main-review .review-list .list.red .item .item-title{
- background: #f75656;
- }
- .main-review .review-list .list.green>.item{
- border-color: #99ca8b;
- }
- .main-review .review-list .list.green .item .item-title{
- background: #33a513;
- }
- .home {
- padding: 0 0 0 16px;
- }
- .home .title {
- width: 30%;
- text-align: right;
- color: #000000d9;
- font-size: 14px;
- line-height: 1.6;
- display: inline-block;
- }
- .home .subtitle {
- color: #5468ff;
- font-size: 24px;
- line-height: 1.8;
- text-align: right;
- font-weight: bold;
- width: 30%;
- display: inline-block;
- }
- /*页面头部*/
- .main-header {
- box-shadow: 0px 5px 5px #e4e4e4;
- }
- .main-header .header-menu {
- border: none;
- background: none;
- }
- .main-header .header-menu .x-btn-inner-default-small {
- color: #000000;
- }
- .main-header .header-menu .x-btn-wrap-default-small.x-btn-arrow-right:after {
- color: #000000;
- }
- .main-header .header-menu.x-btn.x-btn-menu-active.x-btn-default-small, .main-header .header-menu.x-btn.x-btn-pressed.x-btn-default-small {
- background: none;
- border: none;
- }
- .x-keyboard-mode .main-header .x-btn-focus.x-btn-default-small {
- background: none;
- box-shadow: none;
- }
- /*页面头部样式*/
- .main-header > .x-panel-bodyWrap > .x-box-layout-ct {
- border-left: none;
- }
- .x-menu .x-menu-icon-separator-default {
- border: none
- }
- .x-menu .x-menu-item-text-default.x-menu-item-indent {
- margin-left: 30px;
- }
- .x-tree-view {
- border-top: 1px solid #d0d0d0;
- }
- .dataview-horizontal > div {
- float: left;
- padding: 0 20px;
- }
- .dataview-horizontal > div > div:last-child {
- border: black solid 1px;
- }
- /*表格样式修改*/
- .dataview-horizontal-table > div {
- float: left;
- padding: 10px 10px;
- width: 30%;
- }
- .dataview-horizontal-table > div > table {
- border: black solid 1px;
- width: 100%;
- font-size: large;
- }
- .dataview-horizontal-table td {
- padding: 10px 0;
- }
- .dataview-horizontal-table button {
- font-size: larger;
- }
- .x-panel-body-default {
- border-left: none;
- border-right: none;
- }
- .x-docked-noborder-left {
- border-left-width: 1px !important;
- }
- .x-panel-body-default {
- border-top: none;
- border-bottom: none;
- }
- .x-autocontainer-innerCt > .x-toolbar {
- border-left: none;
- }
- .x-autocontainer-innerCt .x-autocontainer-innerCt {
- border: none;
- }
- .x-fieldset-default {
- border: 1px solid #dfdfdf !important;
- padding: 5px 14px 10px 14px;
- }
- .x-fieldset .x-autocontainer-innerCt {
- border-left: none;
- }
- .x-toolbar-docked-top {
- border-left: 1px solid #d0d0d0;
- border-top: none;
- }
- .x-panel-bodyWrap > .x-box-layout-ct {
- border-left: 1px solid #d0d0d0;
- border-right: none;
- }
- .x-tab-bar-body.x-box-layout-ct {
- border-left: none;
- }
- .x-grid-header-ct-default .x-box-inner {
- border-top: 1px solid #d0d0d0;
- border-bottom: 1px solid #d0d0d0;
- }
- .x-column-header-sort-DESC .x-column-header-text, .x-column-header-sort-ASC .x-column-header-text {
- overflow: hidden;
- }
- .x-box-inner .x-autocontainer-innerCt {
- border-left: none;
- }
- .x-grid-no-row-lines {
- border-left: 1px solid #d0d0d0;
- }
- .x-tree-checkbox {
- color: #9cb9b2;
- }
- .secondRowBigFont tr td:nth-child(2) .x-grid-cell-inner {
- font-size: 16px;
- }
- /*弹出框样式修改*/
- body .x-mask {
- background-color: rgba(0, 0, 0, 0.5)
- }
- .wotu-ui .x-window-default,
- .x-toolbar-footer {
- background-color: #fff;
- width: 600px;
- border-radius: 4px;
- border: 1px solid #fff;
- vertical-align: middle;
- margin-bottom: 5px;
- }
- .wotu-ui .x-window-default, .wotu-ui .x-window-header-default {
- border-bottom: 1px solid #bbb;
- }
- .wotu-ui .x-window-header-default .x-tool-img {
- color: #fff;
- }
- /*.wotu-ui .x-window .x-window-header-default .x-tool-img {*/
- /* background: #fff;*/
- /*}*/
- .x-window-header-title-default > .x-title-text-default {
- padding-left: 0;
- margin-bottom: 0;
- font-size: 18px;
- line-height: 1;
- color: #fff;
- }
- .x-window-header.x-header {
- color: #000;
- }
- .x-window {
- background-color: ragb(0, 0, 0, 0.5);
- }
- .x-window .x-window-text {
- line-height: 20px;
- }
- .x-window .x-tool-tool-el.x-tool-img.x-tool-close {
- left: 552px;
- }
- .x-window .x-btn-inner-default-small {
- color: #fff;
- font-size: 12px;
- background-color: #5fa2dd;
- border-color: #5fa2dd;
- border-radius: 3px;
- }
- .x-window .x-btn:focus {
- box-shadow: none !important;
- }
- .x-window .x-btn-default-small {
- border: none;
- background-color: #fff;
- }
- .x-panel-body-default {
- /*border: none;*/
- font-size: 14px;
- line-height: 20px;
- }
- .x-window .x-autocontainer-innerCt {
- padding: 5px 0;
- }
- .x-window .x-autocontainer-innerCt .x-autocontainer-innerCt {
- padding-left: 0;
- }
- .x-window .x-btn-default-small {
- color: #fff;
- border-radius: 3px;
- background-color: #5fa2dd;
- border-color: #5fa2dd;
- }
- .x-window .x-btn-default-small:hover,
- .x-window .x-btn-default-small:hover .x-btn-inner {
- border-color: #518bbd;
- background-image: none;
- background-color: #5795cb;
- }
- .x-window .x-btn-default-small:active .x-btn-inner {
- border-color: #1960af;
- background-image: none;
- background-color: #1960af;
- }
- .x-window .x-component.x-window-text.x-box-item.x-component-default {
- font-size: 14px;
- margin-bottom: 5px;
- }
- .x-window .x-panel-bodyWrap > .x-box-layout-ct {
- border-left: none;
- }
- .x-tip .x-autocontainer-innerCt {
- border-left: none;
- }
- .x-docked .x-btn-icon-el-default-small {
- color: #fff;
- }
- .viewer-container.viewer-backdrop.viewer-fixed {
- z-index: 19000 !important;
- }
- .x-mask-msg {
- width: 92px;
- height: 82px;
- text-align: center;
- background-color: rgba(0, 0, 0, .8);
- border-radius: 4px;
- }
- .x-mask-loading.x-mask-msg-inner,
- .x-mask-msg .x-mask-msg-inner {
- margin-top: 8px;
- }
- .x-mask-msg-inner .x-mask-msg-text {
- color: #fff;
- padding-top: 30px;
- }
- .yvan-msg.yvan-anim {
- border-radius: 4px;
- }
- /*表格样式调整*/
- .x-grid-header-ct.x-docked.x-grid-header-ct-default {
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
- border-left: none;
- }
- .x-column-header-sort-ASC .x-column-header-text-inner:after, .x-column-header-sort-DESC .x-column-header-text-inner:after {
- position: absolute;
- top: 50%;
- right: 0px;
- transform: translateY(-50%);
- }
- .x-column-header-text {
- text-align: center;
- }
- .x-column-header-align-right .x-column-header-text {
- margin-right: 0;
- }
- .x-column-header-inner {
- padding: 7px;
- }
- .x-grid-cell-inner .progress-danger {
- background-color: #D9534F;
- }
- .x-grid-cell-inner .progress-warning {
- background-color: #F0AD4E;
- }
- .x-grid-cell-inner .progress-success {
- background-color: #5CB85C;
- }
- .x-grid-cell-inner .area-tag {
- width: 100%;
- height: 32px;
- border: none;
- background-color: #16993c;
- border: 1px solid #16993c;
- /*padding: 7px 0 6px;*/
- text-align: center;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- .td-btn .x-grid-cell-inner {
- padding: 0 10px 0;
- }
- .td-percent .x-grid-cell-inner {
- padding: 4px 10px;
- }
- .x-grid-cell-inner .area-tag:hover {
- border-color: #40b061;
- background-image: none;
- background-color: #40b061;
- }
- .x-grid-cell-inner .area-tag:active {
- -webkit-box-shadow: #ced8e1 0 1px 0px 0 inset, #ced8e1 0 -1px 0px 0 inset, #ced8e1 -1px 0 0px 0 inset, #ced8e1 1px 0 0px 0 inset;
- -moz-box-shadow: #ced8e1 0 1px 0px 0 inset, #ced8e1 0 -1px 0px 0 inset, #ced8e1 -1px 0 0px 0 inset, #ced8e1 1px 0 0px 0 inset;
- box-shadow: #ced8e1 0 1px 0px 0 inset, #ced8e1 0 -1px 0px 0 inset, #ced8e1 -1px 0 0px 0 inset, #ced8e1 1px 0 0px 0 inset;
- border-color: #42719a;
- background-image: none;
- background-color: #209a43;
- }
- .wotu-ui .x-item-disabled.x-grid-td .x-grid-checkcolumn,
- .wotu-ui .x-item-disabled.x-grid-td .x-grid-checkcolumn {
- opacity: 0.5;
- }
- .x-tree-checkbox,
- .x-grid-hd-checker-on .x-column-header-checkbox:after,
- .x-grid-checkcolumn-checked:after {
- color: #9cb9b2;
- }
- /*工具栏样式修改*/
- .x-toolbar-default.x-docked-bottom.x-toolbar-docked-bottom {
- box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .6);
- border-bottom: none;
- }
- .x-toolbar.x-toolbar-docked-bottom input {
- padding: 0;
- }
- /*详情样式调整*/
- .allowScroll .x-panel-body.x-panel-body-default {
- overflow: scroll;
- padding: 8px;
- }
- .allowScroll .x-panel-body.x-panel-body-default pre {
- margin: 0;
- }
- /*图标字体样式调整*/
- .x-panel.main-header .x-btn-icon-el-default-small {
- color: #404040;
- }
- .x-form-item-default.x-item-disabled {
- opacity: 1;
- }
- /*特殊样式*/
- .large-black .x-form-item-label-text {
- font-size: 18px !important;
- font-weight: bold !important;
- color: black !important;
- }
- .large-black input.x-form-field {
- font-size: 18px !important;
- color: black !important;
- font-weight: bold !important;
- }
- .large-green .x-form-item-label-text {
- font-size: 18px !important;
- font-weight: bold !important;
- color: green !important;
- }
- .large-green input.x-form-field {
- font-size: 18px !important;
- color: green !important;
- font-weight: bold !important;
- }
- .large-red .x-form-item-label-text {
- font-size: 18px !important;
- font-weight: bold !important;
- color: red !important;
- }
- .large-red input.x-form-field {
- font-size: 18px !important;
- color: red !important;
- font-weight: bold !important;
- }
- /* 皮肤
- .wotu-ui .x-panel-header.x-panel-header-default {
- background: #209a43;
- }
- .wotu-ui .x-tab-bar.x-tab-bar-default {
- background: #209a43;
- }
- .wotu-ui .x-window-header.x-window-default,
- .wotu-ui .x-window-header.x-window-header-default {
- border-color: #209a43;
- }
- .wotu-ui .x-window-header.x-window-header-default-top {
- background: #209a43;
- }
- .wotu-ui .x-window.x-window-default,
- .wotu-ui .x-window.x-window-header-default {
- border-color: #209a43;
- }
- .wotu-ui .x-window-header-default .x-tool-tool-el.x-tool-img {
- background: #209a43;
- }
- .x-window.x-layer.x-window-default {
- border-color: #209a43 !important;
- }
- */
- /*--grid里面的拖拽-*/
- .x-grid-body .x-splitter{
- display: none;
- }
- .x-menu-item-link{
- min-height: 30px;
- }
|