123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394 |
- $blue:#0b82ff;
- $black:#333333;
- html,body,div,p,ul,li,h1,h2,h3,img{margin:0; padding:0;}
- img{border:none;}
- a{text-decoration:none;color:#262626;}
-
- ul,ol ,li{list-style:none;}
- .left{float:left;}
- .right{float:right;}
- .clear:after{
- content:".";
- clear:both;
- display:block;
- height:0;
- overflow:hidden;
- visibility: hidden;
- }
- h1,h2,h3,h4,h5,h6,strong{font-weight:normal;}
- em{font-style: normal;}body{
- // background: #f2f2f2;
- background: #eaedf1;
- // width:100%;
- // padding-bottom: 154px;
- }
- .logo{
- width:300px;
- height:64px;
-
- background:url("../../images/index/logo.png") left top no-repeat;
- }
- .orgBox{
- padding-top:30px;
-
- overflow:hidden;
- text-align: center;
- background-color:#fff;
- }
- .orgTree{
- height:500px;
- overflow-y:scroll;
- background-color:#fff;
- }
- .orgSt{
- .layui-inline{
-
- margin:0 auto 15px;
- .layui-input-inline{
- width:400px;
- }
- }
- }
- /////////
- .shrink{
- display: block;
- width: 100%;
- line-height: 45px;
- a{
- display: inline-block;
- width:100%;
- height:100%;
- color:#ddd;
- ::hover{
- color:#fff;
- }
- }
-
- }
- .font-center{
- text-align: center;
- }
- .pl50{
- padding-left: 50px;
- }
- .fff{
- background-color: #fff;
- height:100%;
- }
- .m0auto{
- margin:0 auto;
- }
- .mt60{
- margin-top: 60px;
- }
- //公共样式
- .ai-ul{
- .ai-list{
- height:30px;
- line-height: 30px;
- text-indent:20px;
-
- cursor: pointer;
- }
- .active{
- background-color: #44ade5;
- color:#fff;
- }
- }
- .inputFileBox{
- position: relative;
- padding-top: 0;
- .file, .fileCtent, .fileno{
- position: absolute;
- // display: none;
- filter:alpha(opacity=0);
- -moz-opacity:0;
- -khtml-opacity: 0;
- opacity: 0;
- width:100%;
- height:100%;
- left:0;
- top:0;
- cursor:pointer;
- z-index:9999;
- }
- }
- .dpn{
- display: none;
- }
- .HWPostil1Box, #HWPostil1{
- height:600px;
-
- text-align:center;
- }
- .p100{
- //padding-bottom:100px;
- }
- .tip{
- color:red;
- font-size:10px;
- margin-left:1px;
- line-height: 14px;
- padding: 9px 0px;
- }
- /* #region tree */
- .eleTree{
- width: 100%;
- height: 400px;
- border: 1px solid #ccc;
- //margin: 30px;
- display: inline-block;
- position: relative;
- overflow-y: scroll;
- }
- .eleTree-hide{
- display: none;
- }
- .eleTree-node-content{
- cursor: pointer;
- height: 26px;
- line-height: 1.3;
- }
- .eleTree-node-content:hover,
- .eleTree-node-content.eleTree-node-content-active{
- background-color: #eee;
- }
- .eleTree-node-content-icon .layui-icon{
- padding: 6px 3px;
- color: #c0c4cc;
- font-size: 12px;
- display: inline-block;
- transform: rotate(0deg);
- transition: transform .3s ease-in-out;
- }
- .eleTree-node-content-icon .layui-icon.icon-rotate{
- transform: rotate(90deg);
- }
- .eleTree-node-content .layui-form-checkbox[lay-skin=primary] i{
- width: 13px;
- height: 14px;
- line-height: 1.3;
- }
- .eleTree-node-content-label{
- padding-left: 5px;
- }
- /* checkbox第三种状态 */
- input.eleTree-hideen[type=checkbox]{
- display: none;
- }
- .eleTree-checkbox {
- height: auto!important;
- line-height: normal!important;
- min-height: 12px;
- border: none!important;
- margin-right: 0;
- padding-left: 18px;
- position: relative;
- display: inline-block;
- }
- .eleTree-checkbox i {
- left: 0;
- border: 1px solid #d2d2d2;
- font-size: 12px;
- border-radius: 2px;
- background-color: #fff;
- -webkit-transition: .1s linear;
- transition: .1s linear;
- position: absolute;
- top: 0;
- color: #fff;
- cursor: pointer;
- text-align: center;
- width: 13px;
- height: 14px;
- line-height: 1.3;
- }
- .eleTree-checkbox i:hover {
- border-color: #5FB878;
- }
- .eleTree-checkbox-checked i {
- border-color: #5FB878;
- background-color: #5FB878;
- color: #fff;
- }
- .eleTree-checkbox-line:after{
- content: "";
- position: relative;
- width: 8px;
- height: 1px;
- background-color: #fff;
- display: inline-block;
- top: -4px;
- }
- .eleTree-checkbox.eleTree-checkbox-disabled i{
- cursor: not-allowed;
- background-color: #f2f6fc;
- border-color: #dcdfe6;
- color: #c2c2c2;
- }
- .eleTree-checkbox.eleTree-checkbox-disabled i.eleTree-checkbox-line:after{
- background-color: #c2c2c2;
- }
- .eleTree-checkbox.eleTree-checkbox-disabled i:hover{
- border-color: #dcdfe6;
- }
- #tree-menu{
- margin: 0;
- padding: 2px;
- position: absolute;
- background: #f5f5f5;
- border: 1px solid #979797;
- box-shadow: 2px 2px 2px #999;
- display: none;
- }
- #tree-menu li>a{
- display: block;
- padding: 0 2em;
- text-decoration: none;
- width: auto;
- color: #000;
- white-space: nowrap;
- line-height: 2.4em;
- text-shadow: 1px 1px 0 #fff;
- border-radius: 1px;
- }
- #tree-menu li>a:hover{
- background-color: #e8eff7;
- box-shadow: 0 0 2px #0a6aa1;
- }
- .tree-menu-bg{
-
- background-color: #ccc;
- }
- /* #endregion */
- .layui-form-item .layui-form-checkbox[lay-skin=primary]{
- margin-top:0px;
-
- }
- .layui-btn+.layui-btn {
- margin-left: 1px;
- }
- // .layui-form-label{
- // width:84px;
- // }
- .small {
- width: 168px;
- height: 168px;
- overflow: hidden;
- border: 1px solid #eee;
- }
- .cropper-main1 {
- width: 100%;
- max-height: 288px;
- }
- .tar {
- text-align: right;
- }
- // .layui-table-edit{
- // height:35px !important;
- // }
- .paperless{
- // .layui-left-menu .layui-nav .layui-nav-item > a:hover{
- // background-color:$blue !important;
- // color:#fff !important;
- // .layui-nav-more{//小三角
- // border-color: #fff transparent transparent ;
- // }
-
- // }
- // .layui-nav-itemed>a:hover{
- // .layui-nav-more{
- // border-color: transparent transparent #fff !important;
- // }
- // }
- .layui-layout-admin .layui-logo img{
- // margin-left: 23px;
- }
- // .layui-nav-tree .layui-nav-child a, .paperless-v1 .layui-nav-item a{
- // color:$black !important;
- // }
- // .layui-nav-itemed>.layui-nav-child{
- // background-color:#fff !important;
- // }
- // .layui-nav .layui-nav-more{//小三角
- // border-color: $black transparent transparent ;
- // }
- // .layui-nav .layui-nav-mored, .layui-nav-itemed>a .layui-nav-more{
- // border-color: transparent transparent $black ;
- // }
-
-
- }
- .layuimini-title{
- position: absolute !important;
- top: 0;
- left: 270px;
- // width: 60px;
- // height: 100%;
- line-height: 64px;
- font-size:15px;
- text-align: center;
- color: #ffffff !important;
- -webkit-transition: all .2s;
- -o-transition: all .2s;
- transition: all .2s;
- }
- .ag-form{
- .layui-form-item{
- margin-bottom: 5px;
- }
- .layui-input{
- padding-right:30px;
- height:33px;
- }
- .layui-form-select dl dd.layui-this{
- background-color:$blue
- }
- }
-
- .layui-btn{
- // background-color:$blue;
- color:#fff;
- }
- body {background:#f2f2f2;}
- .layuimini-container {border:1px solid #f2f2f2;border-radius:5px;background-color:#ffffff}
- .layuimini-main {margin:10px 10px 10px 10px;}
- /**必填红点 */
- .layuimini-form>.layui-form-item>.required:after {content:'*';color:red;position:absolute;margin-left:4px;font-weight:bold;line-height:1.8em;top:6px;right:5px;}
- .layuimini-form>.layui-form-item>.layui-form-label {width:120px !important;}
- .layuimini-form>.layui-form-item>.layui-input-block {margin-left:150px !important;}
- .layuimini-form>.layui-form-item>.layui-input-block >tip {display:inline-block;margin-top:10px;line-height:10px;font-size:10px;color:#a29c9c;}
- @media screen and (min-width:768px) {
- /**自定义滚动条样式 */
- ::-webkit-scrollbar {width: 4px;height: 12px}
- ::-webkit-scrollbar-track {background-color: transparent;-webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}
- ::-webkit-scrollbar-thumb {background-color: #9c9da0;-webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em}
- }
- /**搜索框*/
- .layuimini-container .table-search-fieldset {margin: 0;border: 1px solid #e6e6e6;padding: 10px 20px 5px 20px;color: #6b6b6b;}
- .ag-tab .layui-this span{
- display: inline-block;
- line-height: 30px;
- border-bottom: 2px solid #0b82ff;
- color:#0b82ff;
- }
- .ag-tab .layui-this:after{
- border: none;
- }
-
|