123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300 |
- html {
- color: #3e3e3e;
- font-family: "微软雅黑";
- cursor: default;
- }
- body,
- ul,
- ol,
- li,
- p,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- form,
- fieldset,
- table,
- td,
- img,
- div,
- dl,
- dt,
- dd,
- input,
- figure {
- /* margin: 0;
- padding: 0;*/
- }
- body {
- -webkit-overflow-scrolling: touch;
- text-align: left;
- max-height: 100%;
- }
- a,
- a:hover {
- text-decoration: none;
- outline: none;
- }
- li {
- list-style: none;
- }
- img {
- border: none;
- max-width: 100%;
- }
- input,
- select,
- textarea {
- border: none;
- outline: none;
- background: none;
- }
- em,
- i {
- font-style: normal;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-weight: normal;
- }
- span,
- p,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- word-break: break-word;
- }
- ::-webkit-scrollbar {
- width: 8px;
- height: 8px;
- border-radius: 4px;
- background: #535353;
- }
- ::-webkit-scrollbar-thumb {
- /*滚动条里面小方块*/
- border-radius: 6px;
- background-color: #aaaaaa;
- }
- ::-webkit-scrollbar-track {
- /*滚动条里面轨道*/
- border-radius: 4px;
- background-color: #f6f6f6;
- }
- .collapsed-menu {
- .ivu-icon-ios-arrow-down {
- display: none;
- }
- }
- .handleBox {
- position: relative;
- height: 100%;
- .handleRow {
- height: 100%;
- .handleCol {
- height: 100%;
- .handleCard {
- height: 100%;
- .ivu-card-head {
- p {
- font-weight: 600;
- font-size: 14px;
- color: #333;
- }
- }
- .ivu-card-body {
- height: calc(100% - 50px);
- .handleCardBody {
- height: 100%;
- }
- }
- }
- }
- }
- }
- .treeBox {
- width: 100%;
- height: 100%;
- box-sizing: border-box;
- padding-right: 10px;
- .treeFilter {
- margin-bottom: 10px;
- }
- .treeCon {
- overflow-x: hidden;
- overflow-y: auto;
- }
- }
- .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
- color: #ffffff;
- background: #82bfff;
- .expanded:before {
- color: #ffffff;
- }
- .treeIcon {
- color: #ffffff90;
- }
- .treeIcon:hover {
- color: #ffffff;
- }
- }
- .drawerHandle {
- width: 100%;
- height: calc(100% - 45px);
- padding-right: 8px;
- overflow-y: auto;
- overflow-x: hidden;
- }
- .drawerHandleCard {
- width: 100%;
- height: calc(100% - 45px);
- .ivu-card {
- min-height: 100%;
- }
- }
- .drawerFooter {
- width: 100%;
- height: 50px;
- box-sizing: border-box;
- padding: 9px 10px;
- border-top: 1px solid #e8eaec;
- position: absolute;
- left: 0px;
- bottom: 0px;
- text-align: right;
- }
- .tableForm {
- border-top: 1px solid #ddd;
- .ivu-row {
- background-color: #f9f9f9;
- border-width: 0px 0px 0px 1px;
- border-style: solid;
- border-color: #ddd;
- overflow: hidden;
- .ivu-col {
- // padding: 3px 0px;
- border-width: 0px 1px 1px 0px;
- border-style: solid;
- border-color: #ddd;
- overflow: hidden;
- .ivu-form-item {
- margin-bottom: 0px;
- padding-bottom: 24px;
- position: relative;
- .ivu-form-item-label {
- position: absolute;
- top: 50%;
- transform: translate(0, -50%);
- text-align: center;
- padding-right: 0px;
- }
- .ivu-form-item-content {
- padding: 12px 8px 12px 8px;
- margin-bottom: -24px;
- .ivu-form-item-error-tip {
- margin-left: 10px;
- }
- }
- .ivu-form-item-content:before {
- content: "";
- width: 1px;
- top: 0;
- height: 200%;
- bottom: -100px;
- left: 0;
- background-color: #ddd;
- position: absolute;
- }
- }
- .ivu-form-item-required {
- .ivu-form-item-label:before {
- display: none;
- }
- .ivu-form-item-label:after {
- content: "*";
- display: inline-block;
- margin-left: 4px;
- line-height: 1;
- font-family: SimSun;
- font-size: 14px;
- color: #ed4014;
- }
- }
- .ivu-form-item-error {
- .ivu-form-item-content {
- padding-top: 0px;
- padding-bottom: 0px;
- margin-bottom: 0px;
- }
- .ivu-form-item-content:before {
- bottom: -100px;
- }
- }
- }
- .ivu-col:last-child {
- //border-right-width: 0px;
- }
- }
- }
- .uploadImgBox {
- float: left;
- border-radius: 3px;
- overflow: hidden;
- position: relative;
- margin: 10px 5px 0px 5px;
- .imgHandleBox {
- width: 100%;
- height: 100%;
- z-index: 1;
- position: absolute;
- top: 0;
- left: 0;
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: space-around;
- background: #0000002e;
- opacity: 0;
- .ivu-icon {
- font-size: 20px;
- color: #ffffffcc;
- cursor: pointer;
- }
- .ivu-icon:hover {
- color: #ffffff;
- }
- }
- .imgHandleBox:hover {
- opacity: 1;
- }
- .el-icon-circle-close {
- color: #ffffff;
- }
- }
- .uploadImgBox:hover {
- box-shadow: 0px 0px 2px 1px #00000054;
- }
- .filterDropdown {
- position: fixed;
- }
- .tablePage {
- margin-top: 15px;
- }
|