123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663 |
- body{
- font-size: 14px;
- font-family: "Monospaced Number", "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
- color: #444;
- padding: 0;
- margin: 0;
- background: #f2f2f2;
- height: 100%;
- /*position: relative;*/
- }
- #layuimain{
- }
- *,:after,:before{
- padding: 0;
- margin: 0;
- list-style: none;
- border: none;
- background: none;
- text-decoration: none;
- box-sizing: border-box;
- /*transition: all .5s;*/
- }
- .has-child{
- display: block !important;
- }
- .wechat{
- color: #51c332;
- }
- .yellow{
- color: #ffad10;
- }
- .clearfix:after{
- content: '';
- display: block;
- clear: both;
- }
- .pad15{
- padding: 15px;
- }
- .center{
- text-align: center;
- }
- .tm-tpl{
- margin :0 auto;
- position: absolute;
- left: 0;
- top: 0;
- height: 100%;
- width: 100%;
- }
- .tm-tpl:after,.tm-tpl:before{
- content: " ";
- display: table;
- clear: both;
- }
- .tpl-header-text{
- height: 42px;
- line-height: 42px;
- padding:0 15px;
- text-align: left !important;
- color: #444;
- font-size: 14px;
- border-bottom: 1px solid #f6f6f6;
- border-radius: 2px 2px 0 0;
- }
- .tpl-shade{
- z-index: 19891017;
- background-color: rgb(0, 0, 0);
- opacity: 0.1;
- position: absolute;
- left: 0;
- top: 0;
- height: 100%;
- width: 100%;
- }
- .tpl-shade div{
- width: 100%;
- height: 100%;
- position: relative;
- overflow: hidden;
- }
- .tpl-shade .shade-close{
- color: #fff;
- position: absolute;
- bottom: 55px;
- right: 5px;
- opacity: 1
- }
- .tpl-shade div .shade-load{
- width: 50px;
- height: 50px;
- color: #fff;
- font-size: 38px;
- line-height: 50px;
- text-align: center;
- position: absolute;
- left:0;
- right: 0;
- top: 0;
- bottom: 0;
- margin:auto;
- animation:shadeload 2s infinite;
- -webkit-animation:shadeload 2s infinite; /*Safari and Chrome*/
- }
- @keyframes shadeload{
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
- }
- .tpl-left-sidebar{
- position: fixed;
- left: 0;
- top: 0;
- display: flex;
- transition: all 0.4s ease-in-out;
- width: 160px;
- height: 100%;
- background: #20222a;
- box-shadow: 1px 0 2px 0 rgba(0,0,0,0.05);
- z-index: 5;
- transition: all .5s;
- }
- .tpl-left-sidebar ul{
- width: 100%;
- position: relative;
- }
- .tpl-left-sidebar ul li{
- display: inline-block;
- width: 100%;
- }
- .tpl-left-sidebar ul .logo{
- padding: 15px 0;
- color: #fff;
- font-size: 16px;
- text-align: center;
- }
- .tpl-left-sidebar ul .logo img{
- width:32px;
- height: 32px;
- display: none;
- }
- .tpl-left-sidebar ul .nav-item{
- margin: 0;
- }
- .tpl-left-sidebar ul .nav-item:hover{
- background:rgba(0,0,0,0.25);
- }
- .tpl-left-sidebar ul .active{
- color: #fff;
- background:rgba(0,0,0,0.25);
- }
- .tpl-left-sidebar ul li a:hover{
- color: #fff;
- }
- /*.tpl-left-sidebar ul li:hover:after{
- content: '';
- display: inline-block;
- width: 3px;
- position: absolute;
- left: 0;
- top: 0;
- height: 100%;
- background: #009688;
- }*/
- .tpl-left-sidebar ul li .nav-icon{
- width: 50px;
- text-align: center;
- line-height: 42px;
- font-size: 16px;
- box-sizing: border-box;
- float: left;
- margin-right: 0;
- }
- .tpl-left-sidebar ul li .a-item{
- display: block;
- box-sizing: border-box;
- width: auto;
- color: #fff;
- padding: 0;
- height: 42px;
- line-height: 42px;
- font-size: 14px;
- color: rgba(255,255,255,0.7);
- overflow: hidden;
- }
- .tpl-left-sidebar ul li a i{
- margin-right: 10px;
- width: 20px;
- font-size: 16px;
- display: inline-block;
- }
- .tpl-left-sidebar ul li:hover .nav-child-item{
- top:0;
- }
- .tpl-left-sidebar ul li .nav-child-item{
- width: 120px;
- position: absolute;
- top: -2500px;
- left:160px;
- margin: 50px 0 0 0;
- height: 100%;
- transition: all .3s;
- display: none;
- }
- .tpl-left-sidebar ul li .nav-child-item *{
- color: #666 !important;
- }
- .tpl-left-sidebar ul li .nav-child-item .nav-child-list{
- height: 100%;
- background:#fff;
- border-right: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- z-index: 1;
- }
- .tpl-left-sidebar ul li .nav-child-item .nav-child-list li{
- color: #444;
- }
- .tpl-left-sidebar ul li .nav-child-item .nav-child-list li a{
- height: 42px;
- line-height: 42px;
- display: block;
- padding-left: 15px;
- color: #444;
- position: relative;
- }
- .tpl-left-sidebar ul li .nav-child-item .nav-child-list li a:hover{
- background:rgba(0,0,0,0.08);
- }
- .tpl-left-sidebar ul li .nav-child-item .nav-child-list li a:hover:after{
- content: '';
- display: inline-block;
- width: 100%;
- height: 1px;
- position: absolute;
- left: 0;
- bottom: 0;
- background: transparent;
- }
- .tpl-left-sidebar ul li .nav-child-item .nav-child-list li a i{
- margin-right: 3px;
- }
- .tpl-left-sidebar .sidebar-footer{
- width: 100%;
- height: 42px;
- line-height: 42px;
- box-shadow: 0 -2px 2px rgba(0,0,0,0.3);
- position: absolute;
- bottom: 0;
- left: 0;
- transition: all .5s;
- }
- .tpl-left-sidebar .sidebar-footer a{
- width: 25%;
- box-sizing: border-box;
- float: left;
- text-align: center;
- position: relative;
- transition: all .5s;
- color: #fff;
- }
- .tpl-left-sidebar .sidebar-footer a:hover{
- background: rgba(0,0,0,0.1);
- opacity: .8;
- }
- .tpl-left-sidebar .sidebar-footer a .badge{
- position: absolute;
- padding:0 3px;
- width: 23px;
- overflow: hidden;
- height: 16px;
- font-size: 12px;
- right:0;
- top: 0;
- display: block;
- line-height: 16px;
- }
- .tpl-right-item{
- position: fixed;
- width: 100%;
- height: 100%;
- padding-left: 160px;
- top: 0;
- transition: all .5s;
- /*background: #DE5044;*/
- }
- .tpl-right-item .tpl-body{
- position: relative;
- height: 100%;
- overflow: auto;
- z-index: 1;
- }
- .content-pannel{
- margin: -8px;
- }
- .content-pannel *{
- padding: 7.5px;
- }
- .tpl-right-item .tpl-body .tpl-header{
- height: 50px;
- width: 100%;
- padding-left: 160px;
- line-height: 50px;
- position: fixed;
- top: 0;
- left: 0;
- transition: all .5s;
- z-index: 999;
- }
- .tpl-right-item .tpl-body .tpl-header .tpl-header-fluid{
- width: 100%;
- height: 100%;
- padding:0 15px;
- background:#fff;
- transition: all 0.4s ease-in-out;
- box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
- border-bottom: 1px solid #ccc;
- }
- .tpl-right-item .tpl-body .tpl-header .tpl-button{
- padding: 0 22px 0 0;
- line-height: 50px;
- float: left;
- cursor: pointer;
- font-size: 16px;
- font-weight: 400;
- }
- .tpl-right-item .tpl-body .tpl-header .text a{
- font-size: 14px;
- }
- .tpl-right-item .tpl-body .tpl-header .tpl-button:hover{
- color: #ccc;
- }
- .tpl-right-item .tpl-body .tpl-header .tpl-userbar{
- float: right;
- width: auto;
- }
- .tpl-right-item .tpl-body .tpl-header .tpl-userbar ul li{
- float: left;
- }
- .tpl-right-item .tpl-body .tpl-header .tpl-userbar ul li:hover{
- background:rgba(0,0,0,0.05);
- }
- .tpl-right-item .tpl-body .tpl-header .tpl-userbar ul li a{
- padding: 15px;
- }
- .tpl-right-item .tpl-body .tpl-header .tpl-userbar ul li a i{
- margin-right: 5px;
- }
- .tpl-right-item .tpl-body .tpl-content{
- padding: 0 15px;
- padding-top: 60px;
- margin-bottom: 50px;
- }
- .fpl-fluid{
- margin:-7.5px;
- padding:0;
- }
- .tpl-card-title{
- width: 100%;
- height: 42px;
- line-height: 42px;
- padding: 0 0 0 15px;
- text-align: left;
- border-bottom: 1px solid #ccc;
- position: relative;
- }
- .tpl-card-title .tpl-icon-tips{
- line-height: initial;
- position: absolute;
- right: 15px;
- top: 50%;
- margin-top: -15px;
- cursor: pointer;
- }
- .tpl-card{
- padding: 0;
- background-color: #fff;
- }
- .card-a{
- color: #1B8BF5;
- margin-right: 12px;
- }
- .card-pannel{
- padding: 10px 15px;
- box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
- box-sizing: border-box;
- }
- .card-pannel .user-item{
- box-sizing: border-box;
- padding: 10px 0;
- text-align: center;
- }
- .card-pannel .user-item *{
- margin:4.5px;
- }
- .card-pannel .user-item img{
- width: 96px;
- height: 96px;
- border-radius: 50%;
- }
- .user-upload{
- cursor: pointer;
- }
- .card-pannel .user-item .user-name{
- font-weight: 600;
- }
- .card-pannel .user-item .user-name span{
- color: #999;
- }
- .tpl-right-item .tpl-body .tpl-content .tpl-pannel{
- padding: 15px;
- border-radius: 2px;
- background-color: #fff;
- box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
- margin-bottom: 15px;
- }
- .tpl-right-item .tpl-body .tpl-content .row-content{
- padding: 15px;
- background:#f0f0f0;
- height: auto;
- box-shadow: 0 5px 6px rgba(0,0,0,0.5);
- border-radius: 5px;
- border:1px solid #f4f4f4;
- min-height: 500px;
- margin-bottom: 15px;
- }
- .tpl-right-item .tpl-body .right-bar{
- width: 300px;
- margin: 50px 0;
- position: fixed;
- pointer-events: auto;
- top: 0;
- height: 100%;
- z-index: 19891018;
- right:-1500px;
- transition: all .5s;
- }
- .tpl-right-item .tpl-body .right-bar .right-bar-fluid{
- background:#fff;
- width: 100%;
- height: 100%;
- border-bottom: 1px solid #f4f4f4;
- border-left: 1px solid #f4f4f4;
- border-radius: 2px;
- box-shadow: 1px 1px 20px rgba(0,0,0,.3);
- position: relative;
- }
- .tpl-right-item .tpl-body .right-bar .right-bar-fluid .style-item{
- padding: 15px;
- }
- .tpl-right-item .tpl-body .right-bar .right-bar-fluid .style-item li:hover{
- border:1px solid #009688;
- }
- .tpl-right-item .tpl-body .right-bar .right-bar-fluid .style-item li{
- position: relative;
- width: 80px;
- height: 50px;
- box-sizing: border-box;
- float: left;
- margin:0 8px 8px 0;
- cursor: pointer;
- border-radius: 0 2px 2px;
- background:#f2f2f2;
- border:1px solid #ccc;
- }
- .tpl-right-item .tpl-body .right-bar .right-bar-fluid .style-item li .header-style{
- width: 100%;
- height: 10px;
- border-top: 1px solid #f2f2f2;
- border-right: 1px solid #f2f2f2;
- background:#fff;
- z-index: 1;
- }
- .tpl-right-item .tpl-body .right-bar .right-bar-fluid .style-item li .left-style{
- position: absolute;
- left: 0;
- top: 0;
- width: 20px;
- height: 100%;
- box-shadow: 1px 0 2px 0 rgba(0,0,0,.05);
- z-index: 2;
- }
- .tpl-right-item .tpl-body .right-bar .right-bar-fluid .style-item li .left-style .logo-style{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 10px;
- box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
- }
- .tpl-right-item .tpl-body .tpl-content .video-pannel{
- border-radius: 0 2px 2px;
- width: 100%;
- position: relative;
- background:#fff;
- margin-bottom: 15px;
- }
- .tpl-right-item .tpl-body .tpl-content .video-pannel .video-shade{
- position: absolute;
- width: 100%;
- left: 0;
- top: 0;
- z-index: 1;
- height: 100%;
- background: #000;
- opacity: .5;
- filter:alpha(opacity=50);
- }
- .tpl-right-item .tpl-body .tpl-content .video-pannel img{
- width: 100%;
- height: 180px;
- }
- .tpl-right-item .tpl-body .tpl-content .video-pannel .play{
- width: 42px;
- height: 42px;
- line-height: 42px;
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- font-size: 42px;
- color: #fff;
- z-index: 2;
- text-align: center;
- }
- .tpl-layer{
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- z-index: 19891018;/*比遮罩层高一级*/
- }
- .tpl-layer .tpl-layer-content{
- padding:20px 15px;
- background: #fff;
- width: 800px;
- margin: auto;
- margin-top: 100px;
- border-radius: 5px;
- border:2px solid #009688;
- position: relative;
- box-shadow: 0 2px 5px rgba(0,0,0,0.5)
- }
- .tpl-layer .tpl-layer-content video{
- width: 100%;
- }
- .tpl-layer .tpl-layer-content .video-close{
- width: 25px;
- height: 25px;
- font-size: 18px;
- position: absolute;
- right: -10px;
- top: -10px;
- border:2px solid #009688;
- text-align: center;
- line-height: 20px;
- border-radius: 50%;
- color: #009688;
- background:#fff;
- transition: all .5s;
- }
- .tpl-layer .tpl-layer-content .video-close:hover{
- transform: scale(1.1);
- }
- .tpl-right-item .tpl-body .tpl-footer{
- position: fixed;
- width: 100%;
- left: 0;
- bottom: 0;
- height: 50px;
- line-height: 50px;
- box-shadow:0 -3px 5px rgba(0,0,0,0.05);
- padding-left: 160px;
- transition: all .5s;
- z-index: 13400;
- }
- .tpl-right-item .tpl-body .tpl-footer .tpl-footer-fluid{
- background: #fff;
- padding:0 15px;
- }
- .tpl-right-item .tpl-body .tpl-footer .tpl-footer-fluid .f-item-text{
- display: inline-block;
- color: #444;
- margin-right: 15px;
- cursor: pointer;
- }
- .layui-form-label{
- width: 100px !important;
- }
- .small-item{
- transition: all .5s;
- }
- .small-item .tpl-left-sidebar{
- width: 50px;
- }
- .small-item .tpl-left-sidebar .a-item{
- width: 50px;
- }
- .small-item .tpl-left-sidebar .sidebar-footer{
- height: auto;
- }
- .small-item .tpl-left-sidebar .sidebar-footer a{
- width: 100%;
- }
- .small-item .tpl-left-sidebar .a-item span{
- display: none;
- }
- .small-item .tpl-left-sidebar .logo span{
- display: none;
- }
- .small-item .tpl-left-sidebar .logo img{
- display: inline-block;
- border-radius: 50%;
- }
- .small-item .tpl-left-sidebar .nav-child-item{
- left: 50px;
- }
- .small-item .tpl-right-item{
- padding-left: 50px;
- }
- .small-item .tpl-footer{
- padding-left: 50px;
- }
- .small-item .tpl-header{
- padding-left: 50px !important;
- }
- .small-item .tpl-footer{
- z-index: 1347444;
- padding-left: 50px !important;
- }
- .tpl-h-title{
- width: 100%;
- padding:15px 0;
- border-bottom:1px solid #ccc;
- margin-bottom: 15px;
- }
- .tpl-h-title i{
- font-size: 12px !important;
- }
- .item-a a{
- color: #1B8BF5;
- display: inline-block;
- margin-right: 12px;
- }
- .padleft1{
- padding-left: 45px;
- }
- .padleft2{
- padding-left: 90px;
- }
|