网站
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

biddingBigData.css 8.5 KiB

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