|
@@ -1,192 +0,0 @@
|
|
|
-.ghzc {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- position: absolute;
|
|
|
-
|
|
|
- .innerContainer {
|
|
|
- width: 430px;
|
|
|
- height: 800px; //calc(100% - 20px);
|
|
|
- position: absolute;
|
|
|
- top: 28px;
|
|
|
- z-index: 99;
|
|
|
- background-image: url("/static/images/ghzc/background.png");
|
|
|
- background-size: 100% 100%;
|
|
|
- }
|
|
|
-
|
|
|
- .leftPane {
|
|
|
- left: 20px;
|
|
|
-
|
|
|
- .vl-notice-title {
|
|
|
- box-sizing: border-box;
|
|
|
- width: 100%;
|
|
|
- height: 42px;
|
|
|
- background: url("/static/images/ghzc/title.png") no-repeat !important;
|
|
|
- background-size: 100% 100% !important;
|
|
|
- line-height: 43px;
|
|
|
- font-size: 14px;
|
|
|
- padding-left: 15px;
|
|
|
- display: flex;
|
|
|
- position: relative;
|
|
|
- overflow: hidden;
|
|
|
- cursor: move;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .rightPane {
|
|
|
- right: 10px;
|
|
|
- }
|
|
|
-
|
|
|
- .xz_box {
|
|
|
- width: 100%;
|
|
|
- height: calc(100% - 42px);
|
|
|
- padding: 1rem;
|
|
|
- background: transparent;
|
|
|
- border-color: transparent;
|
|
|
-
|
|
|
- // tabs样式
|
|
|
- .el-tabs__header {
|
|
|
- height: 40px;
|
|
|
- background: transparent;
|
|
|
- border-bottom: none;
|
|
|
- }
|
|
|
-
|
|
|
- .el-tabs__item {
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
- border-bottom: 2px solid #fff;
|
|
|
- }
|
|
|
-
|
|
|
- .el-tabs__item.is-active {
|
|
|
- background: transparent;
|
|
|
- border-color: transparent;
|
|
|
- border-bottom-color: #409EFF;
|
|
|
- }
|
|
|
-
|
|
|
- .el-tabs__content {
|
|
|
- padding: 0px !important;
|
|
|
- overflow-x: auto;
|
|
|
- height: calc(100% - 40px);
|
|
|
- box-sizing: border-box;
|
|
|
- padding-top: 10px !important;
|
|
|
-
|
|
|
- .el-tab-pane {
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .el-form-item {
|
|
|
- margin-bottom: 0 !important;
|
|
|
- }
|
|
|
-
|
|
|
- // .el-form-item__content {
|
|
|
- // line-height: 45px;
|
|
|
- // }
|
|
|
-
|
|
|
- // .el-form-item__label {
|
|
|
- // line-height: 45px;
|
|
|
- // }
|
|
|
- .bottomBtns {
|
|
|
- width: 70%;
|
|
|
- margin-left: 15%;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- input::-webkit-outer-spin-button,
|
|
|
- input::-webkit-inner-spin-button {
|
|
|
- -webkit-appearance: none;
|
|
|
- }
|
|
|
-
|
|
|
- input[type="number"] {
|
|
|
- -moz-appearance: textfield;
|
|
|
- }
|
|
|
-
|
|
|
- .block-title {
|
|
|
- color: #fff;
|
|
|
- padding-left: 10px;
|
|
|
-
|
|
|
- // &::after {
|
|
|
- // position: absolute;
|
|
|
- // content: "";
|
|
|
- // background: #3a8ee6;
|
|
|
- // left: 0;
|
|
|
- // top: 3px;
|
|
|
- // width: 5px;
|
|
|
- // height: 15px;
|
|
|
- // border-radius: 3px;
|
|
|
- // }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.flex-box {
|
|
|
- display: flex;
|
|
|
-
|
|
|
- &.column {
|
|
|
- flex-direction: column;
|
|
|
- }
|
|
|
-
|
|
|
- &.align-center {
|
|
|
- align-items: center;
|
|
|
- }
|
|
|
-
|
|
|
- &.align-between {
|
|
|
- align-items: space-between;
|
|
|
- }
|
|
|
-
|
|
|
- &.align-end {
|
|
|
- align-items: flex-end;
|
|
|
- }
|
|
|
-
|
|
|
- &.align-around {
|
|
|
- align-items: space-around;
|
|
|
- }
|
|
|
-
|
|
|
- &.justify-center {
|
|
|
- justify-content: center;
|
|
|
- }
|
|
|
-
|
|
|
- &.justify-between {
|
|
|
- justify-content: space-between;
|
|
|
- }
|
|
|
-
|
|
|
- &.justify-end {
|
|
|
- justify-content: flex-end;
|
|
|
- }
|
|
|
-
|
|
|
- &.justify-around {
|
|
|
- justify-content: space-around;
|
|
|
- }
|
|
|
-
|
|
|
- .flex-content {
|
|
|
- flex: 1;
|
|
|
- }
|
|
|
-
|
|
|
- &.nowrap {
|
|
|
- flex-wrap: nowrap;
|
|
|
- }
|
|
|
-
|
|
|
- &.wrap {
|
|
|
- flex-wrap: wrap;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-// 占满容器
|
|
|
-.max-box {
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.max-width {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.max-height {
|
|
|
- height: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-// ie盒模型
|
|
|
-.box-sizing {
|
|
|
- box-sizing: border-box;
|
|
|
-}
|