网站
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

biddingBigData.css 8.7 KiB

2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
2 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  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: 50%;
  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. cursor: pointer;
  218. }
  219. .topTit_content_left p:nth-child(3):hover{
  220. color: #ffffff;
  221. background: #ac2925;
  222. }
  223. .topTit_content_center{
  224. width: 19%;
  225. border-left: 1px solid #0071ff;
  226. text-align: center;
  227. }
  228. .topTit_content_center p{
  229. color: #9cc8ff;
  230. }
  231. .topTit_content_center p:nth-child(2){
  232. color: #ffa90b;
  233. }
  234. .topTit_content_center p:nth-child(2) span{
  235. font-size: 5vh;
  236. font-weight: bold;
  237. }
  238. .content_box{
  239. display: flex;
  240. width: 98%;
  241. margin: 1vw auto 0;
  242. justify-content: space-between;
  243. }
  244. .content_box_right{
  245. border: 1px solid #0071ff;
  246. width: 38%;
  247. }
  248. .content_box_right_tit{
  249. background: #133194;
  250. padding: 1vh 2vw;
  251. color: #21d3ed;
  252. font-weight: bold;
  253. margin-top: 1vh;
  254. }
  255. .content_box_right_titBox{
  256. background: #133194;
  257. padding: 1vh 2vw;
  258. color: #21d3ed;
  259. font-weight: bold;
  260. margin-top: 1vh;
  261. display: flex;
  262. justify-content: space-between;
  263. }
  264. .content_box_right_titBox_check{
  265. display: flex;
  266. align-items: center;
  267. color: #ffa90b;
  268. }
  269. .content_box_right_tit span{
  270. }
  271. .content_box_right_tit2{
  272. color: #dddddd;
  273. text-align: center;
  274. font-weight: bold;
  275. margin: 2vh 0;
  276. }
  277. .content_box_right_time{
  278. color: #dddddd;
  279. text-align: center;
  280. margin-bottom: 2vh;
  281. }
  282. .content_box_right_time span{
  283. color: #ffa90b;
  284. font-weight: bold;
  285. font-size: 3vh;
  286. background: #133194;
  287. padding: 1vh .5vw;
  288. margin-right: .3vw;
  289. }
  290. .content_box_right_money{
  291. display: flex;
  292. text-align: center;
  293. padding: 0 2vw;
  294. justify-content: space-between;
  295. margin-bottom: 2vh;
  296. }
  297. .content_box_right_money div{
  298. background: rgba(0,48,134,0.6);
  299. width: 48%;
  300. padding: 2vh 0 1vh;
  301. border-radius: 5px;
  302. }
  303. .content_box_right_num{
  304. text-align: center;
  305. background: rgba(0,48,134,0.6);
  306. padding: 2vh 0 1vh;
  307. border-radius: 5px;
  308. width: calc(100% - 4vw);
  309. margin: 0 auto;
  310. }
  311. .content_box_right_num p{
  312. color: #dddddd;
  313. }
  314. .content_box_right_num p:last-child{
  315. color: #25e8ff;
  316. font-weight: bold;
  317. font-size: 2.5vh;
  318. }
  319. .content_box_right_money p{
  320. color: #dddddd;
  321. }
  322. .content_box_right_money p:last-child{
  323. color: #ffa90b;
  324. font-weight: bold;
  325. font-size: 2.5vh;
  326. }
  327. .ruleTable{
  328. width: calc(100% - 4vw);
  329. margin: 0 auto;
  330. margin-top: 1vh;
  331. }
  332. .ruleTable tr td{
  333. padding: 1vh 0;
  334. }
  335. .ruleTable tr td:nth-child(odd){
  336. color: #9cc8ff;
  337. }
  338. .ruleTable tr td:nth-child(even){
  339. color: #ffffff;
  340. }
  341. @keyframes horizontalAnmia1 {
  342. 0% {
  343. opacity: 1;
  344. }
  345. 50% {
  346. opacity: 0;
  347. }
  348. 100% {
  349. opacity: 1;
  350. }
  351. }
  352. @keyframes horizontalAnmia2 {
  353. 0% {
  354. opacity: 0.5;
  355. }
  356. 25% {
  357. opacity: 1;
  358. }
  359. 75% {
  360. opacity: 0;
  361. }
  362. 100% {
  363. opacity: 0.5;
  364. }
  365. }
  366. @keyframes horizontalAnmia3 {
  367. 0% {
  368. opacity: 0;
  369. }
  370. 50% {
  371. opacity: 1;
  372. }
  373. 100% {
  374. opacity: 0;
  375. }
  376. }
  377. @-webkit-keyframes rotate {
  378. from {
  379. -webkit-transform: rotate(0deg)
  380. }
  381. to {
  382. -webkit-transform: rotate(360deg)
  383. }
  384. }
  385. @-moz-keyframes rotate {
  386. from {
  387. -moz-transform: rotate(0deg)
  388. }
  389. to {
  390. -moz-transform: rotate(359deg)
  391. }
  392. }
  393. @-o-keyframes rotate {
  394. from {
  395. -o-transform: rotate(0deg)
  396. }
  397. to {
  398. -o-transform: rotate(359deg)
  399. }
  400. }
  401. @keyframes rotate {
  402. from {
  403. transform: rotate(0deg)
  404. }
  405. to {
  406. transform: rotate(359deg)
  407. }
  408. }
  409. @-webkit-keyframes opacity {
  410. 0% {
  411. opacity: 1;
  412. }
  413. 50% {
  414. opacity: 0.5;
  415. }
  416. 100% {
  417. opacity: 1;
  418. }
  419. }
  420. @-moz-keyframes opacity {
  421. 0% {
  422. opacity: 1;
  423. }
  424. 50% {
  425. opacity: 0.5;
  426. }
  427. 100% {
  428. opacity: 1;
  429. }
  430. }
  431. @-o-keyframes opacity {
  432. 0% {
  433. opacity: 1;
  434. }
  435. 50% {
  436. opacity: 0.5;
  437. }
  438. 100% {
  439. opacity: 1;
  440. }
  441. }
  442. @keyframes opacity {
  443. 0% {
  444. opacity: 1;
  445. }
  446. 50% {
  447. opacity: 0.5;
  448. }
  449. 100% {
  450. opacity: 1;
  451. }
  452. }