123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615 |
- /**
- * Name:app.css
- * Author:Van
- * E-mail:zheng_jinfan@126.com
- * Website:http://kit.zhengjinfan.cn/
- * LICENSE:MIT
- */
- ::-webkit-scrollbar {
- width: 10px;
- height: 10px;
- }
- ::-webkit-scrollbar-button:vertical {
- display: none;
- }
- ::-webkit-scrollbar-track,
- ::-webkit-scrollbar-corner {
- background-color: #e2e2e2;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 0;
- background-color: rgba(0, 0, 0, .3);
- }
- ::-webkit-scrollbar-thumb:vertical:hover {
- background-color: rgba(0, 0, 0, .35);
- }
- ::-webkit-scrollbar-thumb:vertical:active {
- background-color: rgba(0, 0, 0, .38);
- }
- /* ripple start */
- a,
- button {
- position: relative;
- border: none;
- outline: none;
- cursor: pointer;
- overflow: hidden;
- user-select: none;
- }
- .ripple {
- position: absolute;
- background: rgba(0, 0, 0, .15);
- border-radius: 100%;
- transform: scale(0);
- pointer-events: none;
- }
- .ripple.show {
- animation: ripple .75s ease-out;
- }
- @keyframes ripple {
- to {
- transform: scale(2);
- opacity: 0;
- }
- }
- /* ripple end */
- .kit-layout-admin .kit-logo-mobile {
- display: none;
- }
- .layui-layout-admin .layui-header .layui-layout-right {
- /* right: 5px; */
- padding: 0;
- }
- .kit-nav .layui-nav-item {
- line-height: 50px;
- margin: 0 15px;
- }
- /* .kit-nav .layui-nav-item .layui-nav-more {
- top: 22px;
- } */
- /* .kit-nav .layui-nav-item .layui-nav-mored {
- top: 16px;
- } */
- #oneMenu .layui-nav-item a{
- /* padding: 0px;
- border-bottom: 2px solid transparent; */
- padding: 0 10px;
- padding-top: 5px;
- }
- #oneMenu .layui-nav-item a:hover, #oneMenu .layui-this a{
- /* border-bottom: 2px solid #fff; */
- }
- #oneMenu .layui-nav-item{
- line-height: 40px;
- }
- .kit-theme .kit-layout-admin .layui-header{
- background: #012e29;
- border-bottom: none;
- box-shadow:0px 2px 4px 2px rgba(20,65,129,0.1);
- position: fixed;
- width: 100%;
- top: 0px;
- }
- .layui-layout-left .layui-nav-item:hover{
- background:#012e29;
- }
- .kit-nav .layui-nav-item .w-line{
- height: 3px;
- width: auto;
- background: transparent;
- border-radius:10px;
- }
- .kit-nav .layui-this .w-line{
- height: 3px;
- width: auto;
- background: #fff;
- border-radius:10px;
- }
- .kit-nav .layui-nav-item .layui-nav-child {
- top: 55px;
- }
- .kit-nav .layui-this {
- background-color: #012e29!important;
- }
- .kit-nav * {
- font-size: 14px;
- }
- .layui-layout-left .layui-nav-item:hover {
- background-color: #012e29 !important;
- }
- .kit-nav .layui-nav-bar {
- height: 0;
- }
- .kit-nav .layui-this:after {
- content: none;
- }
- .kit-layout-admin .layui-footer {
- height: 35px;
- line-height: 35px;
- }
- .kit-layout-admin .layui-body {
- bottom: 0px;
- top: 50px;
- /* height:100%; */
- overflow: hidden;
- }
- .kit-layout-admin .layui-header {
- height: 50px;
- }
- .kit-layout-admin .layui-logo {
- line-height: 50px;
- }
- .kit-layout-admin .kit-side {
- top: 50px;
- }
- .kit-layout-admin .kit-sided {
- width: 50px;
- }
- .kit-side .layui-side-scroll {
- width: auto;
- background:#012e29;
- }
- .kit-side .layui-side-scroll .kit-side-fold {
- height: 35px;
- background-color: #4A5064;
- color: #aeb9c2;
- line-height: 35px;
- text-align: center;
- cursor: pointer;
- }
- .kit-sided .layui-side-scroll .layui-nav-item {
- text-align: center;
- }
- .kit-sided .layui-side-scroll .layui-nav-item a {
- padding: 0;
- }
- .kit-side .layui-nav-tree .layui-nav-child a {
- padding-left: 30px;
- }
- .kit-sided .layui-nav-tree .layui-nav-child a {
- padding-left: 0;
- }
- .kit-sided .layui-side-scroll a span {
- display: none;
- }
- .kit-side .layui-side-scroll .layui-nav-tree {
- width: auto;
- }
- .kit-layout-admin .kit-body-folded,
- .kit-layout-admin .kit-footer-folded {
- left: 50px;
- }
- /* table闂佺儵鏅濋…鍫ュ矗閿燂拷 start */
- .kit-table {
- position: relative;
- /* width: 85%;
- margin: 55px auto; */
- box-shadow: 0px 1px 7px 0px #cccccc;
- }
- .kit-table .kit-table-header {
- height: 50px;
- position: relative;
- box-shadow: 0px 1px 7px 0px #cccccc;
- }
- .kit-table .kit-table-header .kit-search-btns {
- padding: 10px;
- position: absolute;
- }
- .kit-table .kit-table-header .kit-search-inputs {
- position: absolute;
- right: 70px;
- top: 0;
- padding: 10px 25px 10px 10px;
- }
- .kit-table .kit-table-header .kit-search-inputs .kit-search-keyword {
- margin-right: 10px;
- position: relative;
- }
- .kit-table .kit-table-header .kit-search-inputs .kit-search-more {
- cursor: pointer;
- color: #009688;
- position: absolute;
- top: 15px;
- right: -50px;
- }
- .kit-table .kit-table-header .kit-search-inputs .kit-search-keyword input {
- height: 30px;
- line-height: 30px;
- width: 200px;
- padding-right: 32px;
- }
- .kit-table .kit-table-header .kit-search-inputs .kit-search-keyword button {
- position: absolute;
- right: 0;
- top: 0;
- width: 30px;
- height: 30px;
- border: 0;
- cursor: pointer;
- background-color: #009688;
- color: white;
- }
- .kit-table .kit-table-header .kit-search-btns .layui-btn {
- padding: 0 15px;
- }
- .kit-table .kit-search-mored {
- width: 100%;
- height: auto;
- top: 51px;
- background-color: white;
- z-index: 5;
- box-shadow: -4px 4px 7px -3px #ccc;
- position: absolute;
- margin-bottom: 10px;
- display: none;
- right: 0px;
- width: 50%;
- }
- .kit-table .kit-search-mored .kit-search-body {
- padding: 10px;
- padding-bottom: 45px;
- }
- .kit-table .kit-search-mored .kit-search-footer {
- height: 50px;
- bottom: 0;
- left: 0;
- position: absolute;
- width: 100%;
- border-top: 1px solid #e2e2e2;
- text-align: right;
- }
- .kit-table .kit-search-mored .kit-search-footer .kit-btn {
- margin: 10px 5px;
- padding: 0 15px;
- }
- .kit-table .kit-search-mored .kit-search-footer .kit-btn:last-child {
- margin-right: 15px;
- }
- .kit-table .kit-table-body {
- position: relative;
- }
- .kit-table .kit-table-body .layui-table-view {
- margin: 0;
- }
- /* table闂佺儵鏅濋…鍫ュ矗閿燂拷 end */
- /*闂備緡鍋勯ˇ鐢稿Υ瀹ュ纭�闁挎稑瀚粊鏌ユ煕韫囥儲瀚� start*/
- .kit-tab {
- margin: 0;
- position: relative;
- border-bottom: 0;
- box-shadow: none;
- height: 100%;
- }
- .kit-tab .kit-tab-tool {
- position: absolute;
- width: 60px;
- height: 40px;
- top: 0;
- right: 10px;
- border-bottom: 1px solid #e2e2e2;
- border-left: 1px solid #e2e2e2;
- line-height: 40px;
- text-align: center;
- cursor: pointer;
- border-right: 1px solid #e2e2e2;
- }
- .kit-tab .kit-tab-tool:hover {
- background-color: #f3f3f3;
- }
- .kit-tab .kit-tab-tool-body {
- position: absolute;
- top: 40px;
- right: 10px;
- width: 150px;
- border: 1px solid #e2e2e2;
- display: none;
- background-color: white;
- z-index: 999;
- }
- .kit-tab .kit-tab-tool-body ul {
- text-align: center;
- padding: 8px 0;
- }
- .kit-tab .kit-tab-tool-body ul li.kit-item {
- line-height: 35px;
- cursor: pointer;
- color: #393D49;
- }
- .kit-tab .kit-tab-tool-body ul li.kit-item:hover {
- background-color: #f3f3f3;
- }
- .kit-tab .kit-tab-tool-body .kit-line {
- border-bottom: 1px solid #e2e2e2;
- }
- .kit-tab .layui-tab-title {
- width: calc(100%);
- padding-right: 0;
- position: absolute;
- z-index: 2;
- background: #fff;
- position: fixed;
- top: 50px;
- left: 200px;
- padding-left: 30px;
- }
- .kit-tab .layui-tab-content {
- padding: 0;
- position: relative;
- overflow-y: hidden;
- height: 100%;
- }
- .kit-tab .layui-tab-content iframe {
- width: 100%;
- height: 100% !important;
- border: 0;
- }
- /*闂備緡鍋勯ˇ鐢稿Υ瀹ュ纭�闁挎稑瀚粊鏌ユ煕韫囥儲瀚� end*/
- /* @media screen and (max-width: 992px) { */
- @media (max-width: 992px) {
- .kit-layout-admin .layui-body,
- .kit-layout-admin .layui-footer {
- left: 50px;
- }
- .kit-layout-admin .kit-side {
- width: 50px;
- }
- .kit-layout-admin .kit-side .layui-side-scroll .layui-nav li.layui-nav-item,
- .kit-layout-admin .kit-side .layui-side-scroll .layui-nav li.layui-nav-item dl dd {
- text-align: center;
- }
- .kit-layout-admin .kit-side .layui-side-scroll .layui-nav li.layui-nav-item a,
- .kit-layout-admin .kit-side .layui-side-scroll .layui-nav li.layui-nav-item dl dd a {
- padding: 0;
- }
- .kit-layout-admin .kit-side .layui-side-scroll .layui-nav li.layui-nav-item a span,
- .kit-layout-admin .kit-side .layui-side-scroll .layui-nav li.layui-nav-item dl dd a span {
- display: none;
- }
- .kit-side .layui-side-scroll .kit-side-fold {
- display: none;
- }
- .kit-layout-admin .layui-logo {
- display: none;
- }
- .kit-layout-admin .kit-logo-mobile {
- display: block;
- width: 50px;
- }
- .kit-layout-admin .layui-layout-left {
- left: 50px;
- }
- .kit-table .kit-search-mored {
- width: 100%;
- box-shadow: 0 4px 7px -3px #ccc;
- }
- .kit-sided .layui-nav-tree .layui-nav-child a,
- .kit-side .layui-nav-tree .layui-nav-child a {
- padding-left: 0;
- }
- }
- .fwzx_kf{
- width: 60px;
- height: 60px;
- border-radius: 50%;
- position: absolute;
- top: 0;
- background: #dadada url(../images/setUp.png) center center no-repeat;
- -webkit-background-size: 100%;
- background-size: 70%;
- }
- .flex-box{
- display:flex;
- justify-content: start;
- margin-bottom:15px;
- }
- .flex-item-2{
- width:50%;
- }
-
- .flex-item label{
- padding: 9px 15px;
- width:80px;
- font-weight: 400;
- line-height: 20px;
- text-align: right;
- float:left;
- }
- .flex-item-2 input{
- float:left;
- width:calc(100% - 110px);
- }
-
- .flex-item-3{
- width:33.33%;
- }
-
- .flex-item-3 input{
- float:left;
- width:calc(100% - 80px);
- }
-
- .flex-item-3 label,.flex-item-checkbox label{
- width:50px;
- }
- .flex-box-3{
- padding-left:30px;
- }
- .flex-box .layui-form-select{
- height:36px;
- }
- .flex-item-checkbox{
- width:100%;
- }
- .flex-check-box{
- display: flex;
- justify-content: start;
- flex-wrap: wrap;
- }
- .flex-check-box .layui-form-checkbox{
- margin-bottom:15px;
- }
- /*闁圭顦甸幐宕囷拷瑙勭煯缂嶏拷 */
- .box-button{
- width:100%;
- position:fixed;
- bottom:0;
- right:0;
- background:#fff;
- margin-bottom:0px !important;
- padding:10px 0;
- border-top:1px solid #eee;
- }
- .box-button .layui-input-block{
- text-align:right;
- margin-left:0;
- padding-right:20px;
- }
- /*閻熸瑥瀚悧鎼佹儎缁嬪灝褰犻柛鎺斿█濞咃拷*/
- .delete-btn-box{
- width: 100px;
- height: 34px;
- display: flex;
- justify-content: center;
- }
- .delete-btn{
- width: 70px;
- height: 34px;
- background: #009688;
- color: #fff;
- font-size: 14px;
- border-radius: 20px 0 0 20px;
- border: none;
- outline: none;
- transition: all .5s;
- cursor: pointer;
- }
- .delete-btn:active{
- background: #006b61;
- }
- .delete-btn-icon{
- display: flex;
- align-items: center;
- justify-content: center;
- width: 30px;
- height: 32px;
- background: #fff;
- -webkit-background-size: 14px;
- background-size: 14px;
- border: 1px solid #d2d2d2;
- border-left: 0;
- border-radius: 0 20px 20px 0;
- }
- .delete-btn-icon img{
- display: block;
- width: 14px;
- margin-left: -4px;
- cursor: pointer;
- transition: all .3s;
- }
- .layui-nav-tree .layui-nav-item a:hover{
- background:#012e29;
- }
- .delete-btn-icon img:hover{
- transform: rotate(180deg);
- }
- .layui-layout-admin .layui-side{
- background:#012e29;
- }
- .layui-layout-admin .layui-side .layui-nav {
- background:#012e29;
- }
- .layui-layout-admin .layui-side .kit-side-fold{
- background: #213046;
- }
- .layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover{
- background: transparent;
- }
- .layui-card-body{
- padding: 0px;
- }
- .content{
- padding-top: 40px;
- padding-bottom: 60px;
- background: #f7f7f7;
- }
- .kit-theme{
- margin-top: 0px;
- }
|