webstyle.css 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. html,div,table,th,td,ul,.app li.panel-body,.app .panel,.app .app-preview .app-region .app-add-filed a{padding:0; margin:0;}
  2. html,body {
  3. min-width: 1000px;
  4. /* font-size: 12px;*/
  5. line-height: 1.5em;
  6. /*font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;*/
  7. /*font-family:"Helvetica Neue",STHeiti,"Microsoft YaHei",Verdana,Arial,Tahoma,sans-serif*/
  8. }
  9. a,a:hover,a:focus{text-decoration:none; cursor:pointer;}
  10. img{border:0;}
  11. ul{list-style:none;}
  12. .fr{float: right;}
  13. .fl{float: left;}
  14. .m0a{margin:0 auto }
  15. .mrt4{margin-top: 4px;display: block;}
  16. .fr{float: right !important;;}
  17. .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  18. position: relative;
  19. min-height: 1px;
  20. padding-right: 15px;
  21. /*padding-left: 0 !important;*/
  22. }
  23. .panel.panel-default .panel-body.perm-group{
  24. padding: 20px !important;
  25. }
  26. .col-sm-9.col-xs-12 .panel-heading .checkbox-inline {
  27. padding-top: 0 !important;
  28. margin-top: 0;
  29. margin-bottom: 0;
  30. }
  31. .form-group input.form-control,button.btn.btn-default{height: 34px;}
  32. .rightlist{width: 100%;padding-bottom: 25px;min-width: 960px;/*background: #fff;border: 1px #e0e0e0 solid*/}
  33. .rightlist2{margin: 52px 6px 6px 250px;
  34. padding-bottom: 125px;
  35. min-width: 960px;}
  36. .topmenubg_yy{z-index: 3;position: fixed;left: 0;top: 0;bottom: 0; width:60px;background: #22B3EA;}
  37. .topmenubg{z-index: 3;position: fixed;left: 0;top: 49px;bottom: 0; width:60px;background: hsl(0, 0%, 20%);}
  38. .topmenubg a{font-size:12px !important;}
  39. .topmenu>ul>li>a {
  40. display: block;
  41. margin:0 !important;
  42. padding:6px 10px !important;
  43. }
  44. .topmenu>ul>li>a>i {
  45. display: block;
  46. font-size: 20px;
  47. margin-bottom: 3px;
  48. }
  49. .topmenu ul li a i{color: #fff}
  50. .topmenu>ul>li>a>span {
  51. color:rgba(255,255,255,.8);
  52. }
  53. .navbar-nav>li {
  54. float: left;
  55. }
  56. .alert-danger{
  57. color: hsl(1, 4%, 19%);
  58. background-color: hsl(64, 43%, 91%);
  59. border-color: hsl(53, 1%, 86%);
  60. }
  61. .topmenu_header{ min-width: 1000px;position:fixed;z-index:3;height:50px;background-color:#fff;border-bottom: 1px solid hsl(0, 0%, 87%);width:100%}
  62. .topmenu_header a{z-index:9; color:#000}
  63. .topmenu_header .dropdown{ float: left;
  64. position: relative;
  65. height: 50px;
  66. }
  67. .topmenu_header ul li a:first-child{background: none}
  68. .topmenu_header .dropdown-toggle:hover, .topmenubg_header .active{z-index:9; color:hsl(24, 100%, 50%);background-color:#fff !important;
  69. display: block;
  70. height: 50px;
  71. border-bottom: 3px solid hsl(24, 100%, 50%);
  72. transition: all .15s ease-in-out;
  73. color:#f60;
  74. }
  75. .topmenubg_header .active a{color: #f60}
  76. .topmenu_header .dropdown-toggle:hover i{color: #F60}
  77. .dropdown,.open{float: left;}
  78. .container-fluid{padding: 0}
  79. .ulleft-nav{
  80. z-index: 2;position: fixed;
  81. width: 180px;
  82. border-right: 1px solid hsl(0, 0%, 93%);
  83. background-color: hsl(0, 0%, 98%);
  84. z-index: 1;
  85. top:50px;
  86. left:60px;
  87. height:100%;
  88. }
  89. .ulleft-nav article{
  90. margin: 5px 0;
  91. font-size: 12px;
  92. font-weight: 400;
  93. line-height: 16px;
  94. color: hsl(0, 0%, 40%);
  95. word-wrap: break-word;
  96. word-break: normal;
  97. }
  98. .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{border-color: hsl(24, 100%, 50%);background: none}
  99. .nav.nav-tabs li{width: 100%;margin-bottom: 5px;}
  100. .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover{
  101. /*width: 100%;border-right-color:#fff; background-color:#fff;border-color:#ccc;color:#464646;border-right-color:#fff;*/
  102. color: hsl(24, 100%, 50%);
  103. background: hsl(0, 0%, 100%)!important;
  104. font-weight: 700;
  105. border: 1px solid hsl(0, 0%, 93%);
  106. border-right: 1px solid hsl(0, 0%, 100%);
  107. border-left: 3px solid hsl(24, 100%, 50%);
  108. }
  109. .nav-tabs .step{
  110. width: 100%;
  111. height: 1px;
  112. background: hsl(0, 0%, 93%);
  113. visibility: visible;
  114. margin: 10px 0;
  115. }
  116. .panel{border-radius: 0}
  117. .panel-info>.panel-heading{color: #333;background-color: #F3F3F3;border-color: #E0E0E0;}
  118. .panel.panel-info{
  119. border-color: #fff;
  120. /*margin-top: 10px !important;*/
  121. /*border: 1px solid #e4dfdf;*/
  122. background: #fff;
  123. }
  124. /*.nav.navbar-nav .dropdown i{ max-width: 24px;
  125. max-height: 22px;
  126. min-width: 24px;
  127. min-height: 22px;
  128. display: block;
  129. text-align: center;
  130. float: left;
  131. line-height: 22px;}*/
  132. /*.nav-link{border: 1px solid #ccc!important;border-left:0!important}*/
  133. .disbut{display: block;margin: 4px;}
  134. /*.input-group-addon{border: 0;background: none}*/
  135. .form-control{font-size: 12px;
  136. border-radius: 0px !important;
  137. height: 34px}
  138. .table{margin-bottom: 0; border-bottom: 1px solid #f5f5f5; /*margin-left:13px;*/}
  139. /*.nav>li{width: 100%}*/
  140. .topmenu ul li{width: 100%; text-align: center;}
  141. .nav-tabs>li>a{border: 0;border-radius: 0 }
  142. .dropdown-menu{/*left: 0;*/right:0;}
  143. .nav-tabs>li>a:hover{border: 0;background: none}
  144. .nav-tabs>li>a:hover{
  145. background: #eee;
  146. border: 1px solid #eee;
  147. border-right: 1px solid #eee;
  148. border-left: 3px solid #eee;
  149. }
  150. .topmenu .nav>li>a:hover,.topmenu .nav>li>a:focus,.topmenu .nav .open>a,.topmenu .nav .open>a:hover,.topmenu .nav .open>a:focus{}
  151. /*.navbar-nav{width: 100%}*/
  152. .navbar-nav>li>.dropdown-menu {margin-top: -5px;}
  153. /*.btn-primary,.btn-primary:hover {color: #fff;background-color: #f50;border-color: #f50; }*/
  154. /*.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{background-color: #f50;border-color: #f50;}*/
  155. .btn-danger{background-color: #ed5565;border-color: #ed5565;}
  156. .btn-danger:hover{background-color: #E84556;border-color: #E84556;}
  157. .btn.back{margin-left:10px;}
  158. /*.label-danger{background-color: #f50;}*/
  159. /*.label-primary{background-color: #00CAB7;}
  160. .label-default{background-color: #CACACA;color:#333;}*/
  161. .ulleft-nav ul li a{
  162. width: 180px;
  163. padding: 8px 20px;
  164. font-size: 14px;
  165. color: hsl(0, 0%, 20%);
  166. border: 1px solid hsl(0, 0%, 98%);
  167. border-right: 1px solid hsl(0, 0%, 93%);
  168. border-left: 3px solid hsl(0, 0%, 98%);
  169. }
  170. .nav.nav-tabs{border: 0;padding-top: 2px;}
  171. .nav.nav-tabs li a em{display: inline-block;float: right;font-style: normal;}
  172. .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{padding: 4px 8px}
  173. /*.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{border-top:0;}*/
  174. .sx-border{border:1px #ddd solid!important;/*margin-left:13px;*/}
  175. /*.panel-default{border-color: transparent }*/
  176. .mrleft40{margin-left: 150px!important}
  177. .form-horizontal .form-group {margin-left:0 !important;margin-right:0 !important; padding-top: 10px;}
  178. .panel-body .form-group{padding-top: 0 !important;}
  179. .mem-pad{padding: 6px !important}
  180. .label-danger{background-color: #ed5565;}
  181. .label-primary {background-color:#1ab394;}
  182. .btn-primary {background-color: #46CB2F;
  183. border-color: #13BD22;color: #FFFFFF;}
  184. .btn {border-radius: 2px;padding: 8px 12px;box-sizing: border-box;}
  185. .form-group .btn.btn-default{
  186. /*height: 34px;*/
  187. }
  188. .panel-body.perm-group .checkbox-inline{width: 120px;}
  189. .btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#0ab2dc !important;border-color:#0EAD1C !important;}
  190. /*.panel{border: 0}*/
  191. /*
  192. *.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{background-color: hsl(111, 62%, 49%);
  193. * border-color: hsl(125, 81%, 41%);border: 1px solid}
  194. */
  195. .topmenu ul li .dropdown-toggle{color:#fff !important;}
  196. /*.panel-body table label{ display: block; }*/
  197. .pagination{float: right;margin: 10px 0 ;}
  198. .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{ background-color: #00c0ef;
  199. border-color: #00c0ef;color: #fff;}
  200. .pagination>li>a, .pagination>li>span{color: #868686;padding: 4px 10px;}
  201. .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  202. color: #00c0ef;
  203. background-color: #eee;
  204. border-color: #ddd;
  205. }
  206. .pagination>li:first-child>a, .pagination>li:first-child>span {
  207. border-top-left-radius: 2px;
  208. border-bottom-left-radius: 2px;
  209. }
  210. .pagination>li:last-child>a, .pagination>li:last-child>span {
  211. border-top-right-radius: 2px;
  212. border-bottom-right-radius: 2px;
  213. }
  214. .dropdown-menu-left{}
  215. .label-paypal {background-color: #19F95E;}
  216. .label-default {background-color: #BBB;}
  217. .label-info {
  218. background-color: hsl(194, 66%, 61%);
  219. }
  220. .label{padding: 5px !important; border-radius:0}
  221. #certs .form-control{height: 34px}
  222. /*.input-group .form-control{width: 100px}*/
  223. .wid100 .form-control,.wid100{width: 100px !important}
  224. .row{margin:0;}
  225. .fe-panel{width: 457px !important}
  226. /*.form-control{padding: 0;text-align:center;}*/
  227. /*.clearfix{padding-bottom: 100px}*/
  228. .progress {background-color: #E6E6E6;}
  229. .progress-bar-info {text-align: left;}
  230. .topmenu{background: none !important;}
  231. .dd{max-width: 100% !important;}
  232. .dropdown-menu>li>a,.last-li>li>a {padding: 6px 20px;color: #636262;font-size: 13px;}
  233. /*.last-li>li>a {line-height: 30px}*/
  234. .border-t{border-top: 1px #eee solid;padding-top: 10px;}
  235. .good-tit{background-color: #f5f5f5;border-bottom: 1px solid #ddd;height:44px;padding-top:8px;margin-bottom: 10px;}
  236. .sizebg{background: none;color: #333;padding: 0 !important;font-weight: normal;}
  237. .label-success {background-color: #46CB2F;}
  238. .panel{box-shadow:0 0 0!important;
  239. /*margin-top: 10px;*/
  240. margin-bottom: 0 !important;}
  241. .panel-body {
  242. padding: 15px 15px 0;
  243. }
  244. .fart-main{width: 100% !important;}
  245. .fart-editor{width: 60% !important;}
  246. .fart-preview{width: 400px !important;}
  247. .fart-editor-content .nav1,.fart-editor-content .nav2{width: 50%!important;}
  248. .fart-editor-content .con1,.fart-editor-content .con2{width: 50%!important;}
  249. .fart-editor-content .con2 .con{width: 84% !important;}
  250. .fart-editor-content .con2 .tab{width: 16% !important;}
  251. .fart-editor-content .con2 .tab .nav{font-size: 12px !important;}
  252. .fart-form {padding: 10px !important;}
  253. .fart-form .line2 {width: 380px !important;}
  254. .fart-editor-menu nav{width: 33.33333% !important;}
  255. .fe-save-main {width: 1032px !important;}
  256. .edui-editor{z-index: 0 !important;}
  257. .fe-save-submit,.fe-save-submit2,.fe-save-submit3{margin:14px 0 0px 4px !important;width: 80px !important;height: 34px !important;line-height: 34px !important;font-size: 14px !important;}
  258. .page-heading {
  259. padding: 5px 0;
  260. border-bottom: 1px solid #ccc;
  261. margin-bottom: 20px;
  262. position: relative;line-height: 50px;height: 50px;}
  263. .page-heading h2{ font-size: 16px;position: absolute;left: 0;padding: 0;margin: 0;line-height: 50px;}
  264. .page-heading .pull-right{padding-right: 10px}
  265. .w1200{width: 100% !important;overflow: hidden;min-width: 1000px;box-sizing: border-box;}
  266. .input-group{margin-bottom: 4px;z-index: 1}
  267. .mart7{margin-top: 7px}
  268. .tpl-category-container select{margin-bottom: 4px}
  269. /*.navbar-nav{margin: 0;}*/
  270. .navbar-nav .iconfont,.navbar-nav .fa{margin: 0 2px}
  271. .topmenubg_header .navbar-nav>li>a {
  272. padding: 0px 10px;
  273. /* margin: 3px 0;*/
  274. text-align: center;
  275. font-size:14px; line-height: 47px;
  276. }
  277. .text-default{ background: none;color:#7B7B7B }
  278. .text-pinfo{ background: none;color: #ed5565 }
  279. .upgrade-tips{z-index:99 !important;}
  280. .table .label {display: inline-block;margin-bottom: 2px;border-radius: 2px;}
  281. .option_stock_all/*,.input-group-addon*/{padding: 6px !important}
  282. .plug-list{min-width:600px;}
  283. .plug-list li{ width: 25%;float: left}
  284. .modal-dialog{margin: 100px auto;z-index: 1111}
  285. .fa-angle-down,.caret{display: none !important;}
  286. .img-web{border-radius: 50%;max-width: 36px !important;margin: 12px 0 0;}
  287. .wechat-pos{position: fixed!important;bottom: 0;left: 0;width: 90px!important;}
  288. .last-li {
  289. display: none;
  290. position: absolute;
  291. left: 80px;
  292. top: 30px;
  293. z-index: 1000;
  294. float: left;
  295. min-width: 160px;
  296. padding: 5px 0;
  297. margin: 2px 0 0;
  298. font-size: 14px;
  299. text-align: left;
  300. list-style: none;
  301. background-color: #fff;
  302. -webkit-background-clip: padding-box;
  303. background-clip: padding-box;
  304. border: 1px solid rgba(0,0,0,.15);
  305. border-radius: 4px;
  306. -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  307. box-shadow: 0 6px 12px rgba(0,0,0,.175);
  308. z-index: 9999;
  309. }
  310. .last-li li a{padding: 5px 12px;}
  311. .top-logo:hover .last-li{display: block}
  312. .last-but,.last-but:hover{margin: 0!important;background: #535353}
  313. .topmenu .nav>li>a:hover{background: hsla(0, 0%, 67%, 0.32)}
  314. .first-h{padding:0 !important}
  315. .topmenu .nav .first-h:hover{background: none}
  316. .topmenu .nav .last-but:hover{background: #535353;color: #CACACA!important}
  317. .pdl236{padding:49px 0 0 230px}
  318. .top-logo{padding: 14px 0}
  319. .addtit-name{
  320. padding: 20px 20px 10px;
  321. font-size: 14px;
  322. margin-bottom: 5px;
  323. }
  324. .addtit-name{font-weight:700}
  325. .right-titpos{
  326. /*height: 50px;*/
  327. margin-bottom: 15px;
  328. position: relative;
  329. height: 38px;
  330. border-bottom: 1px solid #eee;
  331. }
  332. .panel-footer{
  333. background-color: #fff;
  334. }
  335. .right-titpos-fixed{ background: #FAFAFA;
  336. border-bottom: 1px #e0e0e0 solid;
  337. height: 50px;
  338. position: fixed;
  339. width: 100%;
  340. left: 240px;
  341. top: 50px;
  342. z-index: 2; min-width: 960px;}
  343. .add-snav{width: 98%;margin: 0 1%;line-height: 50px;}
  344. .add-snav li{float: left;}
  345. .add-snav li a {
  346. height: 46px;
  347. padding: 0 16px;
  348. min-width: 0;
  349. border: none;
  350. background: transparent;
  351. font-size: 14px;
  352. color: #333;
  353. line-height: 48px;
  354. display: block;
  355. }
  356. .add-snav li.active a {
  357. color: #333;
  358. /*border-bottom: 2px solid #FF6600;*/
  359. font-size: 14px;
  360. }
  361. .add-shopnav{width: 98%;
  362. /*margin: 0 1%;*/
  363. line-height: 50px;overflow: hidden;}
  364. .add-shopnav li{float: left; margin-left: -1px;}
  365. .add-shopnav li a {
  366. display: inline-block;
  367. padding: 0 12px;
  368. line-height: 32px;
  369. color: #333;
  370. border: 1px solid #e5e5e5;
  371. background: #f8f8f8;
  372. min-width: 80px;
  373. text-align: center;
  374. }
  375. .add-shopnav li.active a {
  376. border-bottom-color: #fff;
  377. background: #fff;
  378. }
  379. .right-addbox{/* width: 97.4%;
  380. margin: 15px;
  381. margin-top: 60px;*/
  382. /* background-color: #fff;
  383. border: 1px #e0e0e0 solid;*/}
  384. @media (max-width: 767px){
  385. .navbar-nav .open .dropdown-menu {
  386. position: absolute;
  387. float: none;
  388. width: auto;
  389. margin: 2px 0 0;
  390. border: 1px solid #ccc;
  391. border: 1px solid rgba(0,0,0,.15);
  392. border-radius: 4px;
  393. -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  394. box-shadow: 0 6px 12px rgba(0,0,0,.175);
  395. background-color: #fff;
  396. }
  397. }
  398. .prod-nav { background-color: hsl(0, 0%, 96%);
  399. border-bottom: 1px solid hsl(0, 0%, 87%);
  400. height: 44px;
  401. margin-bottom: 10px;
  402. line-height:44px;
  403. margin: 0 auto;
  404. }
  405. .prod-nav li{padding-left:15px}
  406. .panel-center{width: 98%;margin: 8px auto;}
  407. .ml140{margin-left: 140px}
  408. /*插件修改图标*/
  409. .unit-head{
  410. padding: 0 15px;
  411. line-height: 50px;
  412. }
  413. .unit-list{overflow: hidden}
  414. .unit-list ul li{float: left;background: #f8f8f8;width:32%;margin:0 0 1% 1%;height: 60px;padding-left:60px;position: relative; }
  415. .unit-list ul li a i{color: #fff;
  416. border-radius: 4px;
  417. width: 40px;
  418. height: 40px;
  419. line-height: 42px;
  420. text-align: center;
  421. font-size: 22px;
  422. position: absolute; display: inline-block;
  423. left: 10px;
  424. top: 10px;}
  425. .unit-list ul li a h1{float: left;
  426. width: 100%;
  427. display: block;
  428. margin: 0;
  429. font-size: 16px;
  430. color: #333;
  431. padding: 12px 0 4px;
  432. }
  433. .unit-list ul li a p{float: left;
  434. display: block;
  435. float: left;
  436. font-size: 12px;
  437. color: #666;
  438. margin: 0;
  439. padding: 0;
  440. width: 100%;
  441. }
  442. .icon-yunpay,.icon-virtual,.icon-tmessage,.icon-diyform{font-size: 18px !important;}
  443. .biz{background-color: #f15353}
  444. .sale{background-color: #F7923B}
  445. .tool{background-color: #ff5898}
  446. .help{background-color: #58CAF6}
  447. .fe-panel-editor {padding: 0px !important;}
  448. .fe-panel-menu nav {padding: 5px 0 !important;}
  449. .fe-panel-editor-line2-right {width: auto !important;}
  450. .fe-panel-editor-con label{float: left;}
  451. .fe-panel-editor-name{width: 82px !important}
  452. .fe-panel-editor-input2{width: 40px !important;padding-left: 2px !important}
  453. .fe-panel {margin-left: 10px !important;}
  454. .btn-group .dropdown-menu-left{right: 0}
  455. .example-header {
  456. font-weight: 500;
  457. margin: 30px 0 10px;
  458. position: relative;
  459. }
  460. .example-header:before {
  461. content: "";
  462. display: block;
  463. width: 100%;
  464. height: 1px;
  465. background: #eee;
  466. position: absolute;
  467. top: 10px;
  468. left: 0;
  469. }
  470. .example-header span {
  471. display: inline-block;
  472. background: #fff;
  473. padding: 0 5px 0 18px;
  474. position: relative;
  475. margin-left: 30px;
  476. font-size: 14px;
  477. }