screen.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. /* ======= DEMO LAYOUT 2======= */
  2. body {
  3. background-color:#2f2f2f;
  4. color:#eeefef;
  5. font-size:85%;
  6. font-family:Arial, Helvetica, sans-serif;
  7. margin:0;
  8. padding:0;
  9. }
  10. .container {
  11. margin-left:auto;
  12. margin-right:auto;
  13. padding:10px;
  14. background: #3a3c48 url("images/log/content-bg.png");
  15. width: 100%;
  16. *zoom:1;
  17. }
  18. .container .light {
  19. position: absolute;
  20. left: 100px;
  21. top: 0px;
  22. width: 152px;
  23. height: 191px;
  24. background: url("images/log/light-top.png") no-repeat top center;
  25. }
  26. .container .light i {
  27. position: absolute;
  28. width: 100%;
  29. height: 100%;
  30. top: 0;
  31. background: url("images/log/light.png") no-repeat top center;
  32. }
  33. h1, h2 { }
  34. h1 {
  35. color:#7DBADF;
  36. font-size:36px;
  37. font-weight:400;
  38. margin:0;
  39. }
  40. h2 {
  41. font-size:22px;
  42. font-weight:400;
  43. margin:5px 0;
  44. letter-spacing:.1em;
  45. }
  46. h3 {
  47. font-size:1.6em;
  48. margin:10px 0 10px 10px;
  49. }
  50. a:link,a:visited {
  51. color:#7097af;
  52. text-decoration:none;
  53. }
  54. a:hover {
  55. color:#7DBADF;
  56. }
  57. a img {
  58. border:none;
  59. }
  60. p {
  61. margin:0 0 10px 8px;
  62. font-size:1.5em;
  63. font-weight:400;
  64. line-height:1.6em;
  65. }
  66. em {font-style:normal;}
  67. .lead {
  68. font-size:2em;
  69. margin-bottom:40px;
  70. }
  71. .clear {
  72. clear:both;
  73. line-height:0;
  74. font-size:0;
  75. }
  76. /* ============ TIMELINE ============= */
  77. .timelineContainer {
  78. border-left:2px solid #ccc;
  79. margin:-10px 5px 20px 5px;
  80. width:97%;
  81. }
  82. div.timelineToggle {
  83. float:right;
  84. margin-right:0;
  85. white-space:nowrap;
  86. margin-top: 10px;
  87. }
  88. a.expandAll {
  89. color:#ccc;
  90. cursor:pointer;
  91. background:#000;
  92. -webkit-border-radius:4px;
  93. -moz-border-radius:4px;
  94. border-radius:4px;
  95. font-size:12px;
  96. padding:3px 5px;
  97. }
  98. a.expandAll:hover {
  99. color:#7DBADF;
  100. cursor:pointer;
  101. }
  102. div.timelineMajor {
  103. clear:left;
  104. float:left;
  105. margin:0 0 12px;
  106. width:100%;
  107. }
  108. .timelineMajor h2 {
  109. background:url(images/timeline_century_tick.gif) left center no-repeat;
  110. font-family:Palatino,"Times New Roman", Times, serif;
  111. cursor: pointer;
  112. font-size:3em;
  113. font-weight:400;
  114. margin:0 0 10px;
  115. padding:4px 4px 4px 20px;
  116. }
  117. .timelineMajor h2 span {
  118. background:#ccc;
  119. -webkit-border-radius:4px;
  120. -moz-border-radius:4px;
  121. border-radius:4px;
  122. color:#131313;
  123. letter-spacing:.1em;
  124. line-height:1.7em;
  125. padding:3px 5px 1px;
  126. }
  127. dl.timelineMinor {
  128. clear:left;
  129. float:left;
  130. margin:0 12px 0 0;
  131. padding:4px 4px 4px 0;
  132. position:relative;
  133. width:100%;
  134. }
  135. .timelineMinor dt {
  136. background:url(images/timeline_decade_tick.gif) left center no-repeat;
  137. clear:left;
  138. font-size:1.6em;
  139. list-style-type:none;
  140. line-height:1.2em;
  141. margin:0 0 12px;
  142. padding:0 0 0 24px;
  143. white-space:nowrap;
  144. }
  145. .timelineMinor dt a {
  146. color:#999;
  147. cursor:pointer;
  148. }
  149. .timelineMinor dt a.closed {
  150. color:#999;
  151. font-size:1em;
  152. margin-left:0;
  153. }
  154. .timelineMinor dt a.open {
  155. color:#7DBADF;
  156. }
  157. .timelineMinor dt a:hover {
  158. color:#7DBADF;
  159. }
  160. .timelineMinor dd {
  161. padding-left:24px;
  162. width:100%;
  163. }
  164. .timelineMinor dd h3 {
  165. color:#FFF;
  166. clear:both;
  167. float:left;
  168. font-size:1.5em;
  169. margin:0;
  170. white-space:nowrap;
  171. }
  172. .timelineEvent p {
  173. clear:left;
  174. float:left;
  175. line-height:1.5em;
  176. margin:6px 0 10px;
  177. width:500px;
  178. }
  179. .timelineEvent h4 {
  180. clear:left;
  181. float:left;
  182. font-size:1.4em;
  183. font-weight:400;
  184. margin:10px 0 0;
  185. padding:0 0 0 20px;
  186. }
  187. .timelineEvent blockquote {
  188. border-left:2px solid #ccc;
  189. clear:left;
  190. float:left;
  191. font-size:1.8em;
  192. margin-left:0;
  193. padding:0 30px;
  194. width:400px;
  195. }
  196. .timelineEvent blockquote .attribution{
  197. font-size:0.7em;
  198. text-align: right;
  199. }
  200. .timelineEvent div.media {
  201. float:right;
  202. padding:0 0 12px;
  203. width:300px;
  204. }
  205. .timelineEvent .media img {
  206. border:2px solid #000;
  207. margin:0;
  208. }
  209. .timelineEvent .media p {
  210. font-size:1.2em;
  211. margin:0;
  212. padding:0;
  213. }
  214. .timelineEvent .media a:link,.timelineEvent .media a:visited {
  215. color:#ab221b;
  216. }
  217. .timelineEvent .media a:hover {
  218. color:#7DBADF;
  219. }
  220. .wrapper-content{
  221. padding: 10px;
  222. background-color: rgba(255, 255, 255, 0.2);
  223. margin-left: 0;
  224. border-radius: 5px;
  225. }
  226. .wrapper-content > div{
  227. color:#666;
  228. font-size:1.6em;
  229. }
  230. .wrapper-content a.searchfile,a.subject-edit,a.subject-vote{
  231. color:#666;
  232. }
  233. .wrapper-content .sign-div > a{
  234. color:#666;
  235. font-size:1.6em;
  236. margin-top: -20px;
  237. }
  238. .wrapper-content .agile-list > li{
  239. background-color: rgba(255, 255, 255, 0.9);
  240. }
  241. ul > li >span.text-msg{font-size: .8em;}
  242. .text-roseo{color:#e52527;}
  243. .text-green-deep{color:#44b333;}
  244. .text-yellow-deep{color:#ffa200;}
  245. .agile-detail > span.person{
  246. display: block;
  247. padding: 5px 0;
  248. }
  249. .agile-detail > span.subject-text{
  250. margin-right: 15px;
  251. }
  252. .wrapper-content .explain-sign{
  253. background-color: rgba(255, 255, 255, 0.9);
  254. }
  255. .wrapper-content .explain-sign > span{
  256. display: block;
  257. padding: 10px 0;
  258. }
  259. span.explain-sign-text-title{
  260. font-size: 1.4em;
  261. font-weight: bold;
  262. }
  263. span.explain-sign-text-center{
  264. text-align: center;
  265. }
  266. span.explain-sign-text-left{
  267. text-align: left;
  268. margin-left: 20px;
  269. text-indent:25px
  270. }
  271. span.explain-sign-text-right{
  272. text-align: right;
  273. margin-right: 20px;
  274. }
  275. .vote-table td{font:100% Arial, Helvetica, sans-serif;}
  276. .vote-table,.subject-table,.subject-child-table{width:100%;border-collapse:collapse;margin:1em 0;}
  277. .vote-table th, td{text-align:center;padding:.5em;border:1px solid #fff;}
  278. .vote-table th,.subject-child-table th{background:#328aa4 url(images/tr_back.gif) repeat-x;color:#fff;line-height: 30px;text-align:center;}
  279. td{background:#e5f1f4;}
  280. tr.even td{background:#e5f1f4;}
  281. tr.odd td{background:#f8fbfc;}
  282. th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
  283. th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
  284. td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
  285. td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
  286. td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}
  287. td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}
  288. .subject-table tr td{width: 25%;text-align: left;}
  289. .subject-child-table tr td.align-left{text-align: left;}
  290. /*星星样式*/
  291. .star_list{width: 210px;}
  292. .star_score { background:url(images/star/stark2.png) no-repeat; width:160px; height:21px; position:relative; }
  293. .star_score a{ height:21px; display:block; text-indent:-999em; position:absolute;left:0;}
  294. .star_score a:hover{ background:url(images/star/stars2.png) repeat-x;left:0;}
  295. .star_score a.clibg{ background:url(images/star/stars2.png) repeat-x;left:0;}
  296. .star_score { background:url(images/star/starky.png) repeat-x;}
  297. .star_score a:hover{ background:url(images/star/starsy.png) repeat-x;left:0;}
  298. .star_score a.clibg{ background:url(images/star/starsy.png) repeat-x;left:0;}
  299. /*** guide ***/
  300. .guide {width:60px;margin-right:0px;position:fixed;right:0;bottom:0;_position:absolute;_top:expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight - 134+'px');display:block;}
  301. .guide a{display:block;width:60px;height:50px;background:url(images/sprite_v2.png) no-repeat; filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8;opacity: 0.8;margin-top:10px;text-decoration:none;font:16px/50px "Microsoft YaHei";text-align:center;color:#fff;border-radius:2px;}
  302. .guide a span{display:none;text-align:center;}
  303. .guide a:hover{text-decoration:none;background-color:#009688;color:#fff; filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;}
  304. .guide a:hover span{display:block;width:60px;background:#009688; filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;}
  305. .guide .notepad{background-position:-83px -185px;}
  306. .guide .scrolltop{background-position:-145px -185px;}
  307. .guide .meeting-flow{background-color:#1E9FFF;color:#fff; filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;}
  308. .guide .meeting-flow span{display:block;}
  309. .agree-skin .layui-layer-content{color: #333;}
  310. .agree-skin .layui-layer-btn a{font-size: 14px;}
  311. .agree-skin .layui-layer-btn .layui-layer-btn1{font-size: 14px;}
  312. .layui-elem-field > legend {width: auto;border-bottom: 0px;margin-bottom: -10px;}
  313. fieldset.subject-title{margin-top: 10px;}
  314. .meeting-flow-box{ position:fixed; left:0; top:0; z-index:1000; width:100%; display:none; background:#202020;}
  315. * html .meeting-flow-bottom{position:absolute; left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0)); top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}
  316. .meeting-flow-bottom{ width:100%; height:auto; margin:0 auto; color:#fff; line-height:30px; padding:16px 0; position:relative;}
  317. .meeting-flow-close{ position:absolute; right:25px; top:16px; width:18px; height:18px; background:url(images/close.png) no-repeat;filter:alpha(opacity=1); -moz-opacity:1; opacity:1;}
  318. .meeting-flow-close:hover{cursor: pointer;}
  319. #timeLine{
  320. width: 100%;
  321. margin: 22px 10px 0px 0px;
  322. overflow: hidden;
  323. background-color: rgba(255, 255, 255, 0.2);
  324. }
  325. #yearList{
  326. width: 100%;
  327. list-style: none;
  328. position: relative;
  329. margin-left: 437px;
  330. }
  331. #yearList:after{
  332. content: "";
  333. display: table;
  334. clear: both;
  335. }
  336. #yearList li{
  337. float: left;
  338. cursor: pointer;
  339. text-align: center;
  340. font-size: 18px;
  341. padding: 10px 20px;
  342. }
  343. .year-dot{
  344. width: 10px; height: 10px; border-radius: 5px;
  345. background-color: #1E9FFF;
  346. margin: 10px auto;
  347. display: block;
  348. }
  349. .dotted-line{
  350. border-bottom: dashed 2px #1E9FFF;
  351. position: relative;
  352. top: -26px;
  353. z-index: -1;
  354. }
  355. #cList{
  356. width: 100%;
  357. position: relative;
  358. }
  359. #cUl{
  360. width: 850px;
  361. list-style: none;
  362. height: 30px;
  363. margin: 0 auto;
  364. position: relative;
  365. left: 0px;
  366. }
  367. #cUl li{
  368. width: 850px;
  369. position: absolute; left: 0;
  370. }
  371. .li-tit{
  372. display:inline-block;
  373. color: #fff;
  374. font-size: 18px;
  375. padding: 0px 20px;
  376. margin: 0px auto 10px;
  377. }
  378. .year-active{
  379. color: #FFC125;
  380. }
  381. .year-active i{
  382. background-color: #FFC125;
  383. }
  384. body .layui-layer-rim .layui-layer-title{font-weight: bold;color: #666;}
  385. body .layui-layer-rim .layui-layer-btn{font-size: 14px;}