@import './common'; @import './list/index'; @import './fieldset/index'; @import './title/index'; @import './jumbotron/index'; @import './footer/index'; @import './desciptions/index'; @import '../components/index'; /* 链接导航结束 */ .ul-card-status { padding : 5px; border-radius: 5px; } .ul-card-options { float : right; cursor: pointer; } .data-img .data-img-main { max-width: 120px; margin : 5px; } .data-img { display: block; } .search-item { margin-bottom: 15px; } .ul-tree-item { background-color: #fbfbfb; cursor : pointer; } .ul-tree-item.disabled, .ul-tree-item.disabled .ul-tree-item { background-color: #eee; cursor : not-allowed; } .ul-tree-item-info { border-left: 3px solid transparent; padding : 0px 0; position : relative; min-height : 35px; line-height: 35px; } .ul-tree-item-info.current { background-color: #9cf; border-color : #6699cc; } .ul-tree-item-info:hover { background-color: rgb(190, 222, 255); border-color : #6699cc; } .ul-tree-item-title { margin-left: 25px; } .ul-tree-item-icon { position: absolute; left : 5px; top : 0; } .ul-tree-item-info:hover .ul-tree-item-options-item { display: block; } .ul-tree-item-options { position : absolute; right : 15px; top : 0; height : 100%; display : flex; align-items: center; } .ul-tree-item-options-item { margin-left: 10px; display : none; height : 100%; line-height: 35px; } .ul-input-table { text-align: center; } .ul-input-table tbody td, .ul-input-table tbody th { padding: 2px 4px; } .ul-input-table .layui-form-checkbox[lay-skin="primary"] { margin-top: 0px; } .ul-input-table .layui-form-select dl dd { text-align: left; } .ul-card-a { width : 180px; display : flex; justify-content: space-between; border : 1px solid #bbb; box-shadow : 2px 2px 5px #999; color : #516073; padding : 15px; cursor : pointer; margin-right : 15px; margin-bottom : 15px; position : relative; } .ul-card-a-left { width: 40%; } .ul-card-a-right { display : flex; align-items: center; text-align : center; width : 50%; } .ul-card-a-title { font-size: 18px; } .ul-card-a-desc { margin-top : 5px; font-size : 14px; white-space: nowrap; } .ul-group-title-2 { background : #d2dbe0; width : 84px; height : 28px; line-height : 28px; font-size : 14px; font-weight : bold; text-align : center; position : relative; margin-top : 30px; margin-bottom: 14px; color : #666666; } .ul-group-title-2::after { content : ""; width : 0; height : 0; position : absolute; border-top : 14px solid transparent; border-bottom: 14px solid transparent; border-left : 15px solid #d2dbe0; right : -15px; top : 0px; } .ul-timeline-rowstyle { display : flex; flex-wrap : nowrap; overflow-x: auto; width : 100%; } .ul-timeline-rowstyle .layui-timeline-item { margin-right: 15px; min-width : 300px; } .ul-timeline-rowstyle .layui-timeline-item:last-child::before { display: block; }