style.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. /*大屏*/
  2. .wrap {
  3. margin: 0 auto;
  4. width: 100%;
  5. height: 5.454545rem;
  6. background: url(../img/beijing.png) no-repeat;
  7. background-size: cover;
  8. padding-top: .10101rem;
  9. box-sizing: border-box;
  10. }
  11. .title {
  12. position: relative;
  13. width: 2.10101rem;
  14. height: .469697rem;
  15. background: url(../img/titlebg.png) no-repeat;
  16. background-size: cover;
  17. margin: 0 auto;
  18. text-align: center;
  19. line-height: .469697rem;
  20. font-size: .30303rem;
  21. color: #a5dbf7;
  22. letter-spacing: 2px;
  23. }
  24. .logo {
  25. position: absolute;
  26. width: .833333rem;
  27. height: .434343rem;
  28. background: url(../img/logo.png) no-repeat;
  29. background-size: cover;
  30. bottom: 0;
  31. left: -1.338384rem;
  32. }
  33. .yibiaopan {
  34. width: .621212rem;
  35. height: .621212rem;
  36. margin: .050505rem;
  37. }
  38. .wrap-yibiaopan {
  39. width: 1.444444rem;
  40. margin-right: .10101rem;
  41. }
  42. .wrap-top {
  43. margin-top: .181818rem;
  44. margin-left: .434343rem;
  45. }
  46. .wrap-list {
  47. margin-top: .10101rem;
  48. }
  49. .list-item .item {
  50. background-color: rgba(255, 255, 255, 0.2);
  51. color: #1eb0dc;
  52. font-size: .10101rem;
  53. line-height: .222222rem;
  54. height: .222222rem;
  55. text-align: center;
  56. margin: .005051rem;
  57. }
  58. .list-item .item1 {
  59. width: .489899rem;
  60. }
  61. .list-item .item2 {
  62. width: .166667rem;
  63. }
  64. .list-item .item3 {
  65. width: 1.318182rem;
  66. }
  67. .guchang {
  68. width: 2.727273rem;
  69. height: 1.338384rem;
  70. /* background-color: red; */
  71. margin-top: .10101rem;
  72. margin-left: .10101rem;
  73. position: relative;
  74. }
  75. .guzhang-title {
  76. position: absolute;
  77. top: 0;
  78. left: 0;
  79. background: url(../img/titlepic.png) no-repeat;
  80. background-size: cover;
  81. width: .247475rem;
  82. height: .217172rem;
  83. }
  84. .guzhang-huan {
  85. position: absolute;
  86. left: 0;
  87. bottom: 0;
  88. background: url(../img/huanbg.png) no-repeat;
  89. background-size: cover;
  90. width: 1.217172rem;
  91. height: 1.116162rem;
  92. }
  93. .guzhang-daima {
  94. width: 1.550505rem;
  95. height: 1.045455rem;
  96. /* background-color: yellow; */
  97. position: absolute;
  98. top: 0;
  99. right: 0;
  100. }
  101. .guzhang-daima-title {
  102. font-size: .070707rem;
  103. color: #1eb0dc;
  104. font-weight: bold;
  105. margin-bottom: .126263rem;
  106. }
  107. .guzhang-daima-title p {
  108. padding-left: .050505rem;
  109. }
  110. .guzhang-daima-title img {
  111. display: block;
  112. width: .621212rem;
  113. height: .040404rem;
  114. }
  115. .tingji {
  116. position: relative;
  117. width: 2.20202rem;
  118. height: 1.287879rem;
  119. margin-left: .20202rem;
  120. }
  121. .guzhang-text {
  122. position: absolute;
  123. left: .30303rem;
  124. top: .050505rem;
  125. font-size: .070707rem;
  126. color: #1eb0dc;
  127. font-weight: bold;
  128. }
  129. .guzhang-text p {
  130. padding-left: .050505rem;
  131. }
  132. .wrap-mid {
  133. margin-left: 1.979798rem;
  134. margin-bottom: .050505rem;
  135. }
  136. .date-name {
  137. color: #1eb0dc;
  138. text-align: center;
  139. line-height: .388889rem;
  140. font-size: .10101rem;
  141. width: .934343rem;
  142. height: .388889rem;
  143. background-color: rgba(255, 255, 255, 0.2);
  144. border: 1px solid #1eb0dc;
  145. }
  146. .date-con {
  147. width: 6.242424rem;
  148. height: .388889rem;
  149. background-color: rgba(255, 255, 255, 0.2);
  150. margin-left: .070707rem;
  151. }
  152. .wrap-bottom {
  153. margin-left: .565657rem;
  154. }
  155. .wrap-bottom-left {
  156. position: relative;
  157. width: 3.232323rem;
  158. height: 1.070707rem;
  159. margin-right: .30303rem;
  160. }
  161. .wrap-bottom-mid {
  162. width: 2.878788rem;
  163. height: 1.090909rem;
  164. position: relative;
  165. }
  166. .wrap-bottom-mid .l {
  167. left: .126263rem;
  168. position: relative;
  169. }
  170. .wrap-bottom-mid .r {
  171. left: 1.515152rem;
  172. top: .111111rem;
  173. }
  174. .wrap-bottom-right {
  175. width: 2.111111rem;
  176. height: 1.010101rem;
  177. position: relative;
  178. }
  179. .wrap-bottom2 {
  180. margin-top: .085859rem;
  181. margin-left: .565657rem;
  182. }
  183. .wrap-bottom2 .wrap-bottom-left {
  184. width: 3.242424rem;
  185. height: 1.292929rem;
  186. }
  187. .hchart2{
  188. position: absolute;
  189. left:-0.121212rem
  190. }
  191. .hchart3{
  192. left: -0.121212rem;
  193. }
  194. .wrap-bottom2-right{
  195. position: relative;
  196. width: 2.747475rem;
  197. height: 1.388889rem;
  198. }
  199. .g-scroll{
  200. position: absolute;
  201. top: .272727rem;
  202. height: .959596rem;
  203. }
  204. .gongdan-item.active{
  205. background-color: rgba(25, 255, 236, .3);
  206. }
  207. .gongdan-item{
  208. width: .30303rem;
  209. height: .151515rem;
  210. background-color: rgba(255, 255, 255, .2);
  211. font-size: .090909rem;
  212. color: #19ffec;
  213. line-height:.151515rem ;
  214. text-align: center;
  215. margin-right: .010101rem;
  216. margin-bottom: .010101rem;
  217. }
  218. .wid .gongdan-item{
  219. width: .333333rem;
  220. }
  221. .danqian .gongdan-item:nth-child(4){
  222. width: .707071rem;
  223. height: .151515rem;
  224. }
  225. .danqian .gongdan-item:nth-child(5){
  226. width: .707071rem;
  227. height: .151515rem;
  228. }
  229. /* 时间样式 */
  230. .showDate{
  231. position: absolute;
  232. color:#19ffec;
  233. font-size: .090909rem;
  234. top: .505051rem;
  235. right: .808081rem;
  236. font-size: .10101rem;
  237. }
  238. /* slect样式 */
  239. .select .from .line {
  240. padding-left: 1.212121rem;
  241. padding-top: .050505rem;
  242. }
  243. .layui-input-inline input,
  244. .mr,
  245. .ml,
  246. .select .from .line select{
  247. width: .40404rem;
  248. height: .090909rem;
  249. border-radius: .012626rem;
  250. background-color:#1eb0dc;
  251. font-size: .040404rem ;
  252. color: #fff;
  253. }
  254. .mr{
  255. margin-right: 1.060606rem;
  256. }
  257. /* bottombg */
  258. .bottombg2,
  259. .bottombg{
  260. background: url(../img/bottom.png) no-repeat;
  261. background-size: cover;
  262. width: 2.520202rem;
  263. height: .116162rem;
  264. position: absolute;
  265. bottom: 0;
  266. }
  267. .bottombg2{
  268. background: url(../img/bottom2.png) no-repeat;
  269. background-size: cover;
  270. }
  271. .topbg{
  272. width: 1.813131rem;
  273. height: .116162rem;
  274. position: absolute;
  275. right: .10101rem;
  276. top: .08152rem;
  277. background: url(../img/topbg.png) no-repeat;
  278. background-size: cover;
  279. }
  280. .pic{
  281. width: .505051rem;
  282. }
  283. /* riqi */
  284. input::-webkit-input-placeholder {
  285. color: #fff;
  286. font-size: .050505rem;
  287. }
  288. .layui-input-inline{
  289. position: absolute;
  290. right: .705051rem;
  291. top: .050404rem;
  292. }
  293. .magr{
  294. margin-right: .0401rem;
  295. }
  296. .layui-input-inline{
  297. position: absolute !important;
  298. }
  299. .layui-input-inline input{
  300. border: none !important;
  301. }