网站
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

336 rader
5.5 KiB

  1. .main{
  2. background: url("../../images/bigData_bg.png") no-repeat center;
  3. background-size: 100% 100%;
  4. width: 100vw;
  5. height: 100vh;
  6. overflow: hidden;
  7. }
  8. #userLogin{
  9. padding: 0!important;
  10. }
  11. .logoData{
  12. position: absolute;
  13. top: 4vh;
  14. left: 1vw;
  15. }
  16. .time{
  17. display: flex;
  18. align-items: center;
  19. position: absolute;
  20. top: 4vh;
  21. right: 1vw;
  22. color: #2d8bff;
  23. }
  24. .time div:nth-child(1){
  25. background: url("../../images/rl.png") no-repeat ;
  26. padding-left: 30px;
  27. }
  28. .time div:nth-child(2){
  29. background: url("../../images/sz.png") no-repeat ;
  30. padding-left: 30px;
  31. margin: 0 15px;
  32. }
  33. .head{
  34. background: url("../../images/head_bg.png") no-repeat center;
  35. width: 100vw;
  36. height: 10vh;
  37. position: relative;
  38. }
  39. .head_bg{
  40. background: url("../../images/head_bg_animal.png") no-repeat center;
  41. width: 100vw;
  42. height: 10vh;
  43. animation: 2s opacity 0.1s infinite;
  44. position: absolute;
  45. }
  46. .head_tit{
  47. font-size: 2.45rem;
  48. text-align: center;
  49. color: #ffffff;
  50. font-weight: bold;
  51. }
  52. .xuanzhuan {
  53. -webkit-transition-property: -webkit-transform;
  54. -webkit-transition-duration: 1s;
  55. -moz-transition-property: -moz-transform;
  56. -moz-transition-duration: 1s;
  57. -webkit-animation: rotate 3s linear infinite;
  58. -moz-animation: rotate 3s linear infinite;
  59. -o-animation: rotate 3s linear infinite;
  60. animation: rotate 3s linear infinite;
  61. }
  62. .horizontal {
  63. display: flex;
  64. position: absolute;
  65. right: 32vw;
  66. top: 4vh;
  67. }
  68. .axis {
  69. width: 1.8vw;
  70. height: 4vh;
  71. background: url('../../images/headline_hz.png') no-repeat;
  72. background-size: 100% 100%;
  73. margin-left: -.45vw;
  74. }
  75. .horizontal1 {
  76. display: flex;
  77. position: absolute;
  78. left: 32vw;
  79. top: 4vh;
  80. }
  81. .axis1 {
  82. width: 1.8vw;
  83. height: 4vh;
  84. background: url('../../images/headline_hz1.png') no-repeat;
  85. background-size: 100% 100%;
  86. margin-left: -.45vw;
  87. }
  88. .anmia1 {
  89. opacity: 1;
  90. animation: 2s horizontalAnmia1 0.1s infinite;
  91. }
  92. .anmia2 {
  93. opacity: 0.5;
  94. animation: 2s horizontalAnmia2 0.1s infinite;
  95. }
  96. .anmia3 {
  97. opacity: 0;
  98. animation: 2s horizontalAnmia3 0.1s infinite;
  99. }
  100. .tab_main{
  101. display: flex;
  102. align-items: center;
  103. margin: 15px 0;
  104. }
  105. .tab_main div{
  106. width: 6vw;
  107. height: 3vh;
  108. margin-right: 1vw;
  109. cursor: pointer;
  110. }
  111. .tab_main div:hover img{
  112. display: block!important;
  113. }
  114. .tab1{
  115. background: url('../../images/icon_jj_01.png') no-repeat;
  116. background-size: 100% 100%;
  117. }
  118. .tab2{
  119. background: url('../../images/icon_jj_02.png') no-repeat;
  120. background-size: 100% 100%;
  121. }
  122. .tab3{
  123. background: url('../../images/icon_jj_03.png') no-repeat;
  124. background-size: 100% 100%;
  125. }
  126. .tab4{
  127. background: url('../../images/icon_jj_04.png') no-repeat;
  128. background-size: 100% 100%;
  129. }
  130. .tab5{
  131. background: url('../../images/icon_jj_05.png') no-repeat;
  132. background-size: 100% 100%;
  133. }
  134. .tab6{
  135. background: url('../../images/icon_jj_06.png') no-repeat;
  136. background-size: 100% 100%;
  137. }
  138. .tableList{
  139. width: 100%!important;
  140. height: calc(100vh - 130px - 3vh - 10vh)!important;
  141. }
  142. .tableList table tr:nth-child(odd){
  143. background-color: #13225e!important;
  144. }
  145. .tableList table tr td{
  146. color: #ffffff;
  147. }
  148. .tableHead{
  149. background: #133194!important;
  150. color: #ffffff!important;
  151. margin-top: 0!important;
  152. }
  153. .tableType{
  154. background: #133194!important;
  155. }
  156. .bidding input[type='button']{
  157. border-color: #ffffff;
  158. color: #ffffff;
  159. }
  160. .select_main{
  161. /*border: 10px solid transparent!important;*/
  162. /*-webkit-border-image: url(../../images/border_img.png) 1 stretch; !* Safari 3.1-5 *!*/
  163. /*-o-border-image: url(../../images/border_img.png) 1 stretch; !* Opera 11-12.1 *!*/
  164. }
  165. select{
  166. color: #2d8bff;
  167. border-image: url(../../images/border_img.png) 3 stretch!important;
  168. margin-left: 1vw;
  169. }
  170. .tab_select{
  171. display: flex;
  172. justify-content: space-between;
  173. align-items: center;
  174. width: 98%;
  175. margin: 0 auto;
  176. }
  177. .bidding{
  178. width: 98%;
  179. margin: 0 auto;
  180. }
  181. .tableType p{
  182. color: #ffffff!important;
  183. }
  184. @keyframes horizontalAnmia1 {
  185. 0% {
  186. opacity: 1;
  187. }
  188. 50% {
  189. opacity: 0;
  190. }
  191. 100% {
  192. opacity: 1;
  193. }
  194. }
  195. @keyframes horizontalAnmia2 {
  196. 0% {
  197. opacity: 0.5;
  198. }
  199. 25% {
  200. opacity: 1;
  201. }
  202. 75% {
  203. opacity: 0;
  204. }
  205. 100% {
  206. opacity: 0.5;
  207. }
  208. }
  209. @keyframes horizontalAnmia3 {
  210. 0% {
  211. opacity: 0;
  212. }
  213. 50% {
  214. opacity: 1;
  215. }
  216. 100% {
  217. opacity: 0;
  218. }
  219. }
  220. @-webkit-keyframes rotate {
  221. from {
  222. -webkit-transform: rotate(0deg)
  223. }
  224. to {
  225. -webkit-transform: rotate(360deg)
  226. }
  227. }
  228. @-moz-keyframes rotate {
  229. from {
  230. -moz-transform: rotate(0deg)
  231. }
  232. to {
  233. -moz-transform: rotate(359deg)
  234. }
  235. }
  236. @-o-keyframes rotate {
  237. from {
  238. -o-transform: rotate(0deg)
  239. }
  240. to {
  241. -o-transform: rotate(359deg)
  242. }
  243. }
  244. @keyframes rotate {
  245. from {
  246. transform: rotate(0deg)
  247. }
  248. to {
  249. transform: rotate(359deg)
  250. }
  251. }
  252. @-webkit-keyframes opacity {
  253. 0% {
  254. opacity: 1;
  255. }
  256. 50% {
  257. opacity: 0.5;
  258. }
  259. 100% {
  260. opacity: 1;
  261. }
  262. }
  263. @-moz-keyframes opacity {
  264. 0% {
  265. opacity: 1;
  266. }
  267. 50% {
  268. opacity: 0.5;
  269. }
  270. 100% {
  271. opacity: 1;
  272. }
  273. }
  274. @-o-keyframes opacity {
  275. 0% {
  276. opacity: 1;
  277. }
  278. 50% {
  279. opacity: 0.5;
  280. }
  281. 100% {
  282. opacity: 1;
  283. }
  284. }
  285. @keyframes opacity {
  286. 0% {
  287. opacity: 1;
  288. }
  289. 50% {
  290. opacity: 0.5;
  291. }
  292. 100% {
  293. opacity: 1;
  294. }
  295. }