説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

main.css 78KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377
  1. @charset "utf-8";
  2. * { word-wrap: break-word; outline: none; }
  3. body { background: #FFF; min-width: 1000px; }
  4. html, body { height: 100%; overflow: hidden; }
  5. html { -webkit-text-size-adjust: none; }
  6. body, td, input, textarea, select,
  7. button { color: #555; font-size: 13px; font-family: "Microsoft Yahei", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; }
  8. body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; }
  9. ul, ol, li { list-style-image: none; list-style-type: none; }
  10. h1, h2, h3, h4, h5, h6 { font-size: 12px; }
  11. a { color: #3b639f; text-decoration: none; blr:expression(this.onFocus=this.blur()) }
  12. a:hover { color: #CD0200; text-decoration: none; }
  13. a img { border: none; }
  14. em, cite, th { font-style: normal; font-weight: normal; }
  15. table { border-collapse: collapse; }
  16. th { text-align: left; }
  17. input, button, select, textarea { outline: none; margin: 0px; padding:0px;}
  18. i.fa { font-size: 14px; vertical-align: baseline; margin-right: 4px; }/*字体图标属性*/
  19. .tl { text-align: left; }
  20. .tc { text-align: center; }
  21. .tr { text-align: right; }
  22. .nobg { background-color: transparent !important; background-image: none !important; }
  23. .nopd { padding: 0!important; }
  24. .nobd { border-width: 0!important; border-color: transparent!important; border-style: none!important; border-radius: 0!important; }
  25. .nobs, .nobs:hover { box-shadow: none!important; }
  26. .none {display: none;}
  27. .blocki{ display:inline-block !important; }
  28. i,em{ font-style: normal; }
  29. /* ==========================
  30. * 为旧版本浏览器格式化Html5元素
  31. * ========================== */
  32. article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }
  33. /*长度高度
  34. ******************************/
  35. .w10 { width: 10px; }
  36. .w20 { width: 20px; }
  37. .w30 { width: 30px; }
  38. .w40 { width: 40px !important; }
  39. .w50 { width: 50px !important; }
  40. .w60 { width: 60px !important; }
  41. .w65 { width: 65px !important; }
  42. .w70 { width: 70px !important; }
  43. .w80 { width: 80px !important; }
  44. .w90 { width: 90px; }
  45. .w100 { width: 100px !important; }
  46. .w110 { width: 110px !important; }
  47. .w120 { width: 120px !important; }
  48. .w130 { width: 130px !important; }
  49. .w150 { width: 150px !important; }
  50. .w160 { width: 160px; }
  51. .w180 { width: 180px; }
  52. .w200 { width: 200px !important; }
  53. .w210 { width: 210px !important; }
  54. .w230 { width: 230px; }
  55. .w240 { width: 240px; }
  56. .w250 { width: 250px !important; }
  57. .w270 { width: 270px; }
  58. .w300 { width: 300px !important; }
  59. .w350 { width: 350px; }
  60. .w340 { width: 340px; }
  61. .w400 { width: 400px!important; }
  62. .w450 { width: 450px!important; }
  63. .w500 { width: 500px; }
  64. .w600 { width: 600px !important; }
  65. .w700 { width: 700px; }
  66. .w780 { width: 780px; }
  67. .w800 { width: 800px; }
  68. /*边距
  69. ******************************/
  70. .m0 { margin: 0!important; }
  71. .m10 { margin: 10px; }
  72. .m15 { margin: 15px !important; }
  73. .m30 { margin: 30px; }
  74. .mt5 { margin-top: 5px; }
  75. .mt10 { margin-top: 10px !important; }
  76. .mt15 { margin-top: 15px; }
  77. .mt20 { margin-top: 20px !important; }
  78. .mt30 { margin-top: 30px !important; }
  79. .mt50 { margin-top: 50px !important; }
  80. .mt100 { margin-top: 100px; }
  81. .mb5 { margin-bottom: 5px !important; }
  82. .mb10 { margin-bottom: 10px !important; }
  83. .mb15 { margin-bottom: 15px; }
  84. .mb20 { margin-bottom: 20px; }
  85. .mb30 { margin-bottom: 30px !important; }
  86. .mb50 { margin-bottom: 50px; }
  87. .mb100 { margin-bottom: 100px; }
  88. .ml5 { margin-left: 5px!important; }
  89. .ml10 { margin-left: 10px!important; }
  90. .ml15 { margin-left: 15px; }
  91. .ml20 { margin-left: 20px; }
  92. .ml30 { margin-left: 30px; }
  93. .ml50 { margin-left: 50px; }
  94. .ml100 { margin-left: 100px !important; }
  95. .ml200 { margin-left: 200px !important; }
  96. .mr5 { margin-right: 5px !important; }
  97. .mr10 { margin-right: 10px !important; }
  98. .mr15 { margin-right: 15px !important; }
  99. .mr20 { margin-right: 20px; }
  100. .mr30 { margin-right: 30px !important; }
  101. .mr50 { margin-right: 50px !important; }
  102. .mr100 { margin-right: 100px; }
  103. /*边距
  104. ******************************/
  105. .p10 { padding: 10px; }
  106. .p15 { padding: 15px; }
  107. .p30 { padding: 30px; }
  108. .pt5 { padding-top: 5px; }
  109. .pt10 { padding-top: 10px; }
  110. .pt15 { padding-top: 15px; }
  111. .pt20 { padding-top: 20px; }
  112. .pt30 { padding-top: 30px; }
  113. .pt50 { padding-top: 50px; }
  114. .pt100 { padding-top: 100px; }
  115. .pb5 { padding-bottom: 5px; }
  116. .pb10 { padding-bottom: 10px; }
  117. .pb15 { padding-bottom: 15px; }
  118. .pb20 { padding-bottom: 20px !important; }
  119. .pb30 { padding-bottom: 30px; }
  120. .pb50 { padding-bottom: 50px; }
  121. .pb100 { padding-bottom: 100px; }
  122. .pl5 { padding-left: 5px; }
  123. .pl10 { padding-left: 10px; }
  124. .pl15 { padding-left: 15px; }
  125. .pl20 { padding-left: 20px; }
  126. .pl30 { padding-left: 30px; }
  127. .pl50 { padding-left: 50px; }
  128. .pl100 { padding-left: 100px; }
  129. .pr5 { padding-right: 5px; }
  130. .pr10 { padding-right: 10px; }
  131. .pr15 { padding-right: 15px; }
  132. .pr20 { padding-right: 20px; }
  133. .pr30 { padding-right: 30px; }
  134. .pr50 { padding-right: 50px; }
  135. .pr100 { padding-right: 100px; }
  136. .fl{ float: left; }
  137. .fr{ float: right; }
  138. /* 返回顶部、底部控制 */
  139. #goTop { background-color: #FFF; border-radius: 4px; width: 32px; height: 64px; border: solid 1px #E6E6E6; position: fixed; z-index: 99; bottom: -166px; right: 10px; overflow: hidden; opacity: 0.5; box-shadow: 0 0 10px 0 rgba(153,153,153,0.25); }
  140. #goTop:hover { opacity: 1; box-shadow: 0 0 0 2px rgba(153,153,153,0.075); }
  141. #goTop a { color: #CCC; text-align: center; display: block; width: 32px; height: 32px; margin-top: -1px; border-top: dashed 1px #E6E6E6; cursor: pointer; }
  142. #goTop a i { font-size: 28px; line-height: 32px; margin: 0; }
  143. #goTop a:hover { color: #1bbc9d; }
  144. /*debug*/
  145. .trace { font-family: Verdana, Geneva, sans-serif; font-size: 12px; background: #FAFAFA; margin: 6px; border: 1px dashed #E7E7E7; padding: 8px; }
  146. .trace fieldset { margin: 5px; }
  147. .trace fieldset legend { color: #333; font-weight: bold }
  148. .trace fieldset div { line-height: 16px; padding: 10px; overflow: auto; height: 300px; text-align: left; }
  149. .nc-row { font-size: 0!important; *word-spacing:-1px/*IE6、7*/;}
  150. .nc-row li { font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block!important; *display: inline/*IE7*/; *zoom:1/*IE7*/;}
  151. .clear { font-size: 0; line-height: 0; height: 0; clear: both; float: none; padding: 0; margin: 0; border: 0; zoom: 1; }
  152. /* ==========================
  153. * 定义部分jquery ui样式
  154. * ========================== */
  155. /*title文字提示*/
  156. .ui-tooltip { color: #FFF !important; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5333333', endColorstr='#E5333333')!important;
  157. background: rgba(51,51,51,0.9) !important; border: 0!important; box-shadow: 0 0 5px rgba(0,0,0,0.25)!important; }
  158. /*用于picTip.js配合图片显示
  159. ******************************/
  160. .trans_msg { background-color: #FFF; padding: 4px; border: solid 1px #CCC; box-shadow: 0 0 0 2px rgba(153,153,153,0.1); filter: alpha(opacity=100, enabled=1) revealTrans(duration=.2, transition=1) blendtrans(duration=.2); }
  161. .trans_msg img { display: block; max-width: 150px; max-height: 150px; }
  162. .warp-all { width: 1000px; margin: 0 auto; }
  163. /*dialog弹出框*/
  164. .dialog_wrapper { padding: 0 !important; border-radius: 0 !important; box-shadow: 0 0 10px rgba(0,0,0,0.25) !important; }
  165. .dialog_body { border: solid 1px #C8C8C8!important; }
  166. .dialog_head { border-bottom: none!important; }
  167. .dialog_title { height: 24px!important; }
  168. .dialog_title_icon { font-size: 16px!important; font-weight: normal!important; line-height: 24px!important; color: #333!important; }
  169. .dialog_close_button { font-size: 12px!important; line-height: 20px!important; color: #999!important; background-color: #F5F5F5!important; text-align: center!important; width: 20px!important; height: 20px!important; border: none!important; border-radius: 50%!important; position: absolute!important; right: 10px!important; top: 8px!important; }
  170. .dialog_close_button:hover { color: #FFF!important; background-color: #F33!important; }
  171. .highcharts-container { margin-top: 20px !important; border: solid 1px #D7D7D7!important; box-shadow: 0 0 0 2px rgba(204,204,204,0.25); }
  172. .highcharts-container .highcharts-title { display: block!important; width: 100% !important; }
  173. .highcharts-container .highcharts-title tspan { font-size: 16px !important; font-weight: normal !important; position: absolute!important; z-index: 1!important; top: 0!important; left: 0!important; }
  174. /*表单元素样式*/
  175. input[type="text"],
  176. input[type="password"],
  177. textarea,
  178. select,
  179. .editable,
  180. .editable-tarea { color: #555555; background-color : #FFF; border: solid 1px #ccc; transition: border linear .2s, box-shadow linear .2s; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  181. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  182. -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  183. transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}
  184. input[type="text"],
  185. input[type="password"],
  186. textarea,
  187. select,
  188. .editable,
  189. .editable2,
  190. .editable-tarea,
  191. .editable-tarea2 { padding: 4px 6px; /*Firefox\Chrome\Safari\IE9\元素圆角效果*/ resize: none;/*禁止调节元素的尺寸*/ }
  192. input[type="text"]:focus,
  193. input[type="text"]:hover,
  194. input[type="text"]:active,
  195. input[type="password"]:focus,
  196. input[type="password"]:hover,
  197. input[type="password"]:active,
  198. textarea:hover,
  199. textarea:focus,
  200. textarea:active { color: #33464F; background-color: #fff; border: 1px solid; border-color:rgba(82,168,236,0.8); -moz-box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); -webkit-box-shadow: 0 0 0 0 2px rgba(82, 168, 236, 0.15); box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); outline: 0 none; }
  201. input[disabled="disabled"],
  202. input[readonly="readonly"],
  203. input[disabled="disabled"]:hover,
  204. input[readonly="readonly"]:hover,
  205. input[disabled="disabled"]:focus,
  206. input[readonly="readonly"]:focus { background: #F5F5F5; border-color: #D7D7D7; box-shadow: none; }
  207. .editable2,
  208. .editable-tarea2 { color: #33464F; background-color: #FFF; border: 1px dotted; border-color: #71CBEF; }
  209. textarea { resize: vertical !important;/*Textarea支持调节元素的高度*/ }
  210. .editable,
  211. .editable2,
  212. input[type="text"],
  213. input[type="password"] { line-height: 20px; white-space: nowrap; display: inline-block; height: 20px; overflow: hidden; cursor: text; font-size: 13px }
  214. .editable-tarea,
  215. .editable-tarea2,
  216. textarea { line-height: 18px; display: inline-block; height: 36px; cursor: text; overflow: auto; }
  217. .tarea { height: 75px; width: 400px; }
  218. .txt,
  219. select,
  220. .vmiddle { vertical-align: middle; }
  221. .sort input,
  222. .sort .editable,
  223. .sort .editable2 { width: 36px; margin-top: -5px; text-align: center;}
  224. .name input,
  225. .name .editable,
  226. .name .editable2 { width: 250px; }
  227. .tag input,
  228. .tag .editable,
  229. .tag .editable2 { width: 480px; }
  230. .goods-name textarea,
  231. .editable-tarea,
  232. .editable-tarea2 { width: 250px; }
  233. .class input,
  234. .class .editable,
  235. .class .editable2 { width: 120px; }
  236. input.readonly,
  237. textarea.readonly,
  238. textarea.readonly:focus,
  239. textarea.readonly:hover,
  240. input.readonly:focus,
  241. input.readonly:hover { backgorund: #FFF; border: solid 1px; border-color: #EEE #F5F5F5 #F5F5F5 #EEE; }
  242. .checkbox { display: inline-block; vertical-align: middle; margin-right: 4px; zoom: 1; }
  243. .input-file-show { background-color: #FFF; vertical-align:middle; display: inline-block; padding-left: 26px; border: solid 1px #D7D7D7; border-radius: 4px; position: relative; z-index: 1; }
  244. .input-file-show:hover { border-color: #00B7EE; -moz-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); -webkit-box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); box-shadow: 0 0 5px rgba(44, 188, 163, 0.5); }
  245. .input-file-show span.show { width: 22px; height: 24px; text-align: center; padding: 2px; position: absolute; z-index: 2; top: 0; left: 0; }
  246. .input-file-show span.show a { color: #AAA; display: block; width: 22px; height: 22px; }
  247. .input-file-show:hover span.show a,
  248. .input-file-show span.show a:hover { color: #00B7EE; text-decoration: none; }
  249. .input-file-show span.show i { font-size: 14px; line-height: 24px; display: block; }
  250. .input-file-show span.show img { max-width: 22px; max-height: 24px; }
  251. .type-file-box { display: block; width: 360px; height: 28px; position: relative; z-index: 1; }
  252. .type-file-text { line-height: 26px !important; display: block; width: 261px; height: 26px !important; float: left !important; padding: 0 !important; margin: 0 !important; border: none 0 !important; border-radius: 0 !important; }
  253. .type-file-button,
  254. .type-file-button:focus { background-color: #E6E6E6; display: block; width: 99px; height: 28px; float: left !important; border: 0; border-radius: 0 3px 3px 0; }
  255. .input-file-show:hover .type-file-button { color: #FFF; background-color: #00B7EE; }
  256. .type-file-file { width: 362px; height: 28px; position: absolute; top: 0; right: 0; filter:alpha(opacity:0);
  257. opacity: 0; cursor: pointer; }
  258. .type-file-preview { background: #FFF; display: none; padding: 5px; border: solid 5px #71CBEF; position: absolute; z-index: 999; }
  259. .image_display .type-file-show { width: 16px; height: 16px; padding: 2px; border: solid 1px #D8D8D8; cursor: auto; }
  260. /*按钮*/
  261. a.ncap-btn-mini { font: normal 12px/20px arial; color: #777; background-color: #F5F5F5; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 0 10px; margin-right: 2px; border: solid 1px #DCDCDC; cursor: pointer; }
  262. a.ncap-btn-dis { font: normal 12px/20px "microsoft yahei"; text-decoration: none; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 2px 9px; border: solid 1px; border-radius: 3px;background-color:#c5c5c5;color:rgb(119, 119, 119);border-color:#c5c5c5; cursor: auto;text-decoration: none;}
  263. a:hover.ncap-btn-mini { text-decoration: none; color: #333; background-color: #E6E6E6; border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF; }
  264. a.ncap-btn { font: normal 12px/20px "microsoft yahei"; text-decoration: none; color: #777; background-color: #F5F5F5; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 2px 9px; border: solid 1px; border-color: #DCDCDC #DCDCDC #B3B3B3 #DCDCDC; border-radius: 3px; cursor: pointer; }
  265. a:hover.ncap-btn { text-decoration: none; color: #333; background-color: #E6E6E6; border-color: #CFCFCF #CFCFCF #B3B3B3 #CFCFCF; }
  266. a.ncap-btn-big { font: bold 14px/20px "microsoft yahei", arial; color: #777; background-color: #ECF0F1; text-align: center; vertical-align: middle; display: inline-block; height: 20px; padding: 7px 19px; border: solid 1px #BEC3C7; border-radius: 3px; cursor: pointer; }
  267. a:hover.ncap-btn-big { text-decoration: none; color: #FFF; background-color: #BEC3C7; box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15); }
  268. a.ncap-btn-mini i,
  269. a.ncap-btn i,
  270. a.ncap-btn-big i { font-size: 14px; vertical-align: baseline; margin-right: 4px; }
  271. a.ncap-btn-blue,
  272. a.ncap-btn-acidblue,
  273. a.ncap-btn-green,
  274. a.ncap-btn-orange,
  275. a.ncap-btn-red,
  276. a.ncap-btn-black,
  277. a:hover.ncap-btn-blue,
  278. a:hover.ncap-btn-acidblue,
  279. a:hover.ncap-btn-green,
  280. a:hover.ncap-btn-orange,
  281. a:hover.ncap-btn-red,
  282. a:hover.ncap-btn-black,
  283. .nscs-table-handle a.btn-orange-current { color: #FFF; text-shadow: 0 -1px 0 rgba(0,0,0,0.10); }
  284. a.ncap-btn-blue { background-color: #3598DC; border-color: #2A80B9; }
  285. a.ncap-btn-acidblue,
  286. .nscs-table-handle a:hover.btn-acidblue { background-color: #49AFCD; border-color: #429DB8 #429DB8 #37839A #429DB8; }
  287. a.ncap-btn-green { background-color: #4fc0e8; border-color: #3aa8cf; font-weight: normal;}
  288. a.ncap-btn-orange,
  289. .nscs-table-handle a:hover.btn-orange,
  290. .nscs-table-handle a.btn-orange-current { background-color: #FAA732; margin: 0; border-style: solid; border-width: 1px; border-color: #E1962D #E1962D #BB7D25 #E1962D !important; }
  291. a.ncap-btn-red,
  292. .nscs-table-handle a:hover.btn-red { background-color: #DA4F49; border-color: #C44742 #C44742 #A33B37 #C44742; }
  293. a.ncap-btn-black,
  294. .nscs-table-handle a:hover.btn-black { background-color: #363636; border-color: #313131 #313131 #282828 #313131; }
  295. a:hover.ncap-btn-blue { background-color: #2A80B9; }
  296. a:hover.ncap-btn-acidblue { background-color: #2F96B4; border-color: #2A87A2 #2A87A2 #237087 #2A87A2; }
  297. a:hover.ncap-btn-green { background-color: #3aa8cf; }
  298. a:hover.ncap-btn-orange { background-color: #F89406; border-color: #DF8505 #DF8505 #BA6F04 #DF8505; }
  299. a:hover.ncap-btn-red { background-color: #BD362F; border-color: #AA312A #AA312A #8E2823 #AA312A; }
  300. a:hover.ncap-btn-black { background-color: #222222; border-color: #1F1F1F #1F1F1F #191919 #1F1F1F; }
  301. /*上传按钮*/
  302. .ncap-upload-btn { vertical-align: top; display: inline-block; *display: inline/*IE7*/;
  303. margin-right: 10px; *zoom:1;
  304. position: relative; z-index: 1; }
  305. .ncap-upload-btn .input-file,
  306. .ncap-upload-btn .input-button { width: 84px; height: 26px; position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; filter: alpha(opacity=0); cursor: pointer; }
  307. .ncap-upload-btn .input-button { z-index: 1; }
  308. /*格式化jquery-ui*/
  309. #stat_tabs.ui-corner-all { border-radius: 0!important; margin-top: 10px; }
  310. #stat_tabs.ui-widget-content,
  311. #stat_tabs .ui-widget-content { background: transparent none!important; border: none 0!important; }
  312. #stat_tabs .ui-tabs,
  313. #stat_tabs .ui-tabs .ui-tabs-panel,
  314. #stat_tabs .ui-tabs .ui-tabs-nav { padding: 0!important; }
  315. #stat_tabs .ui-state-default { border: none 0!important; float: none!important; }
  316. #stat_tabs .ui-tabs-active .ui-tabs-anchor { font-size: 14px!important; font-weight: 600!important; color: #777 !important; background-color: #fff !important; border-bottom-color: #fff!important; }
  317. .ui-widget-header { background: transparent none!important; border: none 0!important;/*弹出框标题底色去除*/ }
  318. #ui-datepicker-div { z-index: 99!important;/*日期控件*/ }
  319. .area-region-select select { margin-right: 5px;}
  320. .area-region-select .input-btn { margin-left: 10px;}
  321. /* ==========================
  322. * 管理平台布局内容
  323. * ========================== */
  324. /* 头部
  325. ******************************/
  326. .admincp-header { width: 100%; position: relative; z-index: 2; height:51px;}
  327. .admincp-header .wraper{box-shadow: 0 2px 4px rgba(0,0,0,.08); height:48px;}
  328. .admincp-name { width: 192px; padding: 10px 0 6px 70px; float: left; text-shadow: 0 1px 3px rgba(0,0,0,0.25); }
  329. .admincp-name em{font: normal 27px "Microsoft Yahei";line-height: 27px;color: #fff;}
  330. .admincp-name h1 { font-family: Verdana, Geneva, sans-serif; font-size: 14px; line-height: 20px; font-weight: 700; color: #FFF; }
  331. .admincp-name h2 { font-size: 12px; line-height: 16px; color: #FFF; }
  332. .nc-module-menu { float: left; overflow: hidden; }
  333. .nc-module-menu ul { }
  334. .nc-module-menu ul li { line-height: 38px; height: 38px;}
  335. .nc-module-menu ul li a { font-size: 15px; line-height: 38px; display: block; opacity: 0.8; width:100%; text-align:center; color: #FFF;}
  336. .nc-module-menu ul li.active a {
  337. filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#26000000', endColorstr='#26000000'); background: rgba(0,0,0,0.15); opacity: 1;color:#ff8800 }
  338. .nc-module-menu ul li a:hover {
  339. filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#26FFFFFF', endColorstr='#26FFFFFF'); background: rgba(255,255,255,0.15); opacity: 1; }
  340. .admincp-header-r { float: right; }
  341. .admincp-header-r .manager,
  342. .admincp-header-r .operate { vertical-align: top; display: inline-block; *display: inline;
  343. *zoom: 1;
  344. }
  345. .admincp-header-r .manager { height: 30px; padding: 6px 0; position: relative; z-index: 2; }
  346. .admincp-header-r .manager dl {text-align: right; vertical-align: top; display: inline-block; *display: inline;
  347. margin-right: 10px; *zoom: 1;
  348. }
  349. .admincp-header-r .manager dt { line-height: 16px;font-size: 14px; }
  350. .admincp-header-r .manager dd { line-height: 16px; }
  351. .admincp-header-r .manager .avatar { background-color: transparent; vertical-align: top; display: inline-block; *display: inline;
  352. width: 32px; height: 34px; *zoom: 1;
  353. position: relative; z-index: 1; overflow: hidden; }
  354. .admincp-header-r .manager .avatar .admin-avatar-file { width: 32px; height: 32px; opacity: 0; filter: alpha(opacity=0); position: absolute; z-index: 2; top: 1px; left: 1px; cursor: pointer; }
  355. .admincp-header-r .manager .avatar img { height: 32px; width:32px; position: absolute; z-index: 1; top: 2px; left: 0;border-radius: 18px; }
  356. .admincp-header-r .manager .arrow { font-size: 0px; line-height: 0; vertical-align: top; display: inline-block; width: 0px; height: 0px; margin-left: 10px; margin-top: 15px; margin-right: 10px; border-width: 4px; border-color: #333 transparent transparent transparent; border-style: solid dashed dashed dashed; cursor: pointer; }
  357. .admincp-header-r .manager .arrow-close { font-size: 0px; line-height: 0; vertical-align: top; display: inline-block; width: 0px; height: 0px; margin-left: 10px; margin-top: 10px; margin-right: 10px; border-width: 4px; border-color: transparent transparent #333 transparent; border-style: dashed dashed solid dashed; cursor: pointer; }
  358. .admincp-header-r .manager-menu { background-color: #FFF; display: none; min-width: 220px; padding: 0 8px 8px 8px; border: solid 1px #D7D7D7; position: absolute; z-index: 2; right: 2px; top: 44px; box-shadow: 0 0 4px rgba(0,0,0, 0.25); }
  359. .admincp-header-r .manager-menu .title { line-height: 22px; height: 22px; margin-top: 8px; margin-bottom: 2px; border-bottom: dotted 1px #DDD; overflow: hidden; }
  360. .admincp-header-r .manager-menu .title h4 { font-weight: 600; font-size: 12px; color: #333; display: inline-block; }
  361. .admincp-header-r .manager-menu .title a { font-size: 0; background: transparent url(../images/combine_img.png) no-repeat; width: 60px; height: 16px; float: right; margin-top: 4px; border-radius: 2px; }
  362. .admincp-header-r .manager-menu .title a:hover { background-color: #999; }
  363. .admincp-header-r .manager-menu .title a.edit-password { background-position: 0px -260px; }
  364. .admincp-header-r .manager-menu .title a.add-menu { background-position: -60px -260px; }
  365. .admincp-header-r .manager-menu .title a:hover.edit-password { background-position: -0px -240px; }
  366. .admincp-header-r .manager-menu .title a:hover.add-menu { background-position: -60px -240px; }
  367. .admincp-header-r .manager-menu .login-date { font-size: 11px; font-family: Tahoma; color: #555; padding: 0 8px; }
  368. .admincp-header-r .manager-menu .login-date span { color: #999; display: block; }
  369. .admincp-header-r .manager-menu li { width: 50%; }
  370. .admincp-header-r .manager-menu li a { line-height: 24px; color: #777; padding-left: 8px; }
  371. .admincp-header-r .operate { height: 48px; border-left: solid 1px rgba(255,255,255,0.25); box-shadow: -1px 0 0 rgba(0,0,0,0.15); }
  372. .admincp-header-r .operate li { width: 48px; position: relative; z-index: 1; }
  373. .admincp-header-r .operate li:hover {
  374. filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#26FFFFFF', endColorstr='#26FFFFFF'); background: rgba(255,255,255,0.15); }
  375. .admincp-header-r .operate li a { font-size: 0; background: url(../images/combine_img.png) no-repeat; display: block; width: 48px; height: 48px; position: relative; z-index: 1; }
  376. .admincp-header-r .operate li a.sitemap { background-position: 0 -180px; }
  377. .admincp-header-r .operate li a.style-color { background-position: -50px -180px; }
  378. .admincp-header-r .operate li a.homepage { background-position: -100px -180px; }
  379. .admincp-header-r .operate li a.login-out { background-position: -150px -180px; }
  380. .admincp-header-r .operate li a.toast { background-position: -192px -180px; }
  381. .admincp-header-r .operate li a em,.update em { font-size: 10px; font-weight: 600; line-height: 14px; color: #FFF; background-color: #F30; text-align: center; display: block; min-width: 10px; height: 14px; padding: 0 2px; border: solid 2px #FFF; border-radius: 9px; position: absolute; z-index: 1; top: 2px; right: 1px; -webkit-animation: twinkling 1s infinite ease-in-out; }
  382. .update em{ float:right;margin: 16px 20px 0 0;}
  383. @-webkit-keyframes 'twinkling' { /*透明度由0到1*/
  384. 0% {
  385. opacity:0; /*透明度为0*/
  386. }
  387. 100% {
  388. opacity:1; /*透明度为1*/
  389. }
  390. }
  391. .admincp-header-r .operate li .sub-menu { position: absolute; z-index: 1; }
  392. /* 头部样式 */
  393. div.bgSelector { width: 100%; text-align: left; display: none; }
  394. div.bgSelector div#bgColorSelector { width: 100%; overflow: hidden; }
  395. div.bgSelector div#bgColorSelector #bscParent { position: relative; width: 100%; height: 100%; overflow: hidden; z-index: 9998; }
  396. div.bgSelector div#bgColorSelector #bscParent #bscDrag img { position: relative; z-index: -1; width: 47px; height: 35px; cursor: ew-resize }
  397. div.bgSelector div#bgColorSelector #bscParent #bscDrag { position: absolute; left: 0; float: left; z-index: 9999; }
  398. div.bgSelector div#bgColorSelector #bscParent #bscDrop { width: 100%; margin: 0; padding: 0; }
  399. div.bgSelector div#bgColorSelector #bscParent #bscDrop td { margin: 0; padding: 0; }
  400. div.bgSelector div#bgColorSelector #bscParent #bscDrop td span { display: block; width: 100%; }
  401. .alert_img { position: absolute; top: 85px; z-index: 9; left: 736px; }
  402. div.nav2Panel { width: 890px; height: 38px; padding: 0 30px; z-index: 999; margin: -5px auto 0; background-color: #fcfcfc; border: 1px #dee0df solid; border-top: 0; }
  403. #foldSidebar { width: 16px; height: 16px; position: absolute; z-index: 99;bottom: 20px;left: 18px; }
  404. #foldSidebar i { cursor: pointer; background: url(../images/sprite_leftMenu.png) no-repeat 0 -50px;height: 18px;width: 20px; display: inline-block; }
  405. /* 容器
  406. ******************************/
  407. .admincp-container { background-color: transparent; height: 100%; position: relative; z-index: 4; }
  408. .admincp-container-right { background-color: #FFF; position: absolute; z-index: 1; top: 0px; right: 0; bottom: 0; left: 200px; }
  409. .admincp-container-right .top-border {}
  410. .fold .admincp-container-right { background-color: #FFF; position: absolute; z-index: 1; top: 0px; right: 0; bottom: 0; left: 0px; }
  411. .flexigrid { margin-top: 10px; position: relative; z-index: 1; overflow: hidden; }
  412. /*f表格标题块*/
  413. .flexigrid .mDiv { background-color: #FFF; color: #333; white-space: nowrap; display: block; position: relative; z-index: 4; padding: 16px 0px;min-height: 30px; }
  414. /*标题*/
  415. .flexigrid .mDiv .ftitle { font-size: 0; *word-spacing:-1px/*IE6、7*/;
  416. height: 24px; float: left; }
  417. .flexigrid .mDiv .ftitle h3,
  418. .flexigrid .mDiv .ftitle h5 { font-size: 12px; font-weight: normal; line-height: 24px; color: #777; vertical-align: bottom; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/;
  419. padding: 0; *zoom:1/*IE7*/;
  420. }
  421. .flexigrid .mDiv .ftitle h3 { font-size: 14px; color: #333; margin-right: 6px; display: inline-block;
  422. text-indent: 8px;
  423. border-left: 2px solid #88B7E0;}
  424. /*数据统计数*/
  425. .flexigrid .pReload { color: #999; background-color: #FFF; width: 24px; height: 24px; float: left; text-align: center; line-height: 24px; margin: 0 0 0 10px; position: relative; z-index: 1; }
  426. .flexigrid .pReload:hover { color: #333; background-color: #E6E6E6; border-radius: 5px; cursor: pointer; }
  427. .flexigrid .pReload i { font-size: 14px; margin: 0; }
  428. .flexigrid .pReload.loading i { color: #090; display: inline-block; -webkit-animation: fa-spin 0.2s infinite linear; animation: fa-spin 0.2s infinite linear; }
  429. @-webkit-keyframes fa-spin {
  430. 0% {
  431. -webkit-transform: rotate(0deg);
  432. transform: rotate(0deg);
  433. }
  434. 100% {
  435. -webkit-transform: rotate(359deg);
  436. transform: rotate(359deg);
  437. }
  438. }
  439. @keyframes fa-spin {
  440. 0% {
  441. -webkit-transform: rotate(0deg);
  442. transform: rotate(0deg);
  443. }
  444. 100% {
  445. -webkit-transform: rotate(359deg);
  446. transform: rotate(359deg);
  447. }
  448. }
  449. /*操作间隔*/
  450. .flexigrid .mDiv .sline { width: 0; height: 16px; float: left; margin: 4px; border-left: dotted 1px #D7D7D7; }
  451. /*操作按钮*/
  452. .flexigrid .nBtn { color: #777; background-color: #FFF; width: 100px; height: 24px; float: left; position: relative; z-index: 1; cursor: pointer; }
  453. .flexigrid .nBtn .hBtn { text-align: center; line-height: 24px; width: 24px; height: 24px; border: solid 1px transparent; position: absolute; z-index: 2; top: 0; left: -1px; }
  454. .flexigrid .nBtn:hover .hBtn { color: #333; background-color: #FFF; border-radius: 4px 4px 0 0; border-color: #D7D7D7; border-bottom: 0; }
  455. .flexigrid .nBtn i { font-size: 14px; margin: 0; }
  456. /*菜单配置下拉框*/
  457. .flexigrid .nDiv { background-color: #FFF; padding: 5px 0 5px 5px; border: 1px solid #D7D7D7; border-radius: 0 0 4px 4px; overflow: auto; position: absolute; z-index: 1; top: 23px; left: -1px; box-shadow: 3px 3px 0 rgba(0,0,0,0.05); }
  458. .flexigrid .nDiv h5 { font-size: 12px; font-weight: normal; line-height: 24px; color: #F60; }
  459. .flexigrid .nDiv .ps-container { display: block; max-height: 150px; padding: 0 10px 10px 0; overflow: hidden; position: relative; z-index: auto; }
  460. .flexigrid .nDiv ul { width: 100%; }
  461. .flexigrid .nDiv li { font-size: 0; *word-spacing:-1px/*IE6、7*/;
  462. line-height: 20px; text-align: left; padding: 2px 10px 2px 0; border-bottom: dotted 1px #E6E6E6; }
  463. .flexigrid .nDiv li:hover { color: #666; background: #F5F5F5; }
  464. .flexigrid .nDiv li span { font-size: 12px; vertical-align: middle; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/;
  465. *zoom:1/*IE7*/;
  466. }
  467. .flexigrid .nDiv li span.ndcol1 { margin-right: 5px; }
  468. .flexigrid .nDiv .ps-scrollbar-x-rail { display: none !important; }
  469. /*表格搜索*/
  470. .flexigrid .sDiv { float: right; position: relative; overflow: hidden; }
  471. .flexigrid .sDiv2 { font-size: 0; *word-spacing:-1px/*IE6、7*/;
  472. display: inline-block; vertical-align: middle; *display: inline/*IE7*/;
  473. *zoom:1/*IE7*/;
  474. border: solid 1px #D7D7D7; }
  475. .flexigrid .sDiv2:hover { border-color: #e7e7e7; }
  476. .flexigrid .sDiv2 .qsbox,
  477. .flexigrid .sDiv2 .select,
  478. .flexigrid .sDiv2 .btn { border: none; border-radius: 0; font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/;
  479. *zoom:1/*IE7*/;
  480. border-radius: 0; }
  481. .flexigrid .sDiv2 .select { background-color: #FFF; width: auto; height: 26px; margin: 0px !important; }
  482. .flexigrid .sDiv2 .qsbox { background-color: #FFF; font-size: 12px; line-height: 24px; width: 120px; height: 24px; padding: 1px 5px; }
  483. .flexigrid .sDiv2 .sDiv3{width: 100px;}
  484. .flexigrid .sDiv2 .qsbox:hover, .flexigrid .sDiv2 .qsbox:fouce {
  485. box-shadow: none;
  486. }
  487. .flexigrid .sDiv2 .btn { height: 26px; cursor: pointer; border-left: solid 1px #D7D7D7; }
  488. .flexigrid .sDiv2 .btn:hover { color: #FFF; background-color: #FF6666; }
  489. .flexigrid .sDiv .a_search { color: #FF6666; display: inline-block; vertical-align: middle; *display: inline/*IE7*/;
  490. margin-left: 8px; *zoom:1/*IE7*/;
  491. }
  492. .flexigrid .sDiv .a_search i { font-size: 14px; margin-right: 4px; }
  493. .flexigrid .sDiv .a_search:hover { color: #CD0200; }
  494. @media screen and (max-width: 1280px){
  495. .flexigrid .sDiv2 .qsbox { width: 100px;}
  496. .flexigrid .sDiv2 .sDiv3{width: 90px;}
  497. }
  498. @media screen and (max-width: 1180px){
  499. .flexigrid .sDiv2 .qsbox { width: 90px;}
  500. }
  501. @media screen and (max-width: 1080px){
  502. .flexigrid .sDiv2 .qsbox { width: 72px;}
  503. .flexigrid .sDiv2 .sDiv3{width: 80px;}
  504. }
  505. /*数据表格头*/
  506. .flexigrid .hDiv { background-color: #f7f7f7; clear: both; border:1px solid #f7f7f7; border-bottom: none; position: relative; z-index: 1; overflow: hidden; }
  507. .flexigrid .hDiv table { }
  508. .flexigrid .hDiv th div { }
  509. .flexigrid .hDivBox { float: none; }
  510. .flexigrid .hDiv i.ico-check { background: url(../images/flexigrid_pic.png) no-repeat 0 0; display: inline-block; width: 20px; height: 20px; cursor: pointer; }
  511. .flexigrid .hDiv .trSelected i.ico-check { background-position: -20px 0; }
  512. .flexigrid .hDiv .sorted { background-color: #E6E6E6; }
  513. .flexigrid .hDiv .thOver { }
  514. .flexigrid .hDiv .thOver div,
  515. .flexigrid .hDiv .sorted.thOver div { padding-bottom: 6px; border-bottom: 2px solid #3b639f; cursor: pointer; }
  516. .flexigrid .hDiv .sorted div { padding-bottom: 5px; }
  517. .flexigrid .hDiv .thMove { background: #fff; color: #fff; }
  518. .flexigrid .hDiv .sorted.thMove div { border-bottom: 1px solid #fff; padding-bottom: 4px }
  519. .flexigrid .hDiv .thMove div { background: #fff !important; }
  520. .flexigrid .hDiv th .sdesc { background: url(../images/dn.png) no-repeat center top; }
  521. .flexigrid .hDiv th .sasc { background: url(../images/up.png) no-repeat center top; }
  522. /*调节表格列宽*/
  523. .flexigrid .cDrag { float: left; position: absolute; z-index: 2; overflow: visible; }
  524. .flexigrid .cDrag div { background: none; display: block; width: 3px; height: 24px; float: left; position: absolute; cursor: col-resize; }
  525. .flexigrid .cDrag div:hover,
  526. .flexigrid .cDrag div.dragging {
  527. filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#19000000', endColorstr='#19000000'); background: rgba(0,0,0,0.1); border: solid #FFF; border-width: 0 1px; }
  528. /*批量操作条*/
  529. .flexigrid .tDiv { position: relative; z-index: 3; overflow: hidden; background-color: #f7f7f7; border: 1px solid #f7f7f7; border-top: none;}
  530. .flexigrid .tDiv2 { font-size: 0; *word-spacing:-1px/*IE6、7*/;
  531. padding: 6px 0 6px 6px; float: left; overflow: hidden; }
  532. .flexigrid .btnseparator { float: left; height: 22px; border-left: 1px solid #ccc; border-right: 1px solid #fff; margin: 1px; }
  533. .flexigrid .fbutton { vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/;
  534. padding-right: 8px; margin-left: 8px; margin-right: -1px; *zoom:1/*IE7*/;
  535. cursor: pointer; }
  536. .flexigrid .fbutton div { font-size: 12px; font-family: 宋体; line-height: 20px; color: #333;border: 1px solid #ddd;background-color: #fdfdfd;padding: 3px 9px; border-radius: 5px;}
  537. .flexigrid .fbutton div.dx{ color: #ff0000; }
  538. .flexigrid .fbutton .add:hover,
  539. .flexigrid .fbutton.fbOver .add:hover {background: #fff;}
  540. .flexigrid .fbutton .del:hover,
  541. .flexigrid .fbutton.fbOver .del:hover { color: #E84C3D; border-color: #E84C3D; }
  542. .flexigrid .fbutton .csv:hover,
  543. .flexigrid .fbutton.fbOver .csv:hover { color: #9C59B8; border-color: #9C59B8; }
  544. /*数据表格内容部分*/
  545. .flexigrid .bDiv { background: #fff; position: relative; z-index: 2; overflow: auto; border-left: 1px solid #f7f7f7; border-right: 1px solid #f7f7f7;}
  546. .flexigrid .bDiv table { width: 100%; }
  547. .flexigrid .bDiv td { color: #555; vertical-align: top; white-space: nowrap; padding: 0; margin: 0; border-bottom: 1px solid E6E6E6; }
  548. .flexigrid .bDiv td.name div{ white-space: nowrap;text-overflow:ellipsis; }
  549. .flexigrid .bDiv td.sign input,.flexigrid .hDiv th.sign input{ margin: 5px 8px; }
  550. .flexigrid .bDiv td div {}
  551. .flexigrid .bDiv a { color: #3b639f; }
  552. .flexigrid .bDiv a:hover { text-decoration: underline;}
  553. .flexigrid .bDiv td i.ico-check { background: url(../images/flexigrid_pic.png) no-repeat 0 0; display: inline-block; width: 20px; height: 20px; }
  554. .flexigrid .bDiv .trSelected td i.ico-check { background-position: -20px 0; }
  555. .flexigrid .bDiv td .on,
  556. .flexigrid .bDiv td .yes { color: #41BEDD; cursor: default; }
  557. .flexigrid .bDiv td .off,
  558. .flexigrid .bDiv td .no { color: #9ea3a7; cursor: default; }
  559. .flexigrid .bDiv td.normal { color: #C30; }
  560. .flexigrid .bDiv td.abnormal { color: #090; }
  561. .flexigrid .bDiv td.column-a { background-color: #F6EEFB; }
  562. .flexigrid .bDiv td.column-b { background-color: #F9F3D7; }
  563. .flexigrid .bDiv td.column-c { background-color: #FBEEE0; }
  564. .flexigrid .bDiv .typename,.flexigrid .hDiv th div.sunone{ padding-left: 15px; }
  565. /*数据表格查看操作项*/
  566. .flexigrid .bDiv .handle div { font-size: 0; *word-spacing:-1px/*IE6、7*/;
  567. }
  568. .flexigrid .bDiv a.btn , a.ui-btn{ font-weight: normal; line-height: 20px; color: #777; background: #FFF none; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/;
  569. *zoom:1/*IE7*/;
  570. height: 20px; padding: 1px 6px; cursor: pointer !important; }
  571. a.ui-btn{ height: 26px; line-height: 26px; font-size: 12px;}
  572. .flexigrid .bDiv a.btn i{ display: none; }
  573. .flexigrid .bDiv a.btn:hover,a.ui-btn:hover { color: #555; text-decoration: none;}
  574. .flexigrid .bDiv a.red:hover,a.ui-btn.red:hover{ color: #FFF; background-color: rgba(196,24,45,0.8); border-color: rgba(196,24,45,0.8); }
  575. .flexigrid .bDiv a.blue:hover,a.ui-btn.blue:hover { color: #FFF; background-color: rgba(53,152,220,0.8); border-color: rgba(53,152,220,0.8); }
  576. .flexigrid .bDiv a.green:hover { color: #FFF; background-color: #41BEDD; border-color: #41BEDD; }
  577. .flexigrid .bDiv a.orange:hover { color: #FFF; background-color: #FFBF40; border-color: #FFBF40; }
  578. .flexigrid .bDiv a.purple:hover { color: #FFF; background-color: #9C59B8; border-color: #8F44AD; }
  579. .flexigrid .bDiv a.pomegranate:hover { }
  580. .flexigrid .bDiv a.belize-hole:hover { color: #FFF; background-color: #E84C3D; border-color: #C1392B; }
  581. .flexigrid .bDiv .handle span { font-size: 12px; }
  582. .flexigrid .bDiv span.btn { font-size: 12px; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/;
  583. *zoom:1/*IE7*/;
  584. position: relative; z-index: 1; cursor: default; }
  585. .flexigrid .bDiv span.btn:hover { z-index: 3; box-shadow: 2px 2px 0 rgba(0,0,0,0.1); }
  586. .flexigrid .bDiv span.btn em { color: #777; line-height: 20px; background-color: #FFF; display: block; height: 20px; padding: 1px 6px; border: solid 1px #F5F5F5; border-radius: 4px 0 0 4px; position: relative; z-index: 2; }
  587. .flexigrid .bDiv span.btn:hover em { color: #FFF; background-color: #4fc0e8; border-color: #3aa8cf; }
  588. .flexigrid .bDiv span.btn em i { font-size: 14px; vertical-align: middle; margin-right: 4px; }
  589. .flexigrid .bDiv span.btn em .arrow { font-size: 0px; line-height: 0; vertical-align: middle; display: inline-block; width: 0px; height: 0px; float: none; margin: 0 0 0 4px; border-width: 4px; border-color: #999 transparent transparent transparent; border-style: solid dashed dashed dashed; -webkit-transition: .2s ease-in; -moz-transition: -webkit-transform .2s ease-in; -o-transition: -webkit-transform .2s ease-in; transition: .2s ease-in; }
  590. .flexigrid .bDiv span.btn:hover .arrow { border-color: #FFF transparent transparent transparent; FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  591. -moz-transform: rotate(270deg); -moz-transform-origin: 50% 30%; -webkit-transform: rotate(270deg); -webkit-transform-origin: 50% 30%; -o-transform: rotate(270deg); -o-transform-origin: 50% 30%; transform: rotate(270deg); transform-origin: 50% 30%; }
  592. .flexigrid .bDiv span.btn ul { background-color: #4fc0e8; display: none; border: solid 1px #3aa8cf; border-radius: 0 4px 4px 0; margin-left: -2px; position: absolute; z-index: 1; top: 0; left: 100%; overflow: hidden; box-shadow: 3px 3px 0 rgba(0,0,0,0.1); }
  593. .flexigrid .bDiv tr:last-child span.btn ul { bottom: 0; top: auto; }
  594. .flexigrid .bDiv tr:first-child span.btn ul { bottom: auto; top: 0; }
  595. .flexigrid .bDiv tr:nth-last-child(2) span.btn ul { bottom: auto; top: 0; }
  596. .flexigrid .bDiv span.btn:hover ul { display: block; padding: 0 5px; }
  597. .flexigrid .bDiv span.btn ul li { border-bottom: dotted 1px #3aa8cf; clear: both; margin-bottom: -1px; }
  598. .flexigrid .bDiv span.btn ul li a { color: #FFF; display: block; line-height: 24px; text-align: right; height: 24px; padding: 0 5px; }
  599. .flexigrid .bDiv span.btn ul li a:hover { text-decoration: underline; }
  600. .flexigrid .bDiv span.btn ul li a.expire { color: #FF0 !important; }
  601. .flexigrid .bDiv a.expired { color: #F30; }
  602. .flexigrid .bDiv a.expire { color: #F93; }
  603. i.fa-external-link { color: #999 !important; font-size: 9px !important; margin-left: 4px; margin-right: 0; }
  604. .flexigrid .bDiv .user-avatar { background-color: #FFF; vertical-align: middle; display: inline-block; width: 22px; height: 22px; margin-right: 6px; border: solid 1px #D7D7D7; border-radius: 50%; }
  605. .flexigrid .bDiv .pic-thumb-tip { color: #777; }
  606. .flexigrid .bDiv .pic-thumb-tip i { font-size: 14px; }
  607. .flexigrid .bDiv .pic-thumb-tip:hover { color: #333; }
  608. /*数据表格查询为空*/
  609. .no-data,
  610. .flexigrid .bDiv .no-data { font-size: 14px; color: #999; width: 100% !important; height: 24px; border: 0 none !important; text-align: center; padding: 100px 0; }
  611. .flexigrid .bDiv .trSelected .no-data,
  612. .flexigrid .bDiv .no-data:hover { color: #999 !important; background-color: transparent !important; }
  613. .no-data i,
  614. .flexigrid .bDiv .no-data i { font-size: 18px; margin-right: 6px; color: #FC0; }
  615. .flexigrid .bDiv .handle-btn { }
  616. /*hDiv\bDiv\colCopy同步项*/
  617. .flexigrid .hDiv th,
  618. .flexigrid .bDiv td { vertical-align: top !important; text-align:left; font-size: 14px !important; overflow: visible; border-bottom: 1px solid #f7f7f7;font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;}
  619. .flexigrid .bDiv td div img{ float: left; }
  620. .flexigrid .hDiv th div,
  621. .flexigrid .bDiv td div,
  622. .colCopy div { display: block; line-height: 22px; text-overflow: ellipsis; white-space: nowrap; padding: 8px 0px; overflow: hidden; }
  623. .flexigrid .bDiv td div { padding: 14px 0px; white-space: normal; }
  624. .flexigrid .hDiv .handle div,
  625. .flexigrid .bDiv .handle div { overflow: visible; min-width: 150px !important; max-width: 174px !important; }
  626. .flexigrid .hDiv .handle-s div,
  627. .flexigrid .bDiv .handle-s div { overflow: visible; min-width: 60px !important; max-width: 60px !important; }
  628. .flexigrid.hideBody { height: 26px !important; border-bottom: 1px solid #ccc; }
  629. .ie6fullwidthbug { border-right: 0px solid #ccc; padding-right: 2px; }
  630. .flexigrid .bDiv table.autoht { width: 100%; margin-bottom: 0px; border-bottom: 0px; }
  631. .flexigrid .nBtn.srtd { background: url(../images/wbg.gif) repeat-x 0px -1px; }
  632. .flexigrid .hDiv th,
  633. .colCopy { white-space: nowrap; cursor: default; overflow: hidden; }
  634. .colCopy { color: #333; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');
  635. background: rgba(255,255,255,0.9); border: dotted 1px #D7D7D7; overflow: hidden; box-shadow: 4px 4px 0 rgba(0,0,0,0.05); z-index: 9; }
  636. .flexigrid tr td.sorted { background-color: #F9F9F9; border-bottom: 1px solid #E6E6E6 }
  637. .flexigrid tr td.sorted div { bckground: #FFF7CF }
  638. .flexigrid tr.erow td { background: #FDFDFD; border-bottom: 1px solid #F5F5F5; }
  639. .flexigrid tr.erow td.sorted { background: #F0F0F0; border-bottom: 1px solid #E6E6E6; }
  640. .flexigrid tr.erow td.sorted div { }
  641. .flexigrid div.bDiv tr:hover td,
  642. .flexigrid div.bDiv tr:hover td.sorted,
  643. .flexigrid div.bDiv tr.trOver td.sorted,
  644. .flexigrid div.bDiv tr.trOver td { background: #F4FCFA; }
  645. .flexigrid .pDiv { background-color: #F5F5F5; border-style: solid; border-color: #D7D7D7 transparent #C8C8C8 transparent; border-width: 1px 0; position: relative; z-index: 3; }
  646. .flexigrid .pDiv .pDiv2 { padding: 6px 0; margin: 0; border-color: #FFF; border-style: solid; border-width: 1px 0; position: relative; z-index: 1; }
  647. .flexigrid .pGroup-left { color: #777; line-height: 24px; height: 24px; position: absolute; z-index: 1; top: 6px; left: 12px; }
  648. .flexigrid .pGroup-left .select { font-family: Arial, Helvetica, sans-serif; vertical-align: middle; display: inline-block; *display: inline;
  649. width: 40px; height: 24px; background-color: transparent; padding: 0; margin: 0 6px 0 0; border-radius: 0; border: none; *zoom: 1;
  650. }
  651. .flexigrid .pGroup-right { color: #777; line-height: 24px; height: 24px; position: absolute; z-index: 1; top: 6px; right: 12px; }
  652. /*f表格翻页控制*/
  653. .flexigrid .pGroup-middle { font-size: 0; *word-spacing:-1px/*IE6、7*/;
  654. text-align: center; margin: 0 auto; width: 250px; height: 24px; float: none; z-index: auto; }
  655. .flexigrid .pGroup-middle .pButton,
  656. .flexigrid .pGroup-middle .pcontrol,
  657. .flexigrid .pGroup-middle .pcontrol input,
  658. .flexigrid .pGroup-middle .pcontrol span { vertical-align: middle; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/;
  659. *zoom:1/*IE7*/;
  660. }
  661. .flexigrid .pGroup-middle .pButton { color: #999; background-color: transparent; text-align: center; width: 24px; height: 24px; padding: 0; margin-right: 8px; border-radius: 4px; cursor: pointer; overflow: hidden; }
  662. .flexigrid .pGroup-middle .pButton:hover { color: #333; background-color: #CCC; padding: 0; border: 0; }
  663. .flexigrid .pGroup-middle .pButton i { line-height: 24px; font-size: 14px; }
  664. .flexigrid .pGroup-middle .pcontrol { font-size: 12px; line-height: 20px; color: #999; *word-spacing:-1px/*IE6、7*/;
  665. margin-right: 10px; }
  666. .flexigrid .pGroup-middle .pcontrol input { color: #333; background-color: transparent; text-decoration: underline; text-align: center; width: 20px; padding: 0; border: none; border-radius: 0; }
  667. .flexigrid .pGroup-middle .pcontrol input:hover,
  668. .flexigrid .pGroup-middle .pcontrol input:focus { background-color: #FFF; box-shadow: none; }
  669. .pPageStat { display: block; line-height: 40px; text-align: center; color: #FFF; position: absolute; top: -40px; left: 0px; right: 0px; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
  670. background: rgba(0,0,0,0.5); width: 100%; }
  671. .flexigrid .pGroup-middle .pcontrol span { margin-right: 2px; }
  672. .flexigrid .pDiv .pButton.pBtnOver { width: 20px; height: 20px; border: 1px solid #ccc; cursor: pointer; }
  673. .flexigrid .pDiv .pButton span { display: block; width: 20px; height: 20px; float: left; }
  674. .flexigrid .pDiv .pButton:hover span,
  675. .flexigrid .pDiv .pButton.pBtnOver span { width: 19px; height: 19px; border-top: 1px solid #fff; border-left: 1px solid #fff; }
  676. .flexigrid div.iDiv { border: 1px solid #316ac5; position: absolute; overflow: visible; background: none; }
  677. .flexigrid div.iDiv input,
  678. .flexigrid div.iDiv select,
  679. .flexigrid div.iDiv textarea { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
  680. .flexigrid div.iDiv input.tb { border: 0px; padding: 0px; width: 100%; height: 100%; padding: 0px; background: none; }
  681. .flexigrid div.hGrip { position: absolute; top: 0px; right: 0px; height: 5px; width: 5px; background: url(../images/line.gif) repeat-x center; margin-right: 1px; cursor: col-resize; }
  682. .flexigrid div.hGrip:hover,
  683. .flexigrid div.hGrip.hgOver { border-right: 1px solid #999; margin-right: 0px; }
  684. .flexigrid div.vGrip { height: 5px; overflow: hidden; position: relative; background: #fafafa url(../images/wbg.gif) repeat-x 0px -1px; border: 1px solid #ccc; border-top: 0px; text-align: center; cursor: row-resize; display: none; }
  685. .flexigrid div.vGrip span { display: block; margin: 1px auto; width: 20px; height: 1px; overflow: hidden; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa; background: none; }
  686. .flexigrid span.cdropleft { display: block; background: url(../images/prev.gif) no-repeat -4px center; width: 24px; height: 24px; position: relative; top: -24px; margin-bottom: -24px; z-index: 3; }
  687. .flexigrid div.hDiv span.cdropright { display: block; background: url(../images/next.gif) no-repeat 12px center; width: 24px; height: 24px; float: right; position: relative; top: -24px; margin-bottom: -24px; }
  688. /* ie adjustments */
  689. .flexigrid.ie .hDiv th div,
  690. .colCopy.ie div/* common inner cell properties*/ { overflow: hidden; }
  691. /* 同步调用表格时搜索栏 */
  692. .ncap-search-ban-s { color: #FFF; background-color: #16a086; width: 16px; padding: 8px 3px 8px 5px; margin-top: -80px; border: solid 1px #16a086; border-right: 0 none; position: fixed; display: block; z-index: 99; top: 50%; right: 0; cursor: pointer; box-shadow: 0 0 5px 0 rgba(204,204,204,0.5); }
  693. .ncap-search-bar-s i { margin: 0 0 5px 0; }
  694. .ncap-search-bar { background-color: #F5F5F5; border-left: solid 1px #D7D7D7; height: 100%x; padding: 10px 0 10px 10px; position: fixed; z-index: 99; top: 0; bottom: 0; right: -230px; }
  695. .ncap-search-bar .title { display: block; }
  696. .ncap-search-bar .title h3 { color: #333; font-size: 16px; font-weight: normal; line-height: 20px; }
  697. .ncap-search-bar .handle-btn { color: #999; background-color: #F5F5F5; width: 16px; padding: 8px 3px 8px 5px; margin-top: -80px; border: solid 1px #E7E7E7; border-right: 0 none; position: absolute; z-index: 1; left: -25px; top: 50%; cursor: pointer; }
  698. .ncap-search-bar .handle-btn i { margin-bottom: 5px; }
  699. .ncap-search-bar .content { width: 156px; display: block; padding-right: 15px; margin-bottom: 50px; position: relative; z-index: 1; overflow: hidden; }
  700. .ncap-search-bar .content .layout-box { display: block; }
  701. .ncap-search-bar dl { padding: 5px 0; border-bottom: solid 1px #E6E6E6; box-shadow: 0 1px 0 rgba(255,255,255, 0.75); }
  702. .ncap-search-bar dt { line-height: 20px; color: #808B8D; padding: 0 0 2px 4px; }
  703. .ncap-search-bar dd { }
  704. .ncap-search-bar dd label { display: block; margin-bottom: 5px; }
  705. .ncap-search-bar dd .s-input-txt { background-color: #FFF; width: 140px; }
  706. .ncap-search-bar dd .s-select { width: 150px; }
  707. .ncap-search-bar dd .querySelect,
  708. .ncap-search-bar dd .class-select { width: 150px; margin-bottom: 5px; }
  709. .ncap-search-bar .bottom { background-color: #F5F5F5; padding: 10px 0 15px 0; border-top: solid 1px #E7E7E7; text-align: center; position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; }
  710. .ncap-form-default { padding: 10px 0; overflow: hidden; }
  711. .ncap-form-default .title { padding: 10px 0; border-bottom: solid 1px #C8C8C8; }
  712. .ncap-form-default .title h3 { font-size: 16px; line-height: 20px; color: #333; font-weight: normal; }
  713. .ncap-form-default dl.row { font-size: 0; color: #777; background-color: #FFF; *word-spacing:-1px/*IE6、7*/;
  714. padding: 12px 0; margin-top: -1px; border-style: solid; border-width: 1px 0; border-color: #f7f7f7; position: relative; z-index: 1; }
  715. .ncap-form-default dl.row:first-child { border-top-color: #FFF; }
  716. .ncap-form-default dl.row:nth-child(even) { background-color: #FDFDFD; }
  717. .ncap-form-default dt.tit,
  718. .ncap-form-default dd.opt { font-size: 12px; line-height: 24px; vertical-align: top; letter-spacing: normal; display: inline-block; *display: inline/*IE7*/;
  719. *zoom:1/*IE7*/; font-size:14px;
  720. }
  721. .ncap-form-default dt.tit { text-align: left; width: 100px; padding-left: 34px; }
  722. .ncap-form-default dd.opt { text-align: left; width: 83%; }
  723. .ncap-form-default dt.tit em { font: bold 14px/20px tahoma, verdana; color: #F60; vertical-align: middle; display: inline-block; margin-right: 5px; margin-left: -14px; }
  724. .ncap-form-default .input-txt { width: 374px !important; }
  725. #web_name{ width:280px !important;}
  726. .ncap-form-default ul.list { }
  727. .ncap-form-default ul.list li { clear: both; }
  728. .ncap-form-default .input-btn { font-size: 12px; background-color: #F5F5F5; vertical-align: top; display: inline-block; height: 26px; padding: 0 10px; border: solid 1px #D7D7D7; border-radius: 4px; cursor: pointer; }
  729. .ncap-form-default .input-btn:hover { text-decoration: none; color: #333; background-color: #E6E6E6; border-color: #A9A9A9; }
  730. .ncap-form-default p.notic { line-height: 12px; line-height: 18px; color: #AAA; margin-top: 4px; clear: both; display: none;}
  731. .ncap-form-default dl.row:hover p.notic { color: #00B7EE; }
  732. .ncap-form-default div.bot { display: block; padding: 12px 0 10px 135px; }
  733. /*弹出框体下的特殊性*/
  734. .dialog_content .ncap-form-default,
  735. .dialog_content .ncap-form-all { width: 96%; margin: 0 auto; padding: 0; }
  736. .dialog_content .ncap-form-default dt.tit { text-align: right; width: 20%; padding-right: 2%; padding-left: 0px;}
  737. .dialog_content .ncap-form-default dd.opt { text-align: left; width: 76%; }
  738. .dialog_content .ncap-form-all dl.row { padding: 8px 0; }
  739. .dialog_content .ncap-form-all dt.tit { font-size: 12px; font-weight: 600; line-height: 24px; background-color: transparent; height: 24px; padding: 4px; }
  740. .dialog_content .ncap-form-all dd.opt { font-size: 12px; padding: 0; border: none; }
  741. .dialog_content .ncap-form-all .search-bar { padding: 4px; }
  742. .dialog_content .bot { text-align: center; padding: 12px 0 10px 0 !important; }
  743. .dialog_content .rule-goods-list { position: relative; z-index: 1; overflow: hidden; max-height: 200px; }
  744. .dialog_content .rule-goods-list ul { font-size: 0; }
  745. .dialog_content .rule-goods-list ul li { font-size: 12px; vertical-align: top; display: inline-block; width: 48%; padding: 1%; }
  746. .dialog_content .rule-goods-list ul li img { float: left; width: 32px; height: 32px; margin-right: 5px; }
  747. .dialog_content .rule-goods-list ul li a,
  748. .dialog_content .rule-goods-list ul li span { color: #555; line-height: 16px; white-space: nowrap; text-overflow: ellipsis; display: block; float: left; width: 180px; height: 16px; overflow: hidden; }
  749. .dialog_content .rule-goods-list ul li span { color: #AAA; }
  750. /*权限组*/
  751. .ncap-account-all { padding-left: 1%; }
  752. .ncap-account-container { line-height: 20px; display: block; min-height: 20px; padding: 15px 0 10px 0; border-top: dotted 1px #CCC; }
  753. .ncap-account-container:nth-child(even) { background: #FDFDFD; }
  754. .ncap-account-container:hover { background: #F4FCFA; }
  755. .ncap-account-container h4 { font-size: 12px; font-weight: normal; color: #777; text-align: right; vertical-align: top; display: inline-block; *display: inline/*IE7*/;
  756. width: 11%; margin-right: 1%; *zoom: 1;
  757. }
  758. .ncap-account-container-list { font-size: 0; *word-spacing:-1px/*IE6、7*/;
  759. vertical-align: top; display: inline-block; *display: inline/*IE7*/;
  760. width: 86%; padding-left: 1%; border-left: dotted 1px #CCC; *zoom: 1;
  761. }
  762. .ncap-account-container-list li { font-size: 12px; line-height: 20px; color: #999; vertical-align: top; letter-spacing: normal; word-spacing: normal; display: inline-block; *display: inline/*IE7*/;
  763. width: 150px; height: 20px; margin-bottom: 5px; *zoom: 1;
  764. }
  765. /*运单模板设计微调*/
  766. .ncap-waybill-list { }
  767. .ncap-waybill-list li { width: 19%; padding: 0 1% 8px 0; }
  768. .ncap-waybill-list li i { cursor: pointer; }
  769. /*内容页面样式
  770. ------------------------------------------------------------------- */
  771. .page { background-color: #FFF; min-width: 1000px; padding: 8px 1% 0 1%; text-align: left; overflow: hidden; }
  772. .fixed-bar { background-color: #FFF; width: 100%; padding-bottom: 4px; z-index: 99; top: 0; left: 0;}
  773. .item-title { line-height: 20px; white-space: nowrap; width: 100%; padding-top: 3px; border-bottom: solid 1px #E6E6E6; }
  774. .item-title .subject { vertical-align: bottom; display: inline-block; *display: inline;
  775. *zoom: 1;height: 26px; padding: 6px 0; margin-right: 18px; }
  776. .item-title h3 { font-size: 17px; font-weight: normal; line-height: 20px; color: #333; display: inline-block;}
  777. .item-title h5 { font-size: 12px; font-weight: normal; line-height: 18px; color: #777; display: inline-block;margin-left: 10px }
  778. .tab-base { vertical-align: bottom; display: inline-block; *display: inline;
  779. *zoom: 1;
  780. }
  781. .tab-base li { height: 35px; margin-right: 5px; }
  782. .tab-base a { line-height: 20px !important; color: #4d4d4d !important; background-color: #EDEDED !important; display: block; !important height: 20px !important;
  783. padding: 7px 20px !important; border: solid 1px #ccc !important; border-radius: 2px 2px 0 0 !important; cursor: pointer; !important
  784. }
  785. .tab-base a:hover { color: #333 !important; }
  786. .tab-base a.current,
  787. .tab-base a:hover.current { background-color: #FFF !important; border-bottom-color: #FFF !important; cursor: default !important; }
  788. .item-title a.back { color: #999; display: inline-block; vertical-align: bottom; margin: 0 0px 6px 0; }
  789. .item-title a.back:hover { color: #4fc0e8; }
  790. .item-title a.back i { font-size: 40px; }
  791. /*注释说明帮助*/
  792. .explanation { color: #0ba4da !important; background-color: rgba(79, 192, 232, 0.11) !important; display: block; width: 99%; height: 100%; padding: 6px 9px; border-radius: 5px; position: relative; overflow: hidden; }
  793. /*.explanation:before{content: "";background-image: url(../images/wave.png); width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;border-radius: 5px;background-repeat: no-repeat;background-size: cover;}*/
  794. .explanation .title { white-space: nowrap; margin-bottom: 8px; position: relative; cursor: pointer; }
  795. .explanation .title h4 { font-size: 14px; font-weight: normal; line-height: 20px; height: 20px; display: inline-block; }
  796. .explanation .title i { font-size: 18px; vertical-align: middle; margin-right: 6px; }
  797. .explanation .title span { background: url(../images/combine_img.png) no-repeat -580px -200px; width: 20px; height: 20px; position: absolute; z-index: 1; top: -6px; right: -9px; }
  798. .explanation ul { color: #748A8F; margin-left: 10px; }
  799. .explanation li { line-height: 20px; background: url(../images/macro_arrow.gif) no-repeat 0 10px; padding-left: 10px; margin-bottom: 4px; }
  800. /* 宽度\高度\尺寸
  801. ------------------------------------------------------------------- */
  802. .w18pre { width: 18%; }
  803. .size-64x64 { width: 64px; height: 64px; }
  804. .size-88x29 { width: 88px; height: 29px; }
  805. .size-72x72 { width: 72px; height: 72px; }
  806. .size-106x106 { width: 106px; height: 106px; }
  807. .red { color: red; }
  808. .blue { color: #06C; }
  809. .orange { color: #F60; }
  810. .bold { font-weight: bold; color: #545454 }
  811. /* tip提示 */
  812. .tip-yellowsimple { color: #000; background-color: #fff9c9; text-align: left; min-width: 50px; max-width: 300px; border: 1px solid #c7bf93; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; z-index: 1000; padding: 6px 8px; }
  813. .tip-yellowsimple .tip-inner { font: 12px/16px arial, helvetica, sans-serif; }
  814. .tip-yellowsimple .tip-arrow-top { background: url(../images/tip-yellowsimple_arrows.gif) no-repeat; width: 9px; height: 6px; margin-top: -6px; margin-left: -5px; top: 0; left: 50%; }
  815. .tip-yellowsimple .tip-arrow-right { background: url(../images/tip-yellowsimple_arrows.gif) no-repeat -9px 0; width: 6px; height: 9px; margin-top: -4px; margin-left: 0; top: 50%; left: 100%; }
  816. .tip-yellowsimple .tip-arrow-bottom { background: url(../images/tip-yellowsimple_arrows.gif) no-repeat -18px 0; width: 9px; height: 6px; margin-top: 0; margin-left: -5px; top: 100%; left: 50%; }
  817. .tip-yellowsimple .tip-arrow-left { background: url(../images/tip-yellowsimple_arrows.gif) no-repeat -27px 0; width: 6px; height: 9px; margin-top: -4px; margin-left: -6px; top: 50%; left: 0; }
  818. /* table
  819. ------------------------------------------------------------------- */
  820. #gcategory select { margin-right: 3px; }
  821. /* tb */
  822. .rowform { width: 306px; overflow: auto; }
  823. .rowform .txt,
  824. .rowform textarea { margin-right: 10px; width: 250px; }
  825. .rowform .txt2,
  826. .rowform textarea { margin-right: 10px; width: 110px; }
  827. .rowform select { margin-right: 10px; width: 256px; }
  828. .rowform .class-select { width: 90px; margin: 0; }
  829. .rowform .change-select-2 select { width: 123px; } /*2级联动选择*/
  830. .rowform .change-select-3 select { width: 78px; } /*3级联动选择*/
  831. .rowform .radio { margin-top: -2px !important; *margin-top:0 !important;
  832. *margin-top:-2px;
  833. }
  834. .rowform li { overflow: hidden; float: left; margin-right: 10px; white-space: nowrap; cursor: pointer; }
  835. .rowform .clear { clear: both; float: none; margin-bottom: 10px; }
  836. .rowform .nofloat { clear: both; }
  837. .rowform .nofloat li span.radio { line-height: 25px; width: 100px; float: left; }
  838. .rowform .nofloat li select { width: 156px; }
  839. .rowform .nofloat li.left { float: left; }
  840. .rowform .nofloat li { float: none; margin: 5px 0; overflow: visible; }
  841. .ckbox { width: 700px; }
  842. .ckbox li { float: left; margin: 5px 10px 5px 0; white-space: nowrap; width: 130px; height: 20px; }
  843. /* Page title
  844. ---------------------------------------------------------------------*/
  845. .txt,
  846. .txt2,
  847. .select { height: 20px; line-height: 20px; }
  848. tr td.handler span { display: block; width: 140px; text-align: left; margin: 0 auto; }
  849. tr.no_data td { font-size: 14px; line-height: 120px; color: #09C; text-align: center; font-weight: bold; }
  850. .stat { float: left; height: 20px; line-height: 20px; color: #a3a3a3; text-decoration: none; }
  851. .select { width: 370px; color: #444; font-size: 12px; }
  852. .wordSpacing5 { word-spacing: 5px; }
  853. .text250 { width: 238px; color: #444; font-size: 12px; padding-left: 18px }
  854. .normal { font-weight: normal; }
  855. .file { width: 330px; }
  856. .floatleft { float: left; padding-left: 15px; }
  857. .clear { clear: both; }
  858. .mt10 { margin-top: 10px; }
  859. .mr10 { margin-right: 10px; }
  860. .sort_order { width: 50px; height: 17px; line-height: 17px; text-align: center }
  861. .order th { border-top: 1px dotted #CBE9F3; font-weight: 700; color: #000; }
  862. .order .noborder th { border-top: none; }
  863. .order .space th { font-size: 14px; padding: 0; }
  864. .order td { }
  865. .order ul { width: 98%; margin: 5px auto; overflow: hidden; }
  866. .order ul li { color: #333; width: 50%; float: left; padding: 4px 0; }
  867. .order ul li strong { font-weight: normal; color: #888; padding: 0 6px 0 0; }
  868. .order .goods { border: solid 1px #CBE9F3; width: 98%; margin: 10px auto; }
  869. .order .goods th { background-color: #F3FBFE; }
  870. .red_common { font-weight: bold; color: #ff5400; }
  871. .red_big { font-weight: bold; color: #ff5400; font-size: 16px; }
  872. form label.error { font-style: normal; font-weight: normal; color: #E84C3D; margin-left: 5px; }
  873. form label.error i { font-size: 14px; margin-right: 4px; }
  874. form input.error,
  875. form textarea.error { background-color: #FFF0F0; background-repeat: repeat; border: 1px dashed #E84C3D; }
  876. /*投诉部分*/
  877. .admin { color: black; }
  878. .accuser { color: red; }
  879. .accused { color: green; }
  880. /* widget */
  881. big,
  882. .big { font-size: 120% !important; line-height: 120%; }
  883. .checked,
  884. .checked .txt { color: #0D0; }
  885. .lightfont { color: #CCC; }
  886. .light,
  887. .light a { color: #AAA; }
  888. .error { color: #F00; }
  889. .nomargin { margin: 0 !important; }
  890. .marginleft { margin-left: 20px; }
  891. .marginright { margin-right: 10px; }
  892. .margintop { margin-top: 10px; }
  893. .marginbot { margin-bottom: 10px; }
  894. .nobg,
  895. .nobg td { background: none; }
  896. .nobdb { border-bottom: none; }
  897. .nobdt { border-top: none; }
  898. .noborder,
  899. .noborder td { border-bottom: 0; border-top: 0; }
  900. .noborder td.tips { color: #999; vertical-align: middle; }
  901. .noborder td.tips:hover,
  902. .normalfont { color: #000; }
  903. .tips a { color: #FFF; background-color: #F60; padding: 2px 4px; margin: 0 4px; border: 1px solid #F30; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; /*Firefox\Chrome\Safari\IE9\元素圆角效果*/ }
  904. .vatop { vertical-align: top; }
  905. .lineheight { line-height: 150%; }
  906. .left { float: left; }
  907. .right { float: right; }
  908. .center { text-align: center; }
  909. .alignleft { text-align: left; }
  910. .alignright { text-align: right; }
  911. .bold { font-weight: 700; }
  912. .normal { font-weight: 400; }
  913. .clear { clear: both; }
  914. /* calendar */
  915. .header,
  916. .header td,
  917. .header th { border-top: 1px dotted #DEEFFB; font-weight: 700; }
  918. .thead th { font-size: 13px; font-weight: 700; color: #333; white-space: nowrap; border-top: solid 1px #DEEFFB; }
  919. /* 外边距 Margin,三组从窄到宽,级别分别为:n, m, w */
  920. .mtw { margin-top: 20px !important; }
  921. /* Used for the Switch effect: */
  922. .onoff { font-size: 0; position: relative; overflow: hidden; display: block; float: left; }
  923. .onoff label { vertical-align: top; display: inline-block; *display: inline;
  924. *zoom: 1;
  925. cursor: pointer; }
  926. .onoff input[type="radio"] { position: absolute; top: 0; left: -999px; }
  927. .onoff .cb-enable,
  928. .onoff .cb-disable { color: #777; font-size: 12px; line-height: 20px; background-color: #ECF0F1; height: 20px; padding: 1px 9px; border-style: solid; border-color: #BEC3C7; }
  929. .onoff .cb-enable { border-width: 1px 0 1px 1px; }
  930. .onoff .cb-disable { border-width: 1px 1px 1px 0; }
  931. .onoff .cb-disable.selected { color: #FFF; background-color: #41BEDD; border-color: #41BEDD; }
  932. .onoff .cb-enable.selected { color: #FFF; background-color: #41BEDD; border-color: #41BEDD }
  933. /* Buttons
  934. ---------------------------------------------------------------------*/
  935. .align-center { text-align: center; }
  936. .nowrap { white-space: nowrap; }
  937. .nobg { background: transparent none no-repeat scroll 0 0 !important; }
  938. .space th { font-size: 16px; padding-left: 0 !important; }
  939. table.search { margin: 12px 0 6px 4px; }
  940. .yes-onoff a,
  941. .no-onoff a,
  942. .power-onoff a { line-height: 999%; background: url(../images/combine_img.png) no-repeat scroll; display: inline-block; width: 34px; height: 34px; overflow: hidden; }
  943. .yes-onoff img,
  944. .no-onoff img,
  945. .power-onoff img { }
  946. .yes-onoff a.enabled { background-position: 0px -300px; }
  947. .yes-onoff a:hover.enabled { background-position: -40px -300px; }
  948. .yes-onoff a:active.enabled { background-position: -80px -300px; }
  949. .yes-onoff a.disabled { background-position: -120px -300px; }
  950. .yes-onoff a:hover.disabled { background-position: -160px -300px; }
  951. .yes-onoff a:active.disabled { background-position: -200px -300px; }
  952. .no-onoff a.enabled { background-position: 0px -340px; }
  953. .no-onoff a:hover.enabled { background-position: -40px -340px; }
  954. .no-onoff a:active.enabled { background-position: -80px -340px; }
  955. .no-onoff a.disabled { background-position: -120px -340px; }
  956. .no-onoff a:hover.disabled { background-position: -160px -340px; }
  957. .no-onoff a:active.disabled { background-position: -200px -340px; }
  958. .power-onoff a.enabled { background-position: 0px -380px; }
  959. .power-onoff a:hover.enabled { background-position: -40px -380px; }
  960. .power-onoff a:active.enabled { background-position: -80px -380px; }
  961. .power-onoff a.disabled { background-position: -120px -380px; }
  962. .power-onoff a:hover.disabled { background-position: -160px -380px; }
  963. .power-onoff a:active.disabled { background-position: -200px -380px; }
  964. .msg .tip { line-height: 32px; color: #555; }
  965. .msg .tip2 { line-height: 32px; color: #999; }
  966. .color .colorPicker { vertical-align: middle; display: inline-block; float: none; }
  967. .color .evo-pointer { vertical-align: middle; display: inline-block; width: 24px; height: 24px; float: none; margin-left: 8px; border-radius: 4px; }
  968. .color .colorPicker,
  969. .color .evo-pointer { *display: inline/*IE6,7*/;
  970. }
  971. /* Scrollbar jQuery Plugin
  972. -------------------------------------- */
  973. .ps-container .ps-scrollbar-x,
  974. .ps-container .ps-scrollbar-y { background-color: #AAA; height: 8px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; position: absolute; z-index: auto; bottom: 3px; opacity: 0; filter: alpha(opacity=0); -webkit-transition: opacity.25s linear; -moz-transition: opacity .25s linear; transition: opacity .25s linear; }
  975. .ps-container .ps-scrollbar-y { right: 3px; width: 8px; bottom: auto; }
  976. .ps-container:hover .ps-scrollbar-x,
  977. .ps-container:hover .ps-scrollbar-y { opacity: .6; filter: alpha(opacity=60); }
  978. .ps-container .ps-scrollbar-x:hover,
  979. .ps-container .ps-scrollbar-y:hover { opacity: .9; filter: alpha(opacity=90); cursor: default; }
  980. .ps-container .ps-scrollbar-x.in-scrolling,
  981. .ps-container .ps-scrollbar-y.in-scrolling { opacity: .9; filter: alpha(opacity=90); }
  982. /*商家入驻表单*/
  983. table.type { width: 700px; border: solid 1px #EEE; }
  984. table.type thead th { color: #555; background-color: #F7F7F7; text-align: center; padding: 4px; border-color: #EEE; }
  985. table.type tbody td { color: #777; text-align: center; padding: 4px; border-color: #EEE; }
  986. table.type tbody td input { width: 60px; padding: 0; }
  987. /* 翻页样式 */
  988. .pagination { text-align: center; display: block; padding: 15px 0; margin: 0!important; }
  989. .pagination ul { font-size: 0; *word-spacing:-1px/*IE6、7*/;
  990. display: inline-block; *display: inline/*IE6,7*/;
  991. margin: 0 auto!important; padding: 0; zoom: 1; }
  992. .pagination ul li { vertical-align: middle; letter-spacing: normal; word-spacing: normal; display: inline-block; width: auto!important; height: auto!important; padding: 0!important; margin: 0 !important; border: none !important; }
  993. .pagination ul li {
  994. *display: inline/*IE6,7*/;
  995. *float: left; zoom: 1; }
  996. .pagination li span { font-size: 12px; line-height: 24px; color: #AAA; list-style-type: none; background-color: #F5F5F5; display: block; height: 24px; padding: 0px 8px; margin: 0px; border: 1px solid; border-color: #DCDCDC #DCDCDC #B8B8B8 #DCDCDC; }
  997. .pagination li:first-child span { border-radius: 4px 0 0 4px; }
  998. .pagination li:last-child span { border-radius: 0 4px 4px 0; }
  999. .pagination li a span,
  1000. .pagination li a:visited span { color: #333; text-decoration: none; cursor: pointer; }
  1001. .pagination li a:hover { text-decoration: none; }
  1002. .pagination li a:hover span,
  1003. .pagination li a:active span { color: #333; background-color: #E8E8E8; border-color: #D0D0D0 #D0D0D0 #AEAEAE #D0D0D0; cursor: pointer; }
  1004. .pagination li span.currentpage { color: #FFF; font-weight: bold; background-color: #41BEDD; border-color: #3AABC6 #3AABC6 #318EA6 #3AABC6; border-radius: 0; }
  1005. .paixv a { text-decoration: none; color: #000 }
  1006. .paixv a:hover { color: #06F }
  1007. .hDiv::-webkit-scrollbar{display:none;}
  1008. span.err{color:#F00; display:none;}
  1009. .eylogo {
  1010. padding-top:18px;
  1011. }
  1012. .eylogo a {
  1013. height: 60px;
  1014. line-height: 60px;
  1015. padding-left: 25px;
  1016. text-align: left;
  1017. }
  1018. .eylogo a img {
  1019. height: 50px;
  1020. vertical-align: middle;
  1021. }
  1022. .eycms_cont_left{ float:left; width:200px; position:relative; background:#3398cc; color:#fff; z-index:99;height:100%;font-size:14px; }
  1023. .eycms_cont_left a{ color:#fff;font-family: 微软雅黑;}
  1024. .eycms_cont_left dl{ padding-bottom:18px; position:relative;}
  1025. .eycms_cont_left dl dt{ padding:15px 25px 5px; color:#e7e7e7;}
  1026. .eycms_cont_left dl dd a{ display:block; overflow: hidden; outline:none; padding-left:20px; height:40px; line-height:40px;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s }
  1027. .eycms_cont_left dl dd a i,.eycms_cont_left dl.jslist dt i{ margin-right:8px; width:28px; text-align:center; color:#fff; position:relative; top:1px; font-size:16px; }
  1028. .eycms_cont_left dl dd a:hover,.eycms_cont_left dl dd a.on,.eycms_cont_left dl dt.on{ background:#2189be; }
  1029. .eycms_cont_left dl.on{}
  1030. .eycms_cont_left dl dd a:active{ background:#2189be; }
  1031. .eycms_cont_left dl.jslist{ padding-bottom:0px;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s}
  1032. .eycms_cont_left dl.jslist dt{ padding:0px; padding-left:20px; height:40px; line-height:40px; color:#fff; cursor:pointer; position:relative;overflow: hidden; }
  1033. .eycms_cont_left dl.jslist dt a{ display:block; }
  1034. .eycms_cont_left dl.jslist dd{ display:none; position:absolute; left:200px; bottom: 0px; background:#3398cc; width:200px;}
  1035. .eycms_cont_left dl:nth-child(2) dd dl.jslist dd{ top: 0px !important; bottom: auto !important; }
  1036. .eycms_cont_left dl.jslist dt i.fa-angle-right{ position:absolute; font-size:20px; color:#b5d7f1; right:0px; height:40px; line-height:40px; }
  1037. .eycms_cont_left dl.jslist dd a:hover,.eycms_cont_left dl.jslist dd a.on{ background:#2189be;}
  1038. .eycms_cont_left dl.jslist:hover{ background:#2189be;}
  1039. .eycms_cont_left dl.jslist:hover dd{ display:block !important}
  1040. i.fa-mobile{ font-size:26px!important; top:4px!important;}
  1041. .eycms_cont_left dl i.fa-plus{ color:#71fdff!important;}
  1042. /*.eycms_cont_left dl i.fa-cube{ color:#ff80ad!important;}*/
  1043. .fixedbar { zoom: 1;text-align: center; }
  1044. .fixedbar .fixedbar-box{padding:10px 0px 10px 20px;text-align: left;}
  1045. .fixedbar .fixedbar-box .left{position: relative;
  1046. left: -2.5px;color: #a7c6dc;}
  1047. .fixedbar .fixedbar-box .right{position: relative;
  1048. left: 2.5px;color: #a7c6dc;}
  1049. .fixedbar:after { content: " "; display: block; clear: both; height: 0; }
  1050. .fixedbar a { display: inline-block; padding:0px 5px; color: #a7c6dc; text-align: center; transition: all .23s ease-out; }
  1051. .fixedbar a .fa { display: block; font-size: 20px; }
  1052. .fixedbar a span { font-size: 14px; }
  1053. .fixedbar a:hover {color: #eee; }
  1054. .fold .hidden-xs{ display: none; }
  1055. .ey-tool .dropdown-toggle {
  1056. border: 0px;
  1057. cursor: pointer;
  1058. margin-right: 18px;
  1059. font-size: 14px; color: #333;
  1060. }
  1061. .ey-tool i{margin-right:2px;}
  1062. .ey-tool i.fa-globe{font-size:18px;position:relative;top:2px;}
  1063. .ey-tool i.fa-bell-o{font-size:17px;position:relative;top:1px;left:3px;}
  1064. .ey-msecount-tool span.label{position:absolute;right:8px;top:5px;border-radius:59px;height:16px;line-height:16px;font-size:12px;padding:0px 5px;font-weight:normal;}
  1065. .ey-tool li.ey-tool-list{margin:5px 8px;color:#666;}
  1066. select{ box-shadow: none; marign:0px !important; }
  1067. .c_art_title div{ white-space: normal !important; }
  1068. .item-title a.back i { font-size: 28px; }
  1069. .ncap-form-default dd.opt a.ui_tips{background: url(../images/ui_tip.png) no-repeat; opacity: 0.5; background-size: 100%; display: inline-block; text-indent: -999px; width: 15px; height: 21px; vertical-align: bottom; margin-left: 3px; }
  1070. .checkboxall{ height: 28px; line-height: 44px; }
  1071. .ui-text .ui_tips,.ui-keyword .ui_tips,.zzbaidu .ui_tips { display: none !important;; }
  1072. .ui-text .notic,.ui-keyword .notic,.zzbaidu .notic{ display: block !important; }
  1073. .ui-web_name .ui_tips,.ui-web_title .ui_tips,.ui-keyword .ui_tips,.ui-web_description .ui_tips { display: inline-block !important; }
  1074. .dropdown-menu {
  1075. position: absolute;
  1076. top: 26px;
  1077. right: 16px;
  1078. z-index: 1000;
  1079. display: none;
  1080. float: left;
  1081. min-width: 160px;
  1082. padding: 5px 0;
  1083. margin: 2px 0 0;
  1084. font-size: 14px;
  1085. text-align: left;
  1086. list-style: none;
  1087. background-color: #fff;
  1088. -webkit-background-clip: padding-box;
  1089. background-clip: padding-box;
  1090. border: 1px solid #ccc;
  1091. border: 1px solid rgba(0,0,0,.15);
  1092. border-radius: 4px;
  1093. -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  1094. box-shadow: 0 6px 12px rgba(0,0,0,.175);
  1095. }
  1096. .dropdown-menu>li>a {
  1097. display: block;
  1098. padding: 3px 20px;
  1099. clear: both;
  1100. font-weight: 400;
  1101. line-height: 1.42857143;
  1102. color: #333;
  1103. white-space: nowrap;
  1104. text-align: center;
  1105. }
  1106. .dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}
  1107. em.open{ position: relative; }
  1108. em.open>.dropdown-toggle.btn-default {
  1109. color: #333;
  1110. background-color: #e6e6e6;
  1111. border-color: #adadad;
  1112. }
  1113. em.open .dropdown-toggle {
  1114. -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  1115. box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  1116. }
  1117. .btn {
  1118. display: inline-block;
  1119. padding: 6px 12px;
  1120. margin-bottom: 0;
  1121. font-size: 14px;
  1122. font-weight: 400;
  1123. line-height: 1;
  1124. text-align: center;
  1125. white-space: nowrap;
  1126. vertical-align: middle;
  1127. -ms-touch-action: manipulation;
  1128. touch-action: manipulation;
  1129. cursor: pointer;
  1130. -webkit-user-select: none;
  1131. -moz-user-select: none;
  1132. -ms-user-select: none;
  1133. user-select: none;
  1134. background-image: none;
  1135. border: 1px solid transparent;
  1136. border-radius: 4px;
  1137. }
  1138. em.open .dropdown-menu{ display: block; }
  1139. .btn-primary {
  1140. color: #fff;
  1141. background-color: #3398cc;
  1142. width: 100%;
  1143. }
  1144. .w40x {
  1145. width: 20px;
  1146. height: 18px;
  1147. float: left;
  1148. position: relative;
  1149. margin-right: 5px;
  1150. }
  1151. .w40x:before {
  1152. content: '';
  1153. position: absolute;
  1154. top: -15px;
  1155. left: 50%;
  1156. width: 1px;
  1157. height: 24px;
  1158. background: #ccc;
  1159. }
  1160. .w40x:after {
  1161. content: '';
  1162. position: absolute;
  1163. top: 50%;
  1164. left: 50%;
  1165. width: 50%;
  1166. height: 1px;
  1167. background: #ccc;
  1168. }
  1169. .w40xc{ margin-right: 25px }
  1170. .w40xc:after{ width: 150%; }
  1171. img.layer_tips_img {
  1172. width: 150px;
  1173. max-height: 250px;
  1174. }
  1175. .flexigrid .mDiv .fbutton div.add{padding: 2px 16px;color: #fff;background-color: #FF6666;border-color: #FF6666; border-radius: 3px;}
  1176. .flexigrid .mDiv .fbutton div.add:hover{ background-color: #FF534D;border-color: #FF534D;}
  1177. .flexigrid .mDiv .fbutton{ float: right; padding-right: 0px; margin-right: 0px;}
  1178. div.addartbtn{ border:none !important; }
  1179. .addartbtn input.btn{ color: #fff;background-color: #FF6666;border:1px solid #FF6666 !important; height: 28px !important;}
  1180. .addartbtn input.btn:hover{background-color: #FF534D !important;}
  1181. .addartbtn input.btn.current{background: #e7e7e7;color: #000; border:none !important;}
  1182. .addartbtn input.btn.current:hover{ background: #FF6666 !important; color:#fff; /* cursor: default; */ }
  1183. div.probtn{ float: left; margin-right: 6px; }
  1184. div.probtn input.btn{ color: #fff;background-color: #25C6FC; border:none !important;border:1px solid #25C6FC !important;}
  1185. div.probtn input.btn:hover{background-color: #3f6fb6 !important;}
  1186. a.upimg{}
  1187. a.upimg:hover{ cursor: move;}
  1188. .item-title .subject i{ float: left; font-size: 24px; color: #999; margin-right: 6px; }
  1189. .atta .ncap-form-default dt.tit{ width: 134px; padding-left: 0px; }
  1190. .other .flexigrid .bDiv td div img{ float: none; }
  1191. .flexigrid .bDiv td div i.arctotal{font-size: 12px;font-family: 宋体;color: #999;}
  1192. .flexigrid .bDiv td div.pb0{ padding-bottom: 0px; }
  1193. .form-horizontal .ncap-form-default div.bot{ padding-bottom: 128px; padding-top: 0px;}
  1194. .form-horizontal .ncap-form-default dl.row{ border-bottom: none; }
  1195. /*基本信息-开发模式*/
  1196. .system-web{background-color: #FFF; overflow: auto;}
  1197. .system-web .ncap-form-default dd.opt{width: 60%;}
  1198. .system-web .variable{ float: right; width: 200px; }
  1199. .system-web .variable div {width: 60%; float: left; height: 28px; font-size: 12px; text-align:center; line-height: 28px; }
  1200. .system-web .variable div p{border-right: 1px solid #eee;}
  1201. .system-web .variable div.r{ width: 40% }
  1202. /*a upload 上传input美化 */
  1203. .a-upload {
  1204. padding: 4px 10px;
  1205. height: 20px;
  1206. line-height: 20px;
  1207. position: relative;
  1208. cursor: pointer;
  1209. color: #333;
  1210. background: #fafafa;
  1211. border: 1px solid #ddd;
  1212. border-radius: 4px;
  1213. overflow: hidden;
  1214. display: inline-block;
  1215. *display: inline;
  1216. *zoom: 1;
  1217. font-size:13px;
  1218. }
  1219. .a-upload input {
  1220. position: absolute;
  1221. font-size: 100px;
  1222. right: 0;
  1223. top: 0;
  1224. opacity: 0;
  1225. filter: alpha(opacity=0);
  1226. cursor: pointer
  1227. }
  1228. .a-upload:hover {
  1229. color: #444;
  1230. background: #eee;
  1231. border-color: #ccc;
  1232. text-decoration: none
  1233. }
  1234. /*图集上传 bug修正 2019.4.25*/
  1235. .ui-sortable-placeholder{ display: inline-block; }
  1236. .tab-pane .images_upload {
  1237. float: left;
  1238. width: 19%;
  1239. margin-right: 1%;
  1240. margin-top: 15px;
  1241. display: inline-block;
  1242. }
  1243. .tab-pane .images_upload .ic{
  1244. border: 1px solid #ddd;
  1245. padding: 5px;
  1246. border-radius: 4px;
  1247. position: relative;
  1248. float: left;
  1249. background: #fff;
  1250. }
  1251. .tab-pane .images_upload .cover-bg{ background: #000; opacity: 0.5; width:100%; height: 100%; position: absolute; z-index: 2 }
  1252. .tab-pane .images_upload .icaction{position: absolute; top:50%; margin-top: -15px; text-align: center; width:100%; z-index: 111}
  1253. .tab-pane .images_upload .icaction span{ height: 28px; line-height: 28px; padding: 0 8px; background: #FF6666; color: #fff; display: inline-block; cursor: pointer;}
  1254. .tab-pane .images_upload .upimg img{
  1255. vertical-align: middle;
  1256. max-width: 100%;
  1257. max-height: 140px;
  1258. }
  1259. .tab-pane .images_upload .ic img{
  1260. position:absolute;
  1261. top:50%;
  1262. transform:translate(-50%,-50%);
  1263. z-index: 1;
  1264. left:50%;
  1265. }
  1266. .tab-pane .images_upload textarea{
  1267. width:100%;
  1268. box-sizing:
  1269. border-box;
  1270. margin-top: 5px;
  1271. font-size: 14px;
  1272. height: 50px;
  1273. float: left;
  1274. color: #999;
  1275. border-color: #ddd;
  1276. border-radius: 3px;
  1277. -webkit-appearance: none;
  1278. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
  1279. transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  1280. }
  1281. .tab-pane .table-bordered{ width:100%; }
  1282. .tab-pane a.upimg,.tab-pane div.upimg{
  1283. height: 140px;
  1284. background: #fafafa;
  1285. overflow: hidden;
  1286. text-align: center;
  1287. position: relative;
  1288. display: block;
  1289. }
  1290. .tab-pane .operation a{
  1291. text-align: center;
  1292. color: #666;
  1293. outline: none;
  1294. width: 33.3333%;
  1295. float: left;
  1296. font-size: 14px;
  1297. }
  1298. .tab-pane .operation a input{ display: inline-block; margin-right: 3px; vertical-align:middle; margin-top: -3px;}
  1299. a.imgupload{
  1300. display: inline-block;
  1301. padding: .5em 1em;
  1302. vertical-align: middle;
  1303. font-size: 1.0rem;
  1304. font-weight: 400;
  1305. line-height: 1.2;
  1306. text-align: center;
  1307. white-space: nowrap;
  1308. border-radius: 0;
  1309. cursor: pointer;
  1310. outline: 0;
  1311. -webkit-transition: background-color .3s ease-out,border-color .3s ease-out;
  1312. transition: background-color .3s ease-out,border-color .3s ease-out;
  1313. color: #fff;
  1314. background-color: #3bb4f2;
  1315. border-color: #3bb4f2;
  1316. }
  1317. .tab-pane .operation a label{
  1318. cursor: pointer;
  1319. }
  1320. a.imgupload i{font-size: 1.0rem;}
  1321. a.imgupload:hover{ background-image: linear-gradient(160deg, #3bb4f2 20%,#008cff 80%);}
  1322. @media (max-width:1680px) {
  1323. .tab-pane .images_upload{width: 24%;}
  1324. .tab-pane .operation a{ font-size: 12px; }
  1325. .tab-pane .operation a label{cursor: pointer;}
  1326. }
  1327. div.tab-pane.pics a.upimg{ height: auto; padding: 8px; padding-bottom:0px; }
  1328. div.tab-pane.pics .images_upload{ width:auto; }
  1329. div.tab-pane.pics .delect{ text-align: center; display: block; background: #fafafa }
  1330. .template_div{margin: 5px 0px;}