网站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

biddingBigData.css 8.6 KiB

2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
2 jaren geleden
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  1. .main{
  2. background: #000426 url("../../images/bigData_bg2.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. .tab_main .active img{
  115. display: block!important;
  116. }
  117. .tab1{
  118. background: url('../../images/icon_jj_01.png') no-repeat;
  119. background-size: 100% 100%;
  120. }
  121. .tab2{
  122. background: url('../../images/icon_jj_02.png') no-repeat;
  123. background-size: 100% 100%;
  124. }
  125. .tab3{
  126. background: url('../../images/icon_jj_03.png') no-repeat;
  127. background-size: 100% 100%;
  128. }
  129. .tab4{
  130. background: url('../../images/icon_jj_04.png') no-repeat;
  131. background-size: 100% 100%;
  132. }
  133. .tab5{
  134. background: url('../../images/icon_jj_05.png') no-repeat;
  135. background-size: 100% 100%;
  136. }
  137. .tab6{
  138. background: url('../../images/icon_jj_06.png') no-repeat;
  139. background-size: 100% 100%;
  140. }
  141. .tableList{
  142. width: 100%!important;
  143. height: calc(100vh - 130px - 3vh - 10vh)!important;
  144. }
  145. .tableList table tr:nth-child(odd){
  146. background-color: #13225e!important;
  147. }
  148. .tableList table tr td{
  149. color: #ffffff;
  150. }
  151. .tableHead{
  152. background: #133194!important;
  153. color: #ffffff!important;
  154. margin-top: 0!important;
  155. }
  156. .tableType{
  157. background: #133194!important;
  158. }
  159. .bidding input[type='button']{
  160. border-color: #ffffff;
  161. color: #ffffff;
  162. }
  163. .select_main{
  164. /*border: 10px solid transparent!important;*/
  165. /*-webkit-border-image: url(../../images/border_img.png) 1 stretch; !* Safari 3.1-5 *!*/
  166. /*-o-border-image: url(../../images/border_img.png) 1 stretch; !* Opera 11-12.1 *!*/
  167. }
  168. select{
  169. color: #2d8bff;
  170. border-image: url(../../images/border_img.png) 3 stretch!important;
  171. margin-left: 1vw;
  172. }
  173. .tab_select{
  174. display: flex;
  175. justify-content: space-between;
  176. align-items: center;
  177. width: 98%;
  178. margin: 0 auto;
  179. }
  180. .bidding{
  181. width: 98%;
  182. margin: 0 auto;
  183. }
  184. .tableType p{
  185. color: #ffffff!important;
  186. }
  187. .topTit_content{
  188. width: 98%;
  189. border: 1px solid #0071ff;
  190. margin: 2vh auto 0;
  191. display: flex;
  192. justify-content: space-between;
  193. align-items: center;
  194. }
  195. .topTit_content_left{
  196. display: flex;
  197. justify-content: space-between;
  198. width: 60%;
  199. align-items: center;
  200. }
  201. .topTit_content_left p:first-child{
  202. color: #9cc8ff;
  203. background-image: linear-gradient(#001f7c,#003686,#001f7c);
  204. padding: 2vh .7vw;
  205. }
  206. .topTit_content_left p:nth-child(2){
  207. color: #ffa90b;
  208. font-size: 3vh;
  209. width: 70%;
  210. text-align: center;
  211. }
  212. .topTit_content_left p:nth-child(3){
  213. color: #00144e;
  214. background: #21d2ea;
  215. padding: .5vh 1vw;
  216. border-radius: 5px;
  217. }
  218. .topTit_content_center{
  219. width: 19%;
  220. border-left: 1px solid #0071ff;
  221. text-align: center;
  222. }
  223. .topTit_content_center p{
  224. color: #9cc8ff;
  225. }
  226. .topTit_content_center p:nth-child(2){
  227. color: #ffa90b;
  228. }
  229. .topTit_content_center p:nth-child(2) span{
  230. font-size: 5vh;
  231. font-weight: bold;
  232. }
  233. .content_box{
  234. display: flex;
  235. width: 98%;
  236. margin: 1vw auto 0;
  237. justify-content: space-between;
  238. }
  239. .content_box_right{
  240. border: 1px solid #0071ff;
  241. width: 38%;
  242. }
  243. .content_box_right_tit{
  244. background: #133194;
  245. padding: 1vh 2vw;
  246. color: #21d3ed;
  247. font-weight: bold;
  248. margin-top: 1vh;
  249. }
  250. .content_box_right_titBox{
  251. background: #133194;
  252. padding: 1vh 2vw;
  253. color: #21d3ed;
  254. font-weight: bold;
  255. margin-top: 1vh;
  256. display: flex;
  257. justify-content: space-between;
  258. }
  259. .content_box_right_titBox_check{
  260. display: flex;
  261. align-items: center;
  262. color: #ffa90b;
  263. }
  264. .content_box_right_tit span{
  265. }
  266. .content_box_right_tit2{
  267. color: #dddddd;
  268. text-align: center;
  269. font-weight: bold;
  270. margin: 2vh 0;
  271. }
  272. .content_box_right_time{
  273. color: #dddddd;
  274. text-align: center;
  275. margin-bottom: 2vh;
  276. }
  277. .content_box_right_time span{
  278. color: #ffa90b;
  279. font-weight: bold;
  280. font-size: 3vh;
  281. background: #133194;
  282. padding: 1vh .5vw;
  283. margin-right: .3vw;
  284. }
  285. .content_box_right_money{
  286. display: flex;
  287. text-align: center;
  288. padding: 0 2vw;
  289. justify-content: space-between;
  290. margin-bottom: 2vh;
  291. }
  292. .content_box_right_money div{
  293. background: rgba(0,48,134,0.6);
  294. width: 48%;
  295. padding: 2vh 0 1vh;
  296. border-radius: 5px;
  297. }
  298. .content_box_right_num{
  299. text-align: center;
  300. background: rgba(0,48,134,0.6);
  301. padding: 2vh 0 1vh;
  302. border-radius: 5px;
  303. width: calc(100% - 4vw);
  304. margin: 0 auto;
  305. }
  306. .content_box_right_num p{
  307. color: #dddddd;
  308. }
  309. .content_box_right_num p:last-child{
  310. color: #25e8ff;
  311. font-weight: bold;
  312. font-size: 2.5vh;
  313. }
  314. .content_box_right_money p{
  315. color: #dddddd;
  316. }
  317. .content_box_right_money p:last-child{
  318. color: #ffa90b;
  319. font-weight: bold;
  320. font-size: 2.5vh;
  321. }
  322. .ruleTable{
  323. width: calc(100% - 4vw);
  324. margin: 0 auto;
  325. margin-top: 1vh;
  326. }
  327. .ruleTable tr td{
  328. padding: 1vh 0;
  329. }
  330. .ruleTable tr td:nth-child(odd){
  331. color: #9cc8ff;
  332. }
  333. .ruleTable tr td:nth-child(even){
  334. color: #ffffff;
  335. }
  336. @keyframes horizontalAnmia1 {
  337. 0% {
  338. opacity: 1;
  339. }
  340. 50% {
  341. opacity: 0;
  342. }
  343. 100% {
  344. opacity: 1;
  345. }
  346. }
  347. @keyframes horizontalAnmia2 {
  348. 0% {
  349. opacity: 0.5;
  350. }
  351. 25% {
  352. opacity: 1;
  353. }
  354. 75% {
  355. opacity: 0;
  356. }
  357. 100% {
  358. opacity: 0.5;
  359. }
  360. }
  361. @keyframes horizontalAnmia3 {
  362. 0% {
  363. opacity: 0;
  364. }
  365. 50% {
  366. opacity: 1;
  367. }
  368. 100% {
  369. opacity: 0;
  370. }
  371. }
  372. @-webkit-keyframes rotate {
  373. from {
  374. -webkit-transform: rotate(0deg)
  375. }
  376. to {
  377. -webkit-transform: rotate(360deg)
  378. }
  379. }
  380. @-moz-keyframes rotate {
  381. from {
  382. -moz-transform: rotate(0deg)
  383. }
  384. to {
  385. -moz-transform: rotate(359deg)
  386. }
  387. }
  388. @-o-keyframes rotate {
  389. from {
  390. -o-transform: rotate(0deg)
  391. }
  392. to {
  393. -o-transform: rotate(359deg)
  394. }
  395. }
  396. @keyframes rotate {
  397. from {
  398. transform: rotate(0deg)
  399. }
  400. to {
  401. transform: rotate(359deg)
  402. }
  403. }
  404. @-webkit-keyframes opacity {
  405. 0% {
  406. opacity: 1;
  407. }
  408. 50% {
  409. opacity: 0.5;
  410. }
  411. 100% {
  412. opacity: 1;
  413. }
  414. }
  415. @-moz-keyframes opacity {
  416. 0% {
  417. opacity: 1;
  418. }
  419. 50% {
  420. opacity: 0.5;
  421. }
  422. 100% {
  423. opacity: 1;
  424. }
  425. }
  426. @-o-keyframes opacity {
  427. 0% {
  428. opacity: 1;
  429. }
  430. 50% {
  431. opacity: 0.5;
  432. }
  433. 100% {
  434. opacity: 1;
  435. }
  436. }
  437. @keyframes opacity {
  438. 0% {
  439. opacity: 1;
  440. }
  441. 50% {
  442. opacity: 0.5;
  443. }
  444. 100% {
  445. opacity: 1;
  446. }
  447. }