123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 |
- .z-row {
- text-rendering: optimizespeed;
- display: flex;
- align-items: stretch;
- flex-flow: row wrap
- }
- .z-row.gap .z-1,.z-row.gap .z-3,.z-row.gap .z-4,.z-row.gap .z-6,.z-row.gap .z-8,.z-row.gap .z-12,.z-row.gap .z-16,.z-row.gap .z-18,.z-row.gap .z-20,.z-row.gap .z-21,.z-row.gap .z-col {
- padding: .35rem .5rem
- }
- .z-row>.z-row {
- width: 100%
- }
- .z-1,.z-3,.z-4,.z-6,.z-8,.z-12,.z-16,.z-18,.z-20,.z-21,.z-col {
- display: inline-block;
- zoom: 1;
- box-sizing: border-box;
- vertical-align: top;
- text-rendering: auto
- }
- .z-1 {
- flex-grow: 1;
- flex-shrink: 1;
- flex-basis: 0;
- max-width: 100%
- }
- .z-3 {
- width: 12.5%;
- max-width: 12.5%
- }
- .z-4 {
- width: 16.6667%;
- max-width: 16.6667%
- }
- .z-6 {
- width: 25%
- }
- .z-8 {
- width: 33.3333%
- }
- .z-12 {
- width: 50%
- }
- .z-16 {
- width: 66.6667%
- }
- .z-18 {
- width: 75%
- }
- .z-20 {
- width: 83.3333%
- }
- .z-21 {
- width: 87.5%
- }
- .w-box {
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- * {
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- }
- }
- .w-main {
- position: absolute;
- color: #000000;
- top: 0;
- left: 0;
- min-width: 100%;
- min-height: 100%;
- padding: 0;
- margin: 0;
- .w-nav {
- position: fixed;
- left: 0;
- right: 0;
- top: 40px;
- font-size: 14px;
- background-color: rgba(255, 255, 255, 0.9);
- z-index: 12;
- color: #606266;
- height: 32px;
- line-height: 34px;
- .nav-row {
- margin: 0 32px;
- display: flex;
- flex-direction: row;
- align-items: center;
- &:before,
- &:after {
- display: table;
- content: "";
- }
- &:after {
- clear: both;
- }
- span {
- margin: 0 12px 0 0;
- cursor: pointer;
- &.active {
- color: #0285d7;
- font-weight: 500;
- }
- }
- span + span {
- padding-left: 12px;
- border-left: 1px solid #ccc;
- }
- .icon {
- font-size: 16px;
- margin-right: 2px;
- }
- .w-nav-left {
- white-space: nowrap;
- padding-right: 24px;
- }
- .w-nav-flex {
- flex: 1;
- }
- .w-nav-right {
- white-space: nowrap;
- overflow: hidden;
- overflow-x: auto;
- -webkit-backface-visibility: hidden;
- -webkit-overflow-scrolling: touch;
- }
- .page-nav-left {
- display: flex;
- flex-direction: row;
- align-items: center;
- min-width: 138px;
- &:hover {
- .page-nav-refresh {
- em {
- display: block;
- }
- }
- }
- > span {
- margin-right: 8px;
- &.bold {
- font-weight: bold;
- }
- }
- .page-nav-loading {
- width: 18px;
- height: 18px;
- display: flex;
- }
- .page-nav-refresh {
- min-width: 36px;
- height: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- em {
- display: none;
- padding-left: 4px;
- padding-right: 4px;
- color: #048be0;
- cursor: pointer;
- &:hover {
- text-decoration: underline;
- }
- }
- }
- }
- }
- }
- }
- .tableFill {
- .ivu-table {
- table {
- width: 100% !important;
- .ivu-table-cell {
- display: block;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- padding-left: 12px;
- padding-right: 12px;
- > div {
- max-width: 100%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- vertical-align: middle;
- .ivu-tooltip-rel {
- vertical-align: middle;
- }
- }
- }
- }
- &:before {
- background-color: #efefef;
- }
- }
- }
- .pageBox {
- text-align: center;
- margin-bottom: 12px;
- }
- .sreachBox {
- > .item {
- margin-bottom: 8px;
- }
- .item {
- > div {
- display: block;
- float: left;
- padding-right: 10px;
- &:last-child {
- padding-right: 0;
- }
- .ivu-input-wrapper,.ivu-select {
- margin-top: 2px;
- }
- input,.ivu-select-placeholder {
- font-weight: normal;
- }
- }
- .item-1 {
- width: 100%;
- }
- .item-2 {
- width: 50%;
- }
- .item-3 {
- width: 33.33%;
- }
- .item-4 {
- width: 25%;
- }
- .item-5 {
- width: 20%;
- }
- &:after {
- content: '';
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
- }
- .item-title,
- .item-title-active {
- display: block;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- font-weight: 600;
- }
- .item-title-active {
- color: #ff0000;
- }
- .item-button {
- text-align: right;
- margin-top: 10px;
- margin-bottom: 0;
- .ivu-input-wrapper {
- float: none;
- width: 150px;
- display:inline-block;
- }
- }
- .ivu-date-picker {
- width: 100%;
- position: relative;
- vertical-align: middle;
- }
- .item-button {
- .ivu-btn {
- margin-left: 8px;
- }
- }
- }
|