Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.css 74KB

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