admin_style.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. /*后台图标*/
  2. body{background-color:#fff; font-family:"微软雅黑"; }
  3. .fl{float:left;}
  4. .fr{float:right;}
  5. .nobg{background-color:transparent!important}
  6. .font12{font-size:12px!important;}
  7. .font18{font-size:18px!important;}
  8. .font20{font-size:20px!important;}
  9. .mag0{ margin:0 !important; }
  10. .m5{margin: 5px auto; }
  11. .m10{margin: 10px auto; }
  12. .mt5{margin-top:5px;}
  13. .mt10{margin-top:10px;}
  14. .ml10{margin-left:10px;}
  15. .ml20{margin-left:20px;}
  16. .ml30{margin-left:30px;}
  17. .mr10{margin-right:10px;}
  18. .mr20{margin-right:20px;}
  19. .mb5{margin-bottom:5px;}
  20. .mb10{margin-bottom:10px;}
  21. .mb20{margin-bottom:20px;}
  22. .m10{margin: 10px;}
  23. .m20{margin: 20px;}
  24. .pl20{padding-left:20px;}
  25. .pl50{padding-left:50px;}
  26. .pb10{padding-bottom:10px;}
  27. .pb50{padding-bottom:50px;}
  28. .p10{padding:10px;}
  29. .p20{padding:20px;}
  30. .w50{width:50px!important;}
  31. .w60{width:60px!important;}
  32. .w70{width:70px!important;}
  33. .w80{width:80px!important;}
  34. .w100{width:100px!important;}
  35. .w110{width:110px!important;}
  36. .w120{width:120px!important;}
  37. .w150{width:150px!important;}
  38. .w200{width:200px!important;}
  39. .w300{width:300px!important;}
  40. .w350{width:350px!important;}
  41. .w400{width:400px!important;}
  42. .w500{width:500px!important;}
  43. .w600{width:600px!important;}
  44. .w700{width:700px!important;}
  45. .w800{width:800px!important;}
  46. .w900{width:900px!important;}
  47. .lh30{ height: 30px; line-height: 30px; }
  48. .lh40{ height: 40px; line-height: 40px; }
  49. .mcolor{color:#5c90d2;}
  50. .mcolor2{color:#009688;}
  51. .hide{display:none;}
  52. .red{color:#f00;}
  53. .green{ color: #008800; }
  54. .center{ text-align:center; }
  55. #form-icon-preview{float:left;width:34px;height:36px;line-height:36px;font-size:30px!important;border:1px solid #e6e6e6;text-align:center;border-radius:3px;}
  56. .j-iframe-pop{margin:0 10px;}
  57. .help-tips{cursor:pointer;}
  58. .layui-layer-page .layui-layer-content {overflow: inherit !important;}
  59. .page-container .layui-tab-content { padding: 15px 30px 0 30px; }
  60. /*登录面板*/
  61. .login-body {background-color:#f5f5f5;}
  62. .login-head a{color:#fff;!important;}
  63. .login-body .login-box h3{color:#444;font-size:22px;font-weight:100;text-align:center}
  64. .login-head{position:fixed;left:0;top:0;width:80%;height:60px;line-height:60px;background:#000;padding:0 10%;}
  65. .login-head h1{color:#fff;font-size:20px;font-weight:600}
  66. .login-box{margin:240px auto 0;width:400px;background-color:#fff;padding:15px 30px;border-radius:10px;box-shadow: 5px 5px 15px #999;}
  67. .login-box .layui-input{font-size:15px;font-weight:400}
  68. .login-box .layui-input[type=number]{display:inline-block;width:50%;vertical-align:top}
  69. .login-box img{display:inline-block;width:46%;height:38px;border:none;vertical-align:top;cursor:pointer;margin-left:4%}
  70. .login-box input[name="password"]{letter-spacing:5px;font-weight:800}
  71. .login-box .layui-btn{width:100%;}
  72. .login-box .copyright{text-align:center;height:50px;line-height:50px;font-size:12px;color:#ccc}
  73. .login-box .copyright a{color:#ccc;}
  74. /*主面板*/
  75. .layui-form-item{margin-bottom: 10px;}
  76. .layui-form-pane .layui-form-label { padding: 8px 5px; }
  77. .layui-layout-admin .layui-footer{ height:30px; line-height: 30px;}
  78. .layui-header,.layui-side {z-index:99999}
  79. .header-logo {width:165px;height:60px;line-height:60px;text-indent:20px; color: transparent;font-size:18px;background-image: linear-gradient(135deg,#26A69A,#00ff13);-webkit-background-clip: text;}
  80. .header-fold {width:50px;height:60px;line-height:60px;text-align:center;color:#fff;}
  81. .header-fold a {color:#fff}
  82. #foldSwitch{font-size:24px!important;}
  83. .head-info .layui-nav-child {top:60px}
  84. .head-info .layui-nav-item a {padding:0 10px}
  85. .main-nav {padding:0}
  86. .main-nav .layui-nav-item a {font-size:16px;padding:0;margin:0 15px}
  87. .footer{line-height:44px;padding:0 10px;color:#666;}
  88. .footer a{color:#5c90d2;}
  89. .hideMenu {float: left; width: 20px; height: 20px; margin-top: 15px; font-size: 17px; line-height: 20px; text-align: center; padding: 5px 5px; color: #fff; background-color: #1AA094; }
  90. .hideMenu:hover{ color:#fff; }
  91. .topLevelMenus {float: left; }
  92. .topLevelMenus .layui-nav-item.layui-this {background-color: rgba(0,0,0,0.5); }
  93. .showMenu.layui-layout-admin .layui-side {left: -300px; transition: all .3s; -webkit-transition: all .3s; }
  94. .showMenu .layui-body,.showMenu .layui-layout-admin .layui-footer {left: -2px; }
  95. #B_history {top: 0; position: absolute; border-bottom: none; left:80px; }
  96. #top_tabs_box {
  97. padding-right: 138px;
  98. height: 40px;
  99. border-bottom: 1px solid #e2e2e2;
  100. }
  101. .tab-right {
  102. background: #fff;
  103. right: 0px;
  104. top: 0;
  105. height: 40px;
  106. width: 150px;
  107. position: absolute;
  108. text-align: center;
  109. }
  110. .tab-go-refresh{z-index: 99;background: #fff;position: absolute; top: 0; width: 40px; height:40px; text-align: center; cursor: pointer; transition: all .3s; -webkit-transition: all .3s; box-sizing: border-box; border-right: 1px solid #e6e6e6;}
  111. .tab-go-refresh i{ color: #666; font-size: 20px; line-height: 40px; cursor: pointer}
  112. .tab-go-left {border-color: #e6e6e6; left:40px; top: 0; height: 40px; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; width: 39px; position: absolute; text-align: center; background: #fff; z-index: 999; }
  113. .tab-go-left i { color: #666; font-size: 20px; line-height: 40px; cursor: pointer; }
  114. .tab-go-right {background: #fff; border-color: #e6e6e6; right: 60; top: 0; height: 40px; border-bottom: 1px solid #e6e6e6; width: 40px; position: absolute; text-align: center; border-left: 1px solid #e6e6e6; z-index: 999; border-right: 1px solid #e6e6e6; }
  115. .tab-go-right i {cursor: pointer; color: #666; font-size: 20px; line-height: 40px; }
  116. .closeBox {
  117. position: absolute;
  118. right: 0;
  119. background-color: #fff !important;
  120. color: #000;
  121. border-left: 1px solid #e2e2e2;
  122. border-bottom: 1px solid #e2e2e2;
  123. }
  124. .closeBox .layui-nav-item {
  125. height: 40px;
  126. line-height: 40px;
  127. }
  128. /*页面操作*/
  129. .closeBox .layui-nav-child {top: 42px; left: -12px; }
  130. .closeBox .layui-nav-item>a, .closeBox .layui-nav-item>a:hover {color: #000; }
  131. .closeBox a span.layui-nav-more {border-color: #333 transparent transparent; }
  132. .closeBox a span.layui-nav-more.layui-nav-mored{ border-color:transparent transparent #333;}
  133. .closeBox a i.caozuo {font-size: 16px; position: absolute; top: 1px; left: 0; }
  134. .bread-crumbs{display:block;background-color:#f9f9f9;padding:10px 0 0 10px;height:30px;overflow:hidden;}
  135. .bread-crumbs li{float:left;margin:0 5px;color:#666;height:30px;line-height:30px}
  136. .bread-crumbs li a{color:#666;}
  137. .page-body{display:block;margin:8px;overflow:auto;}
  138. .page-body>.layui-tab{margin:0;}
  139. .page-tab-content{background-color:#fff;overflow:auto;min-height:550px;}
  140. /* 全屏 */
  141. .tool-btns{position:absolute;right:15px;top:11px;font-size:18px;color:#888}
  142. .tool-btns .sys-icon{color:#999;margin-left:8px;}
  143. .fullscreen{position:fixed;top: 0;right: 0;bottom: 0;left: 0;z-index:1090;margin-bottom: 0;overflow-y: auto;-webkit-overflow-scrolling: touch;-webkit-backface-visibility: hidden;backface-visibility: hidden;height:100%}
  144. .fullscreen.page-body,
  145. .fullscreen .layui-tab{margin:0;}
  146. /* 页面工具栏 */
  147. .page-toolbar{display:block;overflow:hidden;}
  148. .page-filter{height:40px;overflow:hidden;}
  149. .page-filter .layui-form-pane .layui-form-label{width:auto;}
  150. .page-filter .layui-form-pane .layui-form-item .layui-input-inline{margin-right:0;}
  151. .page-tips{margin-bottom:10px;}
  152. .page-tips .layui-colla-title{height:26px;line-height:26px;background-color:#f9f9f9;color:#999;}
  153. .page-form{margin:10px 0;}
  154. #layerTopTips{background-color:#393D49;color:#fff;padding:5px 25px;border-radius:0 0 5px 5px;}
  155. /*分页*/
  156. .pagination{overflow:hidden;display:block;border-left:1px solid #eee;float:right;}
  157. .pagination li{float:left;border:1px solid #eee;margin-left:-1px;font-size:16px;overflow:hidden;cursor:pointer;}
  158. .pagination li a,
  159. .pagination li span{display:block;padding:6px 18px;}
  160. .pagination li.active{background-color:#393e49;color:#fff;border-color:#393e49;}
  161. /* 角色权限设置 */
  162. .role-list-form dl{display:block;}
  163. .role-list-form-top{border:1px solid #f9f9f9;}
  164. .role-list-form dl dt{display:block;background-color:#f9f9f9;padding:0px 10px 10px 10px;}
  165. .role-list-form dl dd{display:block;padding:0px 15px;overflow:hidden;}
  166. .role-list-form dl dd dl dt{background:none;}
  167. .role-list-form dl dd dl dd{padding:0px 25px;}
  168. .role-list-form dl dd dl dd {padding:0 35px;}
  169. .role-list-form dl dd dl dd a{display:inline-block;}
  170. /* 系统菜单管理 */
  171. .menu-hd {font-size:14px;font-weight:400;border-top:1px dotted #eee}
  172. .menu-dl dt,.menu-dl dd {position:relative;border:1px dotted #eee;border-top:0}
  173. .menu-dl .hd,.menu-dl .hd2,.menu-dl .hd3,.menu-dl .layui-form-switch,.menu-btns {position:absolute;left:260px;top:4px}
  174. .menu-dl .hd,.menu-dl .hd2,.menu-dl .hd3 {top:-26px}
  175. .menu-dl .hd {left:280px}
  176. .menu-dl .hd2 {left:520px}
  177. .menu-dl .hd3 {left:710px}
  178. .menu-dl .layui-form-switch {left:490px;top:1px;margin:0}
  179. .menu-dl .menu-sort {position:absolute;left:260px;top:3px;height:20px;line-height:20px;width:40px;padding:0;text-align:center;color:#666;border:1px solid #e6e6e6;background-color:#fff;border-radius:2px}
  180. .menu-dl1,.menu-dl2 {display:block}
  181. .menu-dl1 dt,.menu-dl2 dt {padding:5px 2px}
  182. .menu-dl2 {padding-left:20px}
  183. .menu-dl2 dd {padding:5px 20px}
  184. .menu-dl1 dt .menu-sort {left:280px}
  185. .menu-dl2 dt .menu-sort {left:300px}
  186. .menu-dl2 dd .menu-sort {left:340px}
  187. .menu-dl1 .layui-form-switch {left:520px}
  188. .menu-dl2 .layui-form-switch {left:500px}
  189. .menu-btns {left:710px}
  190. .menu-dl2 .menu-btns {left:688px}
  191. .layui-nav-child dd:hover{background-color: #009688;color: #fff;}
  192. /*数据列表页排序字段*/
  193. .input-sort{height:24px;line-height:24px;width:40px;padding:0;text-align:center;color:#666;}
  194. /*模块、插件、支付平台列表*/
  195. .module-list-info{display:block;overflow:hidden;}
  196. .module-list-info img{float:left;margin-right:10px;border-radius:10px;}
  197. .module-list-info i{float:left;margin-right:10px;font-size:80px;line-height:82px;text-align:center;overflow:hidden;color:#2a95de;}
  198. .module-list-info .txt{float:left;max-width:80%;overflow:hidden;}
  199. .module-list-info .txt h3{font-weight:500;display:inline-block;}
  200. .module-list-info .txt p{font-size:12px;}
  201. .module-list-info .txt p span{color:#2a95de;}
  202. /*弹窗底部bar*/
  203. .pop-bottom-bar{position:fixed;left:0;bottom:0;width:96%;background:#eee;padding:5px 2%;}
  204. .pop-bottom-bar .pages{max-width:70%;overflow:hidden;}
  205. .pop-bottom-bar .pages .pager{}
  206. .pop-bottom-bar .pages .pager li{float:left;margin:0 5px;}
  207. .pop-bottom-bar .pages .pager li a,.pop-bottom-bar .pages .pager li span{height:38px;line-height:38px;padding:0 10px;font-weight:500;display:inline-block;}
  208. .hook-plugins-sort{margin:10px 0 20px 0;border-top:1px dotted #eee;border-left:1px dotted #eee;border-right:1px dotted #eee;float:left;overflow:hidden;}
  209. .hook-plugins-sort li{float:left;width:100%;padding:5px 10px;border-bottom:1px dotted #eee;overflow:hidden;}
  210. .hook-plugins-sort li span{float:left;margin-right:20px;width:150px;height:20px;line-height:22px;}
  211. /*themes*/
  212. .themes{}
  213. .themes li{float:left;width:360px;overflow:hidden;margin:10px 20px 10px 10px;}
  214. .themes li img{float:left;border-radius:5px;padding:2px;border:1px solid #ddd;}
  215. .themes li dl{float:right;width:190px;overflow:hidden;}
  216. .themes li dd{line-height:28px;}
  217. .themes li dt{margin-top:10px;}
  218. /* 锁屏 */
  219. .lock-screen{padding:20px;overflow:hidden;display:block;}
  220. .lock-screen input{float:left;width:180px;background-color:#009688;border-color:#009688;color:#fff;font-size:16px;}
  221. .lock-screen input::-webkit-input-placeholder{color:#fff;}
  222. .lock-screen input:-moz-placeholder{color:#fff;}
  223. .lock-screen input::-moz-placeholder{color:#fff;}
  224. .lock-screen input:-ms-input-placeholder{color:#fff;}
  225. .lock-screen button{float:left;margin-left:20px;}
  226. /* 漂浮图 */
  227. .showpic {position:absolute; width:120px; height:160px; text-align:center; line-height:150%; border:2px solid #DEEFFA; padding:5px; background:#FFFFFF; z-index:99999;}
  228. /* 升级窗体 */
  229. .update{background:#ffffff;padding:10px;clear: both;}
  230. .update h1{border-bottom:1px solid #c8d8e6;font-size:14px;line-height: 25px;font-weight: bold;}
  231. /*插件中心*/
  232. .addon {
  233. position: relative;
  234. padding: 4px;
  235. display: block;
  236. margin-bottom: 17px;
  237. line-height: 20px;
  238. background-color: #fff;
  239. border: 1px solid #ddd;
  240. }
  241. .addon-caption {
  242. padding: 9px;
  243. color: #333333;
  244. }
  245. .add-logo{
  246. display: block;
  247. max-width: 100%;
  248. height: 200px;
  249. }
  250. /*金刚狼*/
  251. .layui-mobile.site-tree-mobile {position:absolute;left:2%;top:1px;color:white;background-color:transparent;height:60px;line-height:60px;}
  252. .header-top {display:none}
  253. .size-14 {font-size:14px}
  254. .size-16 {font-size:16px;}
  255. .size-20 {font-size:20px;}
  256. .layout-right {position:absolute;padding:0;color:#fff;border-radius:2px;font-size:0;box-sizing:border-box;right:0;}
  257. .layout-right .nav-item {position:relative;display:inline-block;display:inline;zoom:1;vertical-align:middle;line-height:40px;}
  258. .layout-right .nav-item a {font-size:16px;padding:0;margin:0 15px;color:#fff;}
  259. .top-logo {background:none;border-bottom:0 solid transparent;position:absolute;top:0;z-index:1200;width:130px;left:20%;margin-left:-65px;font-size:17px;height:40px;line-height:40px;background-image:linear-gradient(135deg,#26A69A,#00ff13);-webkit-background-clip:text;color:transparent;}
  260. .top-nav {}
  261. .nav-item-ul {display:none;position:fixed;z-index:999999;top:40px;}
  262. .drawer-body-right .nav-item-ul {display:block;}
  263. @media screen and (max-width:768px) {
  264. .site-mobile .layui-header .site-tree-mobile {display:block!important;color:#fff;}
  265. .site-mobile .layui-header .site-tree-mobile .layui-icon{ background-color: rgba(0,0,0,0.28);
  266. padding: 5px;}
  267. .header-top .layui-layout-right {padding:0;}
  268. .header-top {display:block;height:40px;}
  269. .layui-layout-admin .layui-body {top:105px;bottom:44px;}
  270. .bottom-nav {white-space:nowrap;overflow:scroll;position:relative;left:13%;width:87%;}
  271. }
  272. .wapmenu{display:none;}
  273. .mobileTopLevelMenus{display: none;float: left;}
  274. @media screen and (max-width:1300px){
  275. .mobileTopLevelMenus{display: inline-block; }
  276. .topLevelMenus{display: none !important; }
  277. }
  278. @media screen and (max-width: 768px) {
  279. .layui-layout-admin .layui-side{left: -300px; transition: all .3s; -webkit-transition: all .3s;}
  280. .site-tree-mobile{display: block!important; position: fixed; z-index: 100000; bottom: 20px; left: 10px; width: 40px; height: 40px; line-height: 40px; border-radius: 2px; text-align: center; background-color: rgba(0,0,0,.7); color: #fff;}
  281. .site-mobile .site-tree-mobile{display: none !important;}
  282. .site-mobile .layui-side{ left: 0px; z-index:1100; }
  283. .site-mobile .site-mobile-shade{content: ''; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.9); z-index: 999;}
  284. .layui-body,.layui-layout-admin .layui-footer{ left:-2px; }
  285. }
  286. @media screen and (max-width: 720px){
  287. .hideMenu {display: none !important; }
  288. .mobileTopLevelMenus{ padding:0;}
  289. .winner-hide {display: none !important; }
  290. }
  291. @media screen and (max-width:480px){
  292. .header-logo{ display: none;}
  293. .layui-nav .layui-nav-item a {}
  294. }
  295. .topLevelMenus-winner {float: left;z-index:1100;position: absolute;left: -20px;top: 60px;width: 150px;}
  296. .topLevelMenus-winner .layui-nav-item {background-color: #23262e; }
  297. .topLevelMenus-winner .layui-nav-item.layui-this {background-color: rgba(0,0,0,0.5); }
  298. .screenshot_list div{float: left;position:relative;}
  299. .screenshot_list div .del_screenshot{
  300. position: absolute;
  301. background-color: aliceblue;
  302. padding: 4px;
  303. top: 5px;
  304. right: 15px;
  305. }
  306. .screenshot_list div img {
  307. width: 160px;
  308. height: 92px;
  309. margin: 0 10px 10px 0;
  310. }