admin.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. * { font-family: "Microsoft YaHei" !important; }
  2. .d_wrap{position: relative;font-family:'microsoft yahei';}
  3. .d_wrap h2{font-family:'microsoft yahei';border-bottom: solid 1px #ddd;padding-bottom: 10px;margin-bottom: 20px;}
  4. .d_themedesc{
  5. font-size: 16px;
  6. }
  7. .d_tip{
  8. color: #D36B6B;line-height: 20px;
  9. }
  10. table{
  11. width: 100%;
  12. background-color: transparent;
  13. border-collapse: collapse;
  14. border-spacing: 0;
  15. }
  16. table td{
  17. vertical-align: middle;
  18. padding-bottom: 15px;
  19. }
  20. table td.d_tit{
  21. padding-top: 6px;
  22. vertical-align: top;
  23. }
  24. dl {
  25. margin-bottom: 15px;
  26. }
  27. dt,
  28. dd {
  29. line-height: 20px;
  30. }
  31. dd {
  32. margin-left: 10px;
  33. }
  34. .d_li {
  35. *zoom: 1;
  36. }
  37. .d_li:before,
  38. .d_li:after {
  39. display: table;
  40. content: "";
  41. line-height: 0;
  42. }
  43. .d_li:after {
  44. clear: both;
  45. }
  46. .d_li dt {
  47. float: left;
  48. width: 160px;
  49. clear: left;
  50. overflow: hidden;
  51. text-overflow: ellipsis;
  52. white-space: nowrap;
  53. }
  54. .d_li dd {
  55. margin-left: 180px;
  56. }
  57. input,
  58. select,
  59. textarea {
  60. margin: 0;
  61. font-size: 100%;
  62. vertical-align: middle;
  63. }
  64. input {
  65. *overflow: visible;
  66. line-height: normal;
  67. }
  68. input::-moz-focus-inner {
  69. padding: 0;
  70. border: 0;
  71. }
  72. html input[type="button"],
  73. input[type="reset"],
  74. input[type="submit"] {
  75. -webkit-appearance: button;
  76. cursor: pointer;
  77. }
  78. label,
  79. select,
  80. button,
  81. input[type="button"],
  82. input[type="reset"],
  83. input[type="submit"],
  84. input[type="radio"],
  85. input[type="checkbox"] {
  86. cursor: pointer;
  87. }
  88. input[type="search"] {
  89. -webkit-box-sizing: content-box;
  90. -moz-box-sizing: content-box;
  91. box-sizing: content-box;
  92. -webkit-appearance: textfield;
  93. }
  94. input[type="search"]::-webkit-search-decoration,
  95. input[type="search"]::-webkit-search-cancel-button {
  96. -webkit-appearance: none;
  97. }
  98. textarea {
  99. overflow: auto;
  100. vertical-align: top;
  101. }
  102. label,
  103. input,
  104. button,
  105. select,
  106. textarea {
  107. font-size: 12px;
  108. font-weight: normal;
  109. line-height: 20px;
  110. }
  111. input,
  112. button,
  113. select,
  114. textarea {
  115. font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  116. }
  117. select,
  118. textarea,
  119. input[type="text"],
  120. input[type="password"],
  121. input[type="datetime"],
  122. input[type="datetime-local"],
  123. input[type="date"],
  124. input[type="month"],
  125. input[type="time"],
  126. input[type="week"],
  127. input[type="number"],
  128. input[type="email"],
  129. input[type="url"],
  130. input[type="search"],
  131. input[type="tel"],
  132. input[type="color"],
  133. .uneditable-input {
  134. display: inline-block;
  135. height: 20px;
  136. padding: 5px 6px 3px;
  137. margin-bottom: 0;
  138. font-size: 12px;
  139. line-height: 20px;
  140. color: #555555;
  141. border-radius: 0;
  142. vertical-align: middle;
  143. -moz-box-sizing: content-box;
  144. -webkit-box-sizing: content-box;
  145. -ms-box-sizing: content-box;
  146. box-sizing: content-box;
  147. }
  148. input,
  149. textarea,
  150. .uneditable-input {
  151. width: 406px;
  152. }
  153. input[type="number"]{
  154. width: 40px;
  155. }
  156. textarea,
  157. input.ipt-b {
  158. height: auto;
  159. width: 100%;
  160. -moz-box-sizing: border-box;
  161. -webkit-box-sizing: border-box;
  162. -ms-box-sizing: border-box;
  163. box-sizing: border-box;
  164. }
  165. textarea,
  166. input[type="text"],
  167. input[type="password"],
  168. input[type="datetime"],
  169. input[type="datetime-local"],
  170. input[type="date"],
  171. input[type="month"],
  172. input[type="time"],
  173. input[type="week"],
  174. input[type="number"],
  175. input[type="email"],
  176. input[type="url"],
  177. input[type="search"],
  178. input[type="tel"],
  179. input[type="color"],
  180. .uneditable-input {
  181. background-color: #fff;
  182. border: 1px solid #D9D9D9;
  183. border-top-color: #C0C0C0;
  184. border-left-color: #d0d0d0;
  185. -webkit-transition: border linear .2s;
  186. -moz-transition: border linear .2s;
  187. transition: border linear .2s;
  188. }
  189. textarea:hover,
  190. input[type="text"]:hover,
  191. input[type="password"]:hover,
  192. input[type="datetime"]:hover,
  193. input[type="datetime-local"]:hover,
  194. input[type="date"]:hover,
  195. input[type="month"]:hover,
  196. input[type="time"]:hover,
  197. input[type="week"]:hover,
  198. input[type="number"]:hover,
  199. input[type="email"]:hover,
  200. input[type="url"]:hover,
  201. input[type="search"]:hover,
  202. input[type="tel"]:hover,
  203. input[type="color"]:hover,
  204. .uneditable-input:hover,
  205. textarea:focus,
  206. input[type="text"]:focus,
  207. input[type="password"]:focus,
  208. input[type="datetime"]:focus,
  209. input[type="datetime-local"]:focus,
  210. input[type="date"]:focus,
  211. input[type="month"]:focus,
  212. input[type="time"]:focus,
  213. input[type="week"]:focus,
  214. input[type="number"]:focus,
  215. input[type="email"]:focus,
  216. input[type="url"]:focus,
  217. input[type="search"]:focus,
  218. input[type="tel"]:focus,
  219. input[type="color"]:focus,
  220. .uneditable-input:focus {
  221. border-color: #b9b9b9;
  222. border-top-color: #A0A0A0;
  223. border-left-color: #b0b0b0;
  224. outline: 0;
  225. outline: thin dotted \9;
  226. /* IE6-9 */
  227. }
  228. textarea:focus,
  229. input[type="text"]:focus,
  230. input[type="password"]:focus,
  231. input[type="datetime"]:focus,
  232. input[type="datetime-local"]:focus,
  233. input[type="date"]:focus,
  234. input[type="month"]:focus,
  235. input[type="time"]:focus,
  236. input[type="week"]:focus,
  237. input[type="number"]:focus,
  238. input[type="email"]:focus,
  239. input[type="url"]:focus,
  240. input[type="search"]:focus,
  241. input[type="tel"]:focus,
  242. input[type="color"]:focus,
  243. .uneditable-input:focus {
  244. border-color: #999;
  245. }
  246. /* line 142 */
  247. input[type="radio"],
  248. input[type="checkbox"] {
  249. margin: 0 0 0;
  250. *margin-top: 0;
  251. /* IE7 */
  252. margin-top: 1px \9;
  253. /* IE8-9 */
  254. line-height: normal;
  255. }
  256. /* line 151 */
  257. input[type="file"],
  258. input[type="image"],
  259. input[type="submit"],
  260. input[type="reset"],
  261. input[type="button"],
  262. input[type="radio"],
  263. input[type="checkbox"] {
  264. width: auto;
  265. }
  266. select,
  267. input[type="file"] {
  268. height: 30px;
  269. /* In IE7, the height of the select element cannot be changed by height, only font-size */
  270. *margin-top: 4px;
  271. /* For IE7, add top margin to align select with labels */
  272. line-height: 30px;
  273. }
  274. select {
  275. width: 220px;
  276. border: 1px solid #cccccc;
  277. background-color: #fbfbfb;
  278. }
  279. select[multiple],
  280. select[size] {
  281. height: auto;
  282. }
  283. select:focus,
  284. input[type="file"]:focus,
  285. input[type="radio"]:focus,
  286. input[type="checkbox"]:focus {
  287. outline: thin dotted #333;
  288. outline: 5px auto -webkit-focus-ring-color;
  289. outline-offset: -2px;
  290. }
  291. input:-moz-placeholder,
  292. textarea:-moz-placeholder {
  293. color: #999999;
  294. }
  295. input:-ms-input-placeholder,
  296. textarea:-ms-input-placeholder {
  297. color: #999999;
  298. }
  299. input::-webkit-input-placeholder,
  300. textarea::-webkit-input-placeholder {
  301. color: #999999;
  302. }
  303. .radio,
  304. .checkbox {
  305. min-height: 20px;
  306. }
  307. .radio input[type="radio"],
  308. .checkbox input[type="checkbox"] {
  309. margin-right: 5px;
  310. vertical-align: -2px;
  311. }
  312. .controls > .radio:first-child,
  313. .controls > .checkbox:first-child {
  314. padding-top: 5px;
  315. }
  316. .radio.inline,
  317. .checkbox.inline {
  318. display: inline-block;
  319. margin-bottom: 0;
  320. vertical-align: middle;
  321. margin-right: 20px;
  322. }
  323. .radio.inline + .radio.inline,
  324. .checkbox.inline + .checkbox.inline {
  325. margin-left: 10px;
  326. }
  327. .ipt-m {
  328. width: 60px;
  329. }
  330. .ipt-s {
  331. width: 100px;
  332. }
  333. .ipt-medium {
  334. width: 150px;
  335. }
  336. .ipt-large {
  337. width: 210px;
  338. }
  339. .ipt-xlarge {
  340. width: 270px;
  341. }
  342. .ipt-xxlarge {
  343. width: 530px;
  344. }