mainpage.css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. #noticeList{
  2. scrollbar-face-color: #fff;
  3. scrollbar-shadow-color: #fff;
  4. scrollbar-highlight-color: #fff;
  5. scrollbar-3dlight-color: #fff;
  6. scrollbar-darkshadow-color: #fff;
  7. scrollbar-track-color: #fff;
  8. scrollbar-arrow-color: #3498db;
  9. height: 100%;
  10. width: 100%;
  11. background: white;
  12. position: absolute;
  13. overflow-x:hidden;
  14. overflow-y:scroll;
  15. }
  16. #noticeShow{
  17. border: 4px solid #3498db;
  18. width: 80%;
  19. height: 80%;
  20. position: absolute;
  21. z-index: 9999;
  22. }
  23. .tab-selected {
  24. background: url('tab-selected.png') no-repeat;
  25. background-position: bottom;
  26. padding: 2px 1px 6px 1px;
  27. text-align: center;
  28. font-family: "Mircosoft Yahei";
  29. font-size: 15px;
  30. color: #564444;
  31. float: left;
  32. width: 118px;
  33. z-index: 20;
  34. }
  35. .null-tips{
  36. background: url('tips2.png') no-repeat;
  37. width: 230px; height: 160px;
  38. float: right;
  39. }
  40. .null-tips .iknow{
  41. background: url('iknow.png') no-repeat;
  42. width: 100px; height: 50px;
  43. float: left;
  44. cursor: pointer;
  45. z-index: 9999;
  46. }
  47. .null-tips .selectme{
  48. background: url('selectme.png') no-repeat;
  49. width: 100px; height: 50px;
  50. float: left;
  51. cursor: pointer;
  52. z-index: 9999;
  53. }
  54. #mymodal-overlay {
  55. width: 100%;
  56. height: 100%;
  57. display: none;
  58. position: absolute;
  59. left:0;
  60. top:0;
  61. opacity: .5;
  62. filter:Alpha(Opacity=50);
  63. background-color:#000;
  64. cursor:not-allowed;
  65. }
  66. #mymodal-container {
  67. height:100%;
  68. width:100%;
  69. color:#2c3e50;
  70. background-color:#fff;
  71. padding:6px;
  72. scrollbar-face-color: #3498db;
  73. scrollbar-shadow-color: #fff;
  74. scrollbar-highlight-color: #fff;
  75. scrollbar-3dlight-color: #fff;
  76. scrollbar-darkshadow-color: #fff;
  77. scrollbar-track-color: #fff;
  78. scrollbar-arrow-color: #fff;
  79. overflow-y: scroll;
  80. }
  81. #mymodal-container .mymodal-data {padding:4px;}
  82. #mymodal-container .mymodal-wrap {height: 100%; outline-width: 0px; outline-style: none; outline-color: invert; width: 100%}
  83. #mymodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
  84. #mymodal-container a {color:#ddd;}
  85. #noticeShow a.modalCloseImg {background:url(x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
  86. #mymodal-container h3,#mymodal-container h4,#mymodal-container h5 {color:#84b8d9;}
  87. .notice-panel {
  88. background-color: white !important;
  89. min-width: 300px;
  90. font-family: 'Microsoft Yahei', arial, sans-serif;
  91. font-size: 13px;
  92. color:#777777;
  93. line-height: 16px;
  94. font-weight: 400;
  95. padding: 6px 6px 6px 6px;
  96. }
  97. .notice-title {
  98. background: url("notice16.png") no-repeat;
  99. font-family: 'Microsoft Yahei', arial, sans-serif;
  100. margin: 6px 0px 0px 0px;
  101. padding: 0px 0px 6px 0px;
  102. border-bottom: 1px solid #e8e8e8;
  103. cursor: pointer;
  104. }
  105. .notice-titletext{
  106. padding-left: 30px;
  107. font-size: 15px;
  108. /*font-weight: bold;*/
  109. color: #df2020;
  110. }
  111. .notice-titletime{
  112. color: #777777;
  113. }
  114. .notice-text{
  115. display: none;
  116. padding: 6px 6px 6px 6px;
  117. border: 1px solid #3498db;
  118. }
  119. .notice-contentflag{
  120. cursor: pointer;
  121. color: #2980b9;
  122. font-weight: bold;
  123. }
  124. .scPanel{
  125. float:left;margin-right:1px;margin-bottom:1px;
  126. width:100px;height:70px;
  127. cursor: pointer;
  128. }
  129. .scPanel a{
  130. text-decoration: none;
  131. color: #ffe;
  132. text-align:center;
  133. font-family: "Microsoft YaHei";
  134. font-weight: bold;
  135. font-size: 12px;
  136. }
  137. .pagenum{
  138. width:18px;height:18px;
  139. display:inline-block;
  140. cursor:pointer;
  141. text-align:center;
  142. color:white;
  143. background: url('circle18.png') no-repeat;
  144. }
  145. .pagenum-hide{
  146. width:18px;height:18px;
  147. display:inline-block;
  148. cursor:pointer;
  149. text-align:center;
  150. background: url('circle12.png') no-repeat;
  151. }
  152. #showCnt{
  153. position: absolute;
  154. background: white;
  155. }
  156. .cnt-panel{
  157. border: 0px solid red;
  158. padding-top: 10px;
  159. height: 240px;
  160. overflow-y: auto;
  161. scrollbar-face-color: #3498db;
  162. scrollbar-shadow-color: #FFFFFF;
  163. scrollbar-highlight-color: #FFFFFF;
  164. scrollbar-3dlight-color: #FFFFFF;
  165. scrollbar-darkshadow-color: #FFFFFF;
  166. scrollbar-track-color: #FFFFFF;
  167. scrollbar-arrow-color: #3498db;
  168. }
  169. .showcnt-container{
  170. /*width: 70px;height: 70px;*/
  171. width: 220px;height: 20px;
  172. margin: 12px;
  173. float: left;
  174. cursor: pointer;
  175. }
  176. .showcnt-panel{
  177. /*width: 70px;height: 70px;*/
  178. width: 220px;height: 20px;
  179. border: 1px solid #3498db;
  180. position: absolute;
  181. float: left;
  182. padding: 6px;
  183. }
  184. .showcntnumloading{
  185. width:20px; height:20px;
  186. display:inline; z-index:3200;
  187. position:absolute; top:-10px; right:-10px;
  188. cursor:pointer;
  189. background: url('loading1.gif') no-repeat;
  190. text-align: center;
  191. color: white;
  192. }
  193. .showcntnum{
  194. width:20px; height:20px;
  195. display:inline; z-index:320;
  196. position:absolute; top:-10px; right:-10px;
  197. background: url('red.gif') no-repeat;
  198. text-align: center;
  199. font-size: 11px;
  200. color: white;
  201. }
  202. .showcnterror{
  203. width:20px; height:20px;
  204. display:inline; z-index:3200;
  205. position:absolute; top:-10px; right:-10px;
  206. background: url('error20.png') no-repeat;
  207. text-align: center;
  208. font-size: 11px;
  209. color: white;
  210. }
  211. .imgSetting{
  212. width: 18px; height: 18px;
  213. cursor:pointer;
  214. text-align:center;
  215. background: url('settings18.png') no-repeat;
  216. position: absolute;
  217. }
  218. .showcnt-sel-container{
  219. /*width: 100px;height: 70px;*/
  220. width: 220px;height: 27px;
  221. margin: 8px;
  222. float: left;
  223. cursor: pointer;
  224. }
  225. .showcnt-select{
  226. /*width: 100px;height: 70px;*/
  227. width: 220px;height: 27px;
  228. position: absolute;
  229. border: 1px solid #3498db;
  230. background: #fff;
  231. padding: 4px;
  232. margin: 8px;
  233. color: #666;
  234. font-family: "Microsoft YaHei";
  235. /*font-weight: bold;*/
  236. text-align: center;
  237. }
  238. .showcnt-selected{
  239. /*width: 100px;height: 70px;*/
  240. width: 220px;height: 27px;
  241. position: absolute;
  242. border: 1px solid #3498db;
  243. background: #3498db;
  244. padding: 4px;
  245. margin: 8px;
  246. color: #ffb;
  247. font-family: "Microsoft YaHei";
  248. /*font-weight: bold;*/
  249. text-align: center;
  250. }
  251. .showcnt-button{
  252. width: 120px;
  253. background:#2980B9;
  254. margin-top:30px;padding:10px;
  255. cursor:pointer;
  256. text-align:center;
  257. color: #fff;
  258. font-weight: bold;
  259. }
  260. .showcnt-tips{
  261. position: absolute;
  262. top: 290px; left: 6px;
  263. }
  264. .showcnt-selected .showcnt-sel-img{
  265. width: 24px;height: 24px;
  266. position: absolute;top: -14px;left: 2px;
  267. background: url('pin24-2.png') no-repeat;
  268. }
  269. #mainpage_intro{
  270. border: 1px dashed #444;
  271. color: #444;
  272. padding: 3px;
  273. margin-left: 10px;
  274. float: left;
  275. cursor: pointer;
  276. }