ui.css 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. /****************************** reset ******************************/
  2. * {margin: 0;padding: 0;outline:0;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
  3. table {border-collapse:collapse;border-spacing:0;}
  4. ul {list-style:none;}
  5. a,button,input[type="submit"],input[type="button"],input[type="reset"],input[type="file"] {cursor:pointer;}
  6. a,a:hover {color:inherit;color:expression(this.parentNode.currentStyle.color);text-decoration: none;}
  7. body,input,textarea {font:14px/1.14 "\5FAE\8F6F\96C5\9ED1","arial";color:#333;}
  8. /****************************** public ******************************/
  9. .cbox {-moz-box-sizing: content-box; -webkit-box-sizing: content-box; -o-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box;}
  10. .cbox-all * {-moz-box-sizing: content-box; -webkit-box-sizing: content-box; -o-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box;}
  11. .none {display: none;}
  12. .block {display: block;}
  13. .iblock {display: inline-block;zoom: 1;*display: inline;}
  14. .inline {display: inline;}
  15. .psa {position: absolute;}
  16. .psr {position: relative;}
  17. .psf {position: fixed;}
  18. .border {border: 1px solid #ddd;}
  19. .icon {font-size: 20px;vertical-align: middle;display: inline-block;margin-top: -3px;}
  20. .fl {float: left;}
  21. .fr {float: right;}
  22. .clear {clear: both;}
  23. .clearfix:after {content: ".";display: block;height:0;clear:both;visibility: hidden;}
  24. .clearfix {*zoom:1;}
  25. .oh {overflow: hidden;}
  26. .ellipsis {text-overflow: ellipsis;white-space:nowrap;overflow: hidden;}
  27. .center {margin: 0 auto;}
  28. .tac {text-align: center;}
  29. .tal {text-align: left;}
  30. .tar {text-align: right;}
  31. .vam {vertical-align: middle;}
  32. .vat {vertical-align: top;}
  33. .vab {vertical-align: bottom;}
  34. body .w700 {width: 700px;}
  35. body .w450 {width: 450px;}
  36. body .w300 {width: 300px;}
  37. body .w100 {width: 100px;}
  38. body .defimg{max-height:50px; float:left; margin-right:20px;}
  39. body .img_item{height:60px; border: 1px solid #ccc; margin:3px 5px 0px 0px;}
  40. body .font_tip{font-size: 12px; color: #999; height: 38px; line-height: 38px;}
  41. .layui-form-item .w700{width: 700px;}
  42. .layui-form-item .w450{width: 450px;}
  43. .layui-form-item .w100{width: 100px;}
  44. ::-webkit-input-placeholder {color: #ccc;}
  45. :-moz-placeholder {color: #ccc;}
  46. ::-moz-placeholder {color: #ccc;}
  47. :-ms-input-placeholder {color: #ccc;}
  48. /*滚动条整体*/
  49. ::-webkit-scrollbar{
  50. width:14px; /*滚动条宽度*/
  51. }
  52. /*滚动条按钮*/
  53. ::-webkit-scrollbar-button {
  54. }
  55. ::-webkit-scrollbar-track{
  56. }
  57. ::-webkit-scrollbar-track-piece{
  58. background-color:#e2e2e2; /*滑道*/
  59. }
  60. ::-webkit-scrollbar-thumb{
  61. background-color:#0099cc; /*滑动条表面*/
  62. }
  63. /*横竖滚动条交角*/
  64. ::-webkit-scrollbar-corner {
  65. }
  66. /*横竖滚动条交角图案*/
  67. ::-webkit-resizer {
  68. /*background-image: url(/public/img/resizer-inactive.png);*/
  69. background-repeat: no-repeat;
  70. background-position: bottom right;
  71. }
  72. /*鼠标滑过滑动条*/
  73. ::-webkit-scrollbar-thumb:hover{
  74. }
  75. /****************************** font ******************************/
  76. .arial {font-family: "arial";}
  77. .f12 {font-size: 12px;}
  78. .f13 {font-size: 13px;}
  79. .f14 {font-size: 14px;}
  80. .f15 {font-size: 15px;}
  81. .f16 {font-size: 16px;}
  82. .f18 {font-size: 18px;}
  83. .f20 {font-size: 20px;}
  84. .f22 {font-size: 22px;}
  85. .f24 {font-size: 24px;}
  86. .f26 {font-size: 26px;}
  87. .f28 {font-size: 28px;}
  88. .f30 {font-size: 30px;}
  89. .f32 {font-size: 32px;}
  90. .f34 {font-size: 34px;}
  91. .f36 {font-size: 36px;}
  92. .f38 {font-size: 38px;}
  93. .f40 {font-size: 40px;}
  94. .c000 {color: #000;}
  95. .c333 {color: #333;}
  96. .c666 {color: #666;}
  97. .cf00 {color: #f00;}
  98. .cccc {color: #ccc;}
  99. .cfff {color: #fff;}
  100. .blue {color: #09c;}
  101. .cred {color:red;}
  102. .blue:hover {color: #28b5d6;}
  103. .lh24 {line-height: 24px;}
  104. .lh36 {line-height: 36px;}
  105. .lh1.4 {line-height: 1.4;}
  106. .lh1.6 {line-height: 1.6;}
  107. .lh2 {line-height: 2;}
  108. /****************************** location ******************************/
  109. .mb5 {margin-bottom: 5px;}
  110. .ml5 {margin-left: 5px;}
  111. .mr5 {margin-right: 5px;}
  112. .mt5 {margin-top: 5px;}
  113. .mg5 {margin: 5px;}
  114. .mb10 {margin-bottom: 10px;}
  115. .ml10 {margin-left: 10px;}
  116. .mr10 {margin-right: 10px;}
  117. .mt10 {margin-top: 10px;}
  118. .mg10 {margin: 10px;}
  119. .mb15 {margin-bottom: 15px;}
  120. .ml15 {margin-left: 15px;}
  121. .mr15 {margin-right: 15px;}
  122. .mt15 {margin-top: 15px;}
  123. .mg15 {margin: 15px;}
  124. .mb20 {margin-bottom: 20px;}
  125. .ml20 {margin-left: 20px;}
  126. .mr20 {margin-right: 20px;}
  127. .mt20 {margin-top: 20px;}
  128. .mg20 {margin: 20px;}
  129. .mb25 {margin-bottom: 25px;}
  130. .ml25 {margin-left: 25px;}
  131. .mr25 {margin-right: 25px;}
  132. .mt25 {margin-top: 25px;}
  133. .mg25 {margin: 25px;}
  134. .mb30 {margin-bottom: 30px;}
  135. .ml30 {margin-left: 30px;}
  136. .mr30 {margin-right: 30px;}
  137. .mt30 {margin-top: 30px;}
  138. .mg30 {margin: 30px;}
  139. .mb40 {margin-bottom: 40px;}
  140. .ml40 {margin-left: 40px;}
  141. .mr40 {margin-right: 40px;}
  142. .mt40 {margin-top: 40px;}
  143. .mg40 {margin: 40px;}
  144. .mb50 {margin-bottom: 50px;}
  145. .ml50 {margin-left: 50px;}
  146. .mr50 {margin-right: 50px;}
  147. .mt50 {margin-top: 50px;}
  148. .mg50 {margin: 50px;}
  149. .pb5 {padding-bottom: 5px;}
  150. .pl5 {padding-left: 5px;}
  151. .pr5 {padding-right: 5px;}
  152. .pt5 {padding-top: 5px;}
  153. .pd5 {padding: 5px;}
  154. .pb10 {padding-bottom: 10px;}
  155. .pl10 {padding-left: 10px;}
  156. .pr10 {padding-right: 10px;}
  157. .pt10 {padding-top: 10px;}
  158. .pd10 {padding: 10px;}
  159. .pb15 {padding-bottom: 15px;}
  160. .pl15 {padding-left: 15px;}
  161. .pr15 {padding-right: 15px;}
  162. .pt15 {padding-top: 15px;}
  163. .pd15 {padding: 15px;}
  164. .pb20 {padding-bottom: 20px;}
  165. .pl20 {padding-left: 20px;}
  166. .pr20 {padding-right: 20px;}
  167. .pt20 {padding-top: 20px;}
  168. .pd20 {padding: 20px;}
  169. .pb25 {padding-bottom: 25px;}
  170. .pl25 {padding-left: 25px;}
  171. .pr25 {padding-right: 25px;}
  172. .pt25 {padding-top: 25px;}
  173. .pd25 {padding: 25px;}
  174. .pb30 {padding-bottom: 30px;}
  175. .pl30 {padding-left: 30px;}
  176. .pr30 {padding-right: 30px;}
  177. .pt30 {padding-top: 30px;}
  178. .pd30 {padding: 30px;}
  179. .pb40 {padding-bottom: 40px;}
  180. .pl40 {padding-left: 40px;}
  181. .pr40 {padding-right: 40px;}
  182. .pt40 {padding-top: 40px;}
  183. .pd40 {padding: 40px;}
  184. .pb50 {padding-bottom: 50px;}
  185. .pl50 {padding-left: 50px;}
  186. .pr50 {padding-right: 50px;}
  187. .pt50 {padding-top: 50px;}
  188. .pd50 {padding: 50px;}
  189. .layui-input-inline .file_btn { height: 38px; line-height: 38px;}
  190. /****************************** input ******************************/
  191. .input,input.input {width: 279px;height: 32px;padding: 0 10px;font-size: 12px;border: 1px solid #dcdcdc;}
  192. .focus,input.focus,.input:focus {border: 1px solid #0099cc;}
  193. .error,input.error {border: 1px solid #f00!important;}
  194. label {font-size: 12px;line-height: 30px;}
  195. label>span {display: inline-block;zoom: 1;*display: inline;width: 85px;overflow: hidden;text-align: right;padding: 0 5px;}
  196. label>* {vertical-align: middle;}
  197. input[type="radio"] {vertical-align:middle; margin-top:-2px; margin-bottom:1px;}
  198. .radio {margin-right: 10px;}
  199. .radio input[type="radio"] {margin-right: 10px;}
  200. /****************************** textarea ******************************/
  201. .textarea {font-size: 12px;border: 1px solid #dcdcdc;padding: 10px;max-width: 1000px;width: 100%;height: 100px;width: calc(100% - 100px);vertical-align: top;}
  202. .textarea:focus,.textarea.focus {border: 1px solid #0099cc;}
  203. .textarea.error {border: 1px solid #f00!important;}
  204. /****************************** btn ******************************/
  205. a.btn,a.btn_aux {display: inline-block;zoom: 1;*display: inline;}
  206. a.btn2{padding: 0 10px;}
  207. .btn,button,input[type="submit"],input[type="button"],input[type="reset"] {width: auto;padding: 0 17px;height: 32px;line-height: 32px;text-align: center;color: #fff;font-size: 12px;background: #28b5d6;border: 0;}
  208. .btn:hover,button:hover,input[type="submit"]:hover,input[type="button"]:hover,input[type="reset"]:hover,.btn.hover,button.hover,input[type="submit"].hover,input[type="button"].hover,input[type="reset"].hover {background: #0099cc;color: #fff;}
  209. .btn[disabled],button[disabled],input[type="submit"][disabled],input[type="button"][disabled],input[type="reset"][disabled],.btn.disabled,button.disabled,input[type="submit"].disabled,input[type="button"].disabled,input[type="reset"].disabled {background: #ccc!important;}
  210. .btn_aux {width: auto;padding: 0 17px;height: 32px;line-height: 30px;text-align: center;font-size: 12px;color: #666;background: #fff;border: 1px solid #ddd;}
  211. .btn_aux:hover {background: #f7f7f7;color: #666;}
  212. .btn_expand {display: block;width: 20px;height: 50px;background: url(../img/expand.gif) no-repeat;cursor: pointer;}
  213. .btn_contract {display: block;width: 20px;height: 50px;background: url(../img/contract.gif) no-repeat;cursor: pointer;}
  214. /****************************** select ******************************/
  215. .select {position: relative;display: inline-block;zoom: 1;*display: inline;font-size: 12px;color: #ccc;cursor: pointer;}
  216. .select:after {content: '';position: absolute;display: block;border-style: solid;border-color: #000 transparent transparent;border-width: 6px 3px 0;position: absolute;top: 13px;right: 11px;}
  217. .select:hover,.select.in,.select.selected {color: #666;}
  218. .select:hover>div,.select.in>div {border-color: #0099cc;}
  219. .select>div {width: 279px;height: 32px;line-height: 30px;padding: 0 5px;border: 1px solid #dcdcdc;}
  220. .select>ul {display: none;width: 100%;max-height: 300px;overflow-y: auto!important;position: absolute;left: 0;top: 31px;border: 1px solid #0099cc;padding: 8px 0;background: #fff;z-index: 999;}
  221. .select>ul::-webkit-scrollbar{width:4px;}
  222. .select>ul.top {top: auto;bottom: 31px;}
  223. .select>ul span {display: block;width: 277px;height: 28px;line-height: 28px;padding: 0 5px;}
  224. .select>ul span:hover {background: #0099cc;color: #fff;}
  225. .select span.haschild {color: #ccc;}
  226. .select i {display: inline-block;zoom: 1;*display: inline;height: 28px;line-height: 28px;width: 20px;font-style:normal;}
  227. /****************************** page ******************************/
  228. .page {font-size: 12px;height: 30px;}
  229. .page>a {font-family: "arial";}
  230. .page a {display: block;float: left;width: 30px;height: 30px;line-height: 28px;;border: 1px solid #ddd;text-align: center;border-right: 0;}
  231. .page a:hover {color: #fff!important;background: #28b5d6;border-color: #28b5d6;}
  232. .page .pages {color: #333;float: left;}
  233. .page .pages .in {color: #fff;background: #0099cc;border-color: #0099cc;}
  234. .page_fonts {float: left;line-height: 30px;margin-right: 20px;color: #888;}
  235. .page>a:last-child {border-right: 1px solid #ddd;}
  236. /****************************** title_bar ******************************/
  237. .title_bar {font-size: 14px;padding: 7px 18px;line-height: 1.4;background: #f5f6fa;border: 1px solid #e1e6eb;}
  238. /****************************** dialog ******************************/
  239. .mask {display: none;position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 99999;background: #000;}
  240. .dialog {display: none;width: 600px;border: 1px solid #aaa;background: #fff;position: fixed;top: 50%;margin-top: -105px;left: 50%;margin-left: -300px;z-index: 999999;}
  241. .dialog_tit {height: 43px;line-height: 43px;padding: 0 20px;color: #666;}
  242. .dialog_close {color: #ccc;float: right;line-height: 43px!important;}
  243. .dialog_close:hover {color: #999;}
  244. .dialog_content {line-height: 32px;;padding: 30px 40px;border-top: 1px solid #f3f3f3;border-bottom: 1px solid #f3f3f3;color: #000;}
  245. .dialog_content i {font-size: 32px;vertical-align: middle;}
  246. .dialog_content .icon-check-circle {color: #0099cc;}
  247. .dialog_content .icon-exclamation-circle {color: #ff8800;}
  248. .dialog_content .text {padding: 0 18px;font-size: 16px;}
  249. .dialog_prompt .dialog_tit {color: #333;}
  250. .dialog_prompt .dialog_content {padding: 20px 40px;}
  251. .dialog_prompt .dialog_content p {padding: 0 45px;font-size: 12px;color: #b8b8b8;}
  252. .dialog_btn {height: 72px;line-height: 72px;padding: 20px;}
  253. .dialog_confirm {float: right;}
  254. .dialog_cancel {float: right;margin-left: 10px;}
  255. .dialog_check .dialog_check_tit {display: block;float: left;width: 70px;text-align: center;}
  256. .dialog_check .dialog_check_box {float: right;width: 448px;}
  257. .dialog_check .dialog_check_box p {padding: 0;}
  258. .dialog_check .dialog_check_box .dialog_check_content {border: 1px solid #dbdbdb;line-height: 30px;padding: 0 7px;}
  259. .dialog_check .dialog_check_box .dialog_check_content .icon-plus-square {font-size: 20px;vertical-align: middle;display: inline-block;zoom: 1;*display: inline;margin-top: -3px;color: #939393;}
  260. .dialog_check .dialog_check_box .dialog_check_content .icon-plus-square:hover {color: #666;}
  261. .dialog_check .dialog_check_box .dialog_check_content input {width: auto;max-width: 80px;height: 20px;vertical-align: middle;display: inline-block;zoom: 1;*display: inline;margin-top: -3px;padding: 0 5px;display: none;margin-right: 10px;font-size: 12px;}
  262. .dialog_check .dialog_check_box .dialog_check_content span {font-size: 12px;display: inline-block;zoom: 1;*display: inline;background: #eee;border-radius: 3px;height: 20px;line-height: 20px;color: #b0b0b0;padding: 0 13px 0 6px;position: relative;margin-right: 10px;}
  263. .dialog_check .dialog_check_box .dialog_check_content span:hover {background: #666;color: #b0b0b0;}
  264. .dialog_check .dialog_check_box .dialog_check_content span i {display: block;width: 7px;height: 7px;background: url(../img/close.png) no-repeat;cursor: pointer;position: absolute;right: 3px;top: 3px;}
  265. /****************************** table ******************************/
  266. .table table {color: #666;width: 100%;border: 1px solid #e1e6eb;border-bottom: 0;font-size: 12px;}
  267. .table table tr {background: #fff;text-align: center;border-bottom: 1px solid #e1e6eb;}
  268. .table table th {background: #f5f6fa;height: 37px;padding: 0 15px;}
  269. .table table td {height: 50px;}
  270. .table table tbody tr:hover,.table table tbody tr.in {background: #f9f9fa;}
  271. .table table th.sort {cursor: pointer;}
  272. .table table th.sort span {position: relative;}
  273. .table table th.sort .icon_sort {position: absolute;right: -15px;top: 2px;height: 100%;font-size: 14px;display: none;}
  274. .table table th.sort .icon_sort i {display: block;height: 1px;}
  275. .table table th.sort .icon_sort.asc,.table table th.sort .icon_sort.desc {display: block;}
  276. .table table th.sort .icon_sort.asc .icon-sort-asc {color: #2d2b2c;}
  277. .table table th.sort .icon_sort.asc .icon-sort-desc {color: #ccc;}
  278. .table table th.sort .icon_sort.desc .icon-sort-asc {color: #ccc;}
  279. .table table th.sort .icon_sort.desc .icon-sort-desc {color: #2d2b2c;}
  280. .table td .blue {padding: 0 5px;}
  281. /****************************** time ******************************/
  282. #laydate_box, #laydate_box *{-moz-box-sizing: content-box; -webkit-box-sizing: content-box; -o-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box;}
  283. /****************************** title ******************************/
  284. .title {height: 45px;line-height: 44px;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
  285. .title span {padding-left: 15px;margin-left: 2px;border-left: 2px solid #88b7e0;color: #2d2b2c;height: 15px;line-height: 15px;display: inline-block;zoom: 1;*display: inline;}
  286. /****************************** search ******************************/
  287. .search {position: relative;width: 281px;height: 32px;line-height: 30px;border: 1px solid #dcdcdc;}
  288. .search input[type=text] {width: 240px;padding: 0 10px;border: 0;font-size: 12px;}
  289. .search .icon-search {display: block;position: absolute;right: 0;top: 0;height: 30px;width: 40px;text-align: center;line-height: 30px;transition: transform .3s;}
  290. .search .icon-search:hover {transform:scale(1.1);}
  291. /****************************** prompt ******************************/
  292. .ui_prompt {line-height: 2;border-left: 4px solid #edd28a;background: #fcf8e2;padding: 6px 20px;overflow: hidden;color: #9d7437;}
  293. .ui_prompt p {font-size: 12px;}
  294. .ui_prompt p a {color: #2f81ce;}
  295. .ui_prompt .ui_prompt_tit {color: #9d7437;}
  296. /****************************** grid ******************************/
  297. .row {*zoom:1;}
  298. .row:after {content: ".";display: block;height:0;clear:both;visibility: hidden;}
  299. .row.row-ellipsis *[class^=col-] {text-overflow: ellipsis;white-space:nowrap;overflow: hidden;}
  300. .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-20,.col-21,.col-22,.col-23,.col-24 {min-height:1px;float:left;}
  301. .col-24 {width:100%;}
  302. .col-23 {width:95.83333333%;}
  303. .col-22 {width:91.66666667%;}
  304. .col-21 {width:87.5%;}
  305. .col-20 {width:83.33333333%;}
  306. .col-19 {width:79.16666667%;}
  307. .col-18 {width:75%;}
  308. .col-17 {width:70.83333333%;}
  309. .col-16 {width:66.66666667%;}
  310. .col-15 {width:62.5%;}
  311. .col-14 {width:58.33333333%;}
  312. .col-13 {width:54.16666667%;}
  313. .col-12 {width:50%;}
  314. .col-11 {width:45.83333333%;}
  315. .col-10 {width:41.66666667%;}
  316. .col-9 {width:37.5%;}
  317. .col-8 {width:33.33333333%;}
  318. .col-7 {width:29.16666667%;}
  319. .col-6 {width:25%;}
  320. .col-5 {width:20.83333333%;}
  321. .col-4 {width:16.66666667%;}
  322. .col-3 {width:12.5%;}
  323. .col-2 {width:8.33333333%;}
  324. .col-1 {width:4.16666667%;}
  325. .col-offset-24 {margin-left:100%;}
  326. .col-offset-23 {margin-left:95.83333333%;}
  327. .col-offset-22 {margin-left:91.66666667%;}
  328. .col-offset-21 {margin-left:87.5%;}
  329. .col-offset-20 {margin-left:83.33333333%;}
  330. .col-offset-19 {margin-left:79.16666667%;}
  331. .col-offset-18 {margin-left:75%;}
  332. .col-offset-17 {margin-left:70.83333333%;}
  333. .col-offset-16 {margin-left:66.66666667%;}
  334. .col-offset-15 {margin-left:62.5%;}
  335. .col-offset-14 {margin-left:58.33333333%;}
  336. .col-offset-13 {margin-left:54.16666667%;}
  337. .col-offset-12 {margin-left:50%;}
  338. .col-offset-11 {margin-left:45.83333333%;}
  339. .col-offset-10 {margin-left:41.66666667%;}
  340. .col-offset-9 {margin-left:37.5%;}
  341. .col-offset-8 {margin-left:33.33333333%;}
  342. .col-offset-7 {margin-left:29.16666667%;}
  343. .col-offset-6 {margin-left:25%;}
  344. .col-offset-5 {margin-left:20.83333333%;}
  345. .col-offset-4 {margin-left:16.66666667%;}
  346. .col-offset-3 {margin-left:12.5%;}
  347. .col-offset-2 {margin-left:8.33333333%;}
  348. .col-offset-1 {margin-left:4.16666667%;}
  349. .col-offset-0 {margin-left:0;}
  350. /****************************** title ******************************/
  351. h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.1;color:inherit}
  352. h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small{font-weight:normal;line-height:1;color:#999}
  353. h1,h2,h3{margin-top:20px;margin-bottom:10px}
  354. h1 small,h2 small,h3 small,h1 .small,h2 .small,h3 .small{font-size:65%}
  355. h4,h5,h6{margin-top:10px;margin-bottom:10px}
  356. h4 small,h5 small,h6 small,h4 .small,h5 .small,h6 .small{font-size:75%}
  357. h1{font-size:36px}
  358. h2{font-size:30px}
  359. h3{font-size:24px}
  360. h4{font-size:18px}
  361. h5{font-size:14px}
  362. h6{font-size:12px}
  363. /****************************** emphasized ******************************/
  364. small{font-size:85%}
  365. b,strong {font-weight: bold}
  366. em{font-style:italic}
  367. cite{font-style:normal}
  368. mark{color:#000;background:#ff0}
  369. dfn{font-style: italic;}
  370. del{font-family:Simsun}
  371. code,kbd,pre,samp {font-family: monospace, serif;font-size: 1em}
  372. pre{white-space: pre-wrap}
  373. .uppercase{text-transform:uppercase}
  374. .lowercase{text-transform:lowercase}
  375. .capitalize{text-transform:capitalize}
  376. /****************************** list ******************************/
  377. .list_inline:after {content: "";display: block;height:0;clear:both;visibility: hidden;}
  378. .list_inline {*zoom:1;overflow: hidden;}
  379. .list_inline li {float: left;}
  380. .litpic_show, .file_show{margin:5px 5px 5px 0px;}
  381. .litpic_btn, .file_btn, .btn_up{width:80px; height:30px; font-size:14px;
  382. position: relative;overflow: hidden;line-height:30px;color:#fff;
  383. text-align:center;vertical-align:middle;cursor:pointer;
  384. background-color:#368ee0;border:1px solid #cccccc;border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  385. border-bottom-color:#b3b3b3;}
  386. .litpic_btn input, .file_btn input, .btn_up input{position: absolute;top: 0; right: 0; margin: 0;border: solid transparent;opacity: 0;filter:alpha(opacity=0);
  387. cursor: pointer;}
  388. .litpic_tip, .picture_tip, .file_tip{line-height:22px; margin:10px 0; padding:0px 5px; font-size:12px;background-color: #b1ebb1;}
  389. .picture_item{width:120px; height:120px; border: 1px solid #cccccc; padding: 2px; float: left; position: relative; overflow: hidden; margin-right: 5px;}
  390. .picture_item img{position: relative; z-index: 1;}
  391. .picture_item .picture_del{width:40px; height: 20px; line-height: 20px; text-align: center; font-size: 12px; color:#fff; cursor:pointer; background-color: #0099cc; position:absolute; z-index: 2; right: 2px; bottom: 2px;display: none;}
  392. .picture_item .picture_go_up{width:40px; height: 20px; line-height: 20px;text-align: center;font-size: 12px; color:#fff; cursor:pointer; background-color: #0099cc; position:absolute; z-index: 2; left: 2px; bottom: 2px; display: none;}
  393. .picture { margin-top: 10px;}
  394. .picture_batch{width:120px; height:120px; border: 1px solid #cccccc; padding: 2px; float: left; position: relative; overflow: hidden; margin-right: 5px;}
  395. .picture_batch img{position: relative; z-index: 1;}
  396. .picture_batch .picture_del{width:40px; height: 20px; line-height: 20px; text-align: center; font-size: 12px; color:#fff; cursor:pointer; background-color: #0099cc; position:absolute; z-index: 2; right: 2px; bottom: 2px;display: none;}
  397. .picture_batch .picture_go_up{width:40px; height: 20px; line-height: 20px;text-align: center;font-size: 12px; color:#fff; cursor:pointer; background-color: #0099cc; position:absolute; z-index: 2; left: 2px; bottom: 2px; display: none;}
  398. .input_batch{float: left; border-bottom: 1px solid #e7e6ec; height: 120px;}
  399. .input_batch .layui-form-label{ width: 70px;}
  400. .input_batch .item{ margin: 15px 0px;}
  401. /*browse file*/
  402. .bf_picture_preview{max-width: 80%; display: none; overflow: hidden;left:0;top:0; z-index:10;}
  403. .copy{ height: 30px; line-height: 30px; width: 100%; text-align: center; color: #999; margin-top:10px; }
  404. *html .bf_picture_preview{position:absolute;left:expression(eval(document.documentElement.scrollLeft));top:expression(eval(document.documentElement.scrollTop))}
  405. .submitbtn{background: #f7f7f7; width: 100%; position:fixed ; bottom:0px; z-index: 9999999; }
  406. .submitbtn .btn{margin: 5px;}