style.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. @font-face
  2. {
  3. font-family: digifaw;
  4. }
  5. body{
  6. width: 1920px;
  7. height: 1080px;
  8. background-image: url("/static/meeting/img/bg.png");
  9. background-repeat:repeat;
  10. background-size:100% 100%;
  11. -moz-background-size:100% 100%;
  12. /*background-size:cover;*/
  13. margin: 0 auto;
  14. }
  15. .nav-header{
  16. width: 1920px;
  17. height: 100px;
  18. margin: 0 auto;
  19. }
  20. .nav-left{
  21. width: 650px;
  22. height: 98px;
  23. line-height: 98px;
  24. display: inline-block;
  25. padding-left: 40px;
  26. /*padding-top: 24px;*/
  27. font-size: 20px;
  28. font-family: Source Han Sans CN;
  29. font-weight: 400;
  30. color: #FFFFFF;
  31. letter-spacing: 1px;
  32. float: left;
  33. }
  34. .nav-left .one{
  35. width: 180px;
  36. height: 68px;
  37. }
  38. .nav-left .two{
  39. width: 302px;
  40. height: 26px;
  41. margin-left: 110px;
  42. }
  43. .nav-title{
  44. width: 620px;
  45. height: 98px;
  46. line-height: 98px;
  47. display: inline-block;
  48. font-size: 50px;
  49. font-family: Adobe Heiti Std;
  50. font-weight: normal;
  51. color: #FFFFFF;
  52. letter-spacing: 2px;
  53. overflow: hidden;
  54. float: left;
  55. text-align: center;
  56. }
  57. .nav-right{
  58. width: 302px;
  59. height: 98px;
  60. line-height: 98px;
  61. display: inline-block;
  62. float: left;
  63. }
  64. .nav-right .three{
  65. width: 302px;
  66. height: 26px;
  67. }
  68. .nav-right2{
  69. width: 348px;
  70. height: 98px;
  71. display: inline-block;
  72. float: right;
  73. text-align: left;
  74. }
  75. .nav-right2 .time{
  76. width: 205px;
  77. height: 98px;
  78. line-height: 98px;
  79. font-size: 46px;
  80. font-family: Source Han Sans CN;
  81. font-weight: bold;
  82. color: #FFFEFE;
  83. display: inline-block;
  84. float: left;
  85. }
  86. .nav-right2 .week{
  87. width: 109px;
  88. font-size: 18px;
  89. font-family: Source Han Sans CN;
  90. font-weight: 400;
  91. color: #FFFEFE;
  92. display: inline-block;
  93. float: left;
  94. margin-top: 20px;
  95. }
  96. .nav-right2 .date{
  97. width: 109px;
  98. font-size: 18px;
  99. font-family: Source Han Sans CN;
  100. font-weight: 400;
  101. color: #FFFEFE;
  102. display: inline-block;
  103. float: left;
  104. margin-top: 2px;
  105. }
  106. .nav-header .header-bottom{
  107. width: 100%;
  108. height: 2px;
  109. }
  110. .main{
  111. width: 1920px;
  112. height: 980px;
  113. margin: 0 auto;
  114. padding: 20px 40px;
  115. }
  116. .main1{
  117. width: 576px;
  118. height: 800px;
  119. background-color: rgba(0,38,113,0.42);
  120. border-radius: 10px;
  121. display: inline-block;
  122. float: left;
  123. background-image: url("/static/meeting/img/title-bg.png");
  124. background-repeat:repeat;
  125. background-size:100% 100%;
  126. -moz-background-size:100% 100%;
  127. }
  128. .main1 .meeting-title{
  129. width: 100%;
  130. height: 584px;
  131. text-align: center;
  132. font-size: 50px;
  133. font-family: Source Han Sans CN;
  134. font-weight: bold;
  135. color: #FFFFFF;
  136. }
  137. .main1 .meeting-status{
  138. width: 100%;
  139. height: 216px;
  140. /*background: #FFA837;*/
  141. display: flex;
  142. justify-content: center;
  143. align-items: center;
  144. font-size: 46px;
  145. font-family: Source Han Sans CN;
  146. font-weight: bold;
  147. color: #fff;
  148. }
  149. .meeting-status-color1{
  150. background-image: url("/static/meeting/img/status-bg.png");
  151. background-repeat:repeat;
  152. background-size:100% 100%;
  153. -moz-background-size:100% 100%;
  154. }
  155. .meeting-status-color0{
  156. background-image: url("/static/meeting/img/status-bg2.png");
  157. background-repeat:repeat;
  158. background-size:100% 100%;
  159. -moz-background-size:100% 100%;
  160. }
  161. .main1 .meeting-status .circle{
  162. width: 30px;
  163. height: 30px;
  164. background: #fff;
  165. border-radius: 50%;
  166. margin-right: 10px;
  167. }
  168. .main2{
  169. width: 1236px;
  170. height: 800px;
  171. display: inline-block;
  172. float: right;
  173. background-color: rgba(0,38,113,0.42);
  174. border-radius: 10px 10px 0px 0px;
  175. background-image: url("/static/meeting/img/content-bg.png");
  176. background-repeat:repeat;
  177. background-size:100% 100%;
  178. -moz-background-size:100% 100%;
  179. }
  180. .main3{
  181. width: 100%;
  182. height: 112px;
  183. display: inline-block;
  184. float: right;
  185. background-color: rgba(0,38,113,0.2);
  186. border-radius: 10px;
  187. background-image: url("/static/meeting/img/bottom.png");
  188. background-repeat:repeat;
  189. background-size:100% 100%;
  190. -moz-background-size:100% 100%;
  191. margin-top: 20px;
  192. }
  193. .main3 .remind-box{
  194. width: 278px;
  195. height: 112px;
  196. line-height: 112px;
  197. background-color: rgba(0,38,113,0.8);
  198. border-radius: 10px 0px 0px 10px;
  199. display: inline-block;
  200. float: left;
  201. font-size: 30px;
  202. font-family: Source Han Sans CN;
  203. font-weight: 500;
  204. color: #FFFEFE;
  205. text-align: center;
  206. }
  207. .main3 .remind-box img{
  208. width: 34px;
  209. height: 34px;
  210. margin-top: -8px;
  211. }
  212. .main3 .remind-content{
  213. width: 1538px;
  214. height: 112px;
  215. line-height: 112px;
  216. display: inline-block;
  217. float: left;
  218. font-size: 40px;
  219. font-family: Source Han Sans CN;
  220. font-weight: 500;
  221. color: #FFFEFE;
  222. padding: 0px 20px;
  223. overflow: hidden;
  224. position: relative;
  225. }
  226. /*.animate{*/
  227. /* display: inline-block;*/
  228. /* white-space: nowrap;*/
  229. /* animation: 25s wordsLoop linear infinite normal;*/
  230. /*}*/
  231. /*!* 鼠标经过停止运动 *!*/
  232. /*.animate:hover {*/
  233. /* animation-play-state: paused;*/
  234. /*}*/
  235. /*@keyframes wordsLoop {*/
  236. /* 0% {*/
  237. /* transform: translateX(10px);*/
  238. /* -webkit-transform: translateX(10px);*/
  239. /* }*/
  240. /* 100% {*/
  241. /* transform: translateX(-100%);*/
  242. /* -webkit-transform: translateX(-100%);*/
  243. /* }*/
  244. /*}*/
  245. /*@-webkit-keyframes wordsLoop {*/
  246. /* 0% {*/
  247. /* transform: translateX(10px);*/
  248. /* -webkit-transform: translateX(10px);*/
  249. /* }*/
  250. /* 100% {*/
  251. /* transform: translateX(-100%);*/
  252. /* -webkit-transform: translateX(-100%);*/
  253. /* }*/
  254. /*}*/
  255. .qrcode{
  256. width: 100%;
  257. height: 496px;
  258. }
  259. .qrcode img{
  260. width: 450px;
  261. height: 450px;
  262. margin-top: 40px;
  263. }