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.

392 lines
5.1 KiB

2 years ago
2 years ago
  1. html, body
  2. {
  3. padding: 0;
  4. margin: 0;
  5. }
  6. input[type="text"],input[type="password"] {width: 100%;}
  7. #pList input[type="text"] {width: 150px;}
  8. body
  9. {
  10. background-color: #fff;
  11. font-family: Arial, Helvetica, Verdana;
  12. font-size: 14px;
  13. line-height: 22px;
  14. color: #666;
  15. position: relative;
  16. -webkit-text-size-adjust: none;
  17. }
  18. body *
  19. {
  20. text-shadow: none;
  21. }
  22. h1, h2, h3, h4, h5, h6
  23. {
  24. line-height: 1;
  25. font-weight: bold;
  26. margin: 20px 0 10px 0;
  27. }
  28. h1, h2, h3
  29. {
  30. font-size: 18px;
  31. }
  32. h4, h5, h6
  33. {
  34. font-size: 16px;
  35. }
  36. p
  37. {
  38. margin: 0 0 10px 0;
  39. }
  40. a, a:link, a:active, a:visited, a:hover
  41. {
  42. color: inherit;
  43. text-decoration: underline;
  44. }
  45. nav:not(.mm-menu)
  46. {
  47. display: none;
  48. }
  49. .header,
  50. .content,
  51. .footer
  52. {
  53. text-align: center;
  54. }
  55. .content table{
  56. text-align: left;
  57. }
  58. .header,
  59. .footer
  60. {
  61. background: #777;
  62. font-size: 16px;
  63. font-weight: bold;
  64. color: #fff;
  65. line-height: 40px;
  66. -moz-box-sizing: border-box;
  67. box-sizing: border-box;
  68. width: 100%;
  69. height: 40px;
  70. padding: 0 50px;
  71. }
  72. .header.fixed
  73. {
  74. position: fixed;
  75. top: 0;
  76. left: 0;
  77. }
  78. .footer.fixed
  79. {
  80. position: fixed;
  81. bottom: 0;
  82. left: 0;
  83. }
  84. .header a
  85. {
  86. background: center center no-repeat transparent;
  87. background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
  88. display: block;
  89. width: 40px;
  90. height: 40px;
  91. /*position: absolute;
  92. top: 0;
  93. left: 10px;*/
  94. }
  95. .header span {
  96. float:left;
  97. }
  98. .content
  99. {
  100. padding: 50px;
  101. }
  102. td a
  103. {
  104. color:#000000;
  105. }
  106. li
  107. {
  108. font-size:13px;
  109. line-height:20px;
  110. }
  111. #pageHeader {
  112. background: url(../images/ShowEasyHeader.png) no-repeat #f8f8f8;
  113. height: 150px;
  114. clear: both;
  115. }
  116. #footer
  117. {
  118. position: fixed;
  119. bottom:0;
  120. background:url(../images/footer.jpg) no-repeat #696969 center;
  121. width:100%;
  122. height:40px;
  123. margin:0px auto;
  124. clear:both;
  125. }
  126. .memuItem/**-----------*/
  127. {
  128. font-size:14px;
  129. padding-top:25px;
  130. }
  131. .memuItem li
  132. {
  133. line-height:30px;
  134. }
  135. .memuItem li:hover
  136. {
  137. background-color:#c8b18b;
  138. }
  139. .memuItem > li > a
  140. {
  141. color:#fff;
  142. text-decoration:none;
  143. }
  144. .memuItem > li > a:hover
  145. {
  146. color: #000;
  147. text-decoration:none;
  148. }
  149. .memuItem a:active
  150. {
  151. color:#ff9999;
  152. }
  153. #pInfo
  154. {
  155. margin:0px 0px;
  156. line-height:20px; font-size:12px; padding-left:10px;
  157. }
  158. #pInfo table
  159. {
  160. margin: 0 auto;
  161. }
  162. #pInfo tbody tr
  163. {
  164. font-size:13px;
  165. line-height:20px;
  166. }
  167. #pInfo table tbody tr td
  168. {
  169. padding:4px 2px;
  170. }
  171. #pInfo .uploadList li
  172. {
  173. line-height:20px;
  174. }
  175. #gvProList{ }
  176. #gvProList td{ border:1px solid #d3d2cf;}
  177. #pList
  178. {
  179. margin:5px 10px;
  180. /*background-color:#fef6b5;*/
  181. line-height:30px;
  182. font-size:13px;
  183. }
  184. #pList p{font-size:13px;}
  185. #pList>table
  186. { height:25px;
  187. font-size:13px;
  188. margin: 0 auto;
  189. margin-top:5px;
  190. }
  191. #pList>div>table>thead>tr>th
  192. {
  193. padding:0px 2px;/*-----------------*/
  194. border:1px solid #d3d2cf;
  195. text-align:center;
  196. }
  197. #pList>div>table>thead>tr>td
  198. {
  199. padding:0px 2px;/*-----------------*/
  200. border:1px solid #d3d2cf;
  201. text-align:center;
  202. }
  203. #pList>div>table>tbody>tr>td,
  204. #pList>div>table>tfoot>tr>td
  205. {
  206. padding:0px 2px;
  207. border:1px solid #d3d2cf;
  208. }
  209. #pList>div>table>thead>tr>td>table>tbody>tr>td
  210. {
  211. padding:0px 2px;
  212. border:none;
  213. }
  214. #pList>div>table>thead>tr>td>table,
  215. #pList>div>table>tfoot>tr>td>table
  216. {
  217. margin:0px auto
  218. }
  219. #pList tbody tr
  220. {
  221. font-size:13px;
  222. /*line-height:30px;*/
  223. }
  224. #pList ul li{
  225. display: block;
  226. text-align: center !important;
  227. }
  228. #plogin>table
  229. {
  230. margin:50px auto
  231. }
  232. .trhead
  233. {
  234. line-height:20px;
  235. background-color:#f8f8f8;
  236. font-size:13px;
  237. }
  238. .treven
  239. {
  240. background-color:#FFF;
  241. }
  242. .trodd
  243. {
  244. background-color:Blue;
  245. }
  246. .trhover
  247. {
  248. background-color:#c6e0ef;
  249. }
  250. /*
  251. */
  252. .tdTitle
  253. {
  254. width:150px;
  255. text-align:right;
  256. vertical-align:top;
  257. }
  258. .tdTitleodd
  259. {
  260. background-color:#d3d2cf;
  261. width:130px;
  262. }
  263. .trodd1
  264. {
  265. background-color:#e5e5e3;
  266. }
  267. .trodd1 > tr > td{
  268. text-align: left;
  269. }
  270. #cmd
  271. {
  272. font-weight:bold;
  273. text-align:center;
  274. }
  275. #cmd a
  276. {
  277. color:#000000;
  278. }
  279. .cmd
  280. {
  281. font-weight:bold;
  282. text-align:center;
  283. color:#7e3d08;
  284. }
  285. .cmd a
  286. {
  287. color:#fb760a;
  288. }
  289. .previewLink
  290. {
  291. font-weight:bold;
  292. text-align:center;
  293. color:#225371;
  294. }
  295. .ycmd
  296. {
  297. padding:1px 4px 4px 5px;
  298. margin:10px 0;
  299. color:#fff;
  300. font-size:13px;
  301. font-weight:bold;
  302. background:url(../images/btn.jpg) top repeat-x;
  303. border-radius:4px;
  304. -moz-border-radius:4px;
  305. -webkit-border-radius:4px;
  306. }
  307. .ycmd2
  308. {
  309. padding:1px 4px 4px 5px;
  310. margin:10px 0;
  311. color:#fff;
  312. font-size:13px;
  313. font-weight:bold;
  314. background-color:#F30;
  315. border-radius:4px;
  316. -moz-border-radius:4px;
  317. -webkit-border-radius:4px;
  318. }
  319. .ncmd
  320. {
  321. padding:1px 4px 4px 5px;
  322. color:#FFF;
  323. font-weight:bold;
  324. background:url(../images/btn2.jpg) top repeat-x;
  325. border-radius:4px;
  326. -moz-border-radius:4px;
  327. -webkit-border-radius:4px;
  328. }
  329. .warning
  330. {
  331. color:Red;
  332. font-size:12px;
  333. }
  334. .error {
  335. color:red;
  336. }
  337. /*首頁資料管理、新聞管理、資料分類層級管理表格置中*/
  338. #ContentPlaceHolder1_plogin table,
  339. #ContentPlaceHolder1_gvNewsList,
  340. #ContentPlaceHolder1_gvItemList,
  341. #ContentPlaceHolder1_gvItemsList,
  342. #gvItemsList,
  343. #gvTypeList{
  344. margin: 0 auto;
  345. }
  346. .mp_video{text-align: left;}
  347. .td_Title,.mp_video li{}
  348. /*footer 高度*/
  349. .content{
  350. margin-bottom: 140px;
  351. }