comon0.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. @charset "utf-8";
  2. /* CSS Document */
  3. *{
  4. -webkit-box-sizing: border-box;
  5. -moz-box-sizing: border-box;
  6. box-sizing: border-box}
  7. *,body{padding:0px; margin:0px;color: #fff;;font-family: "微软雅黑";}
  8. body{ background: linear-gradient(25deg, #0f2249,#182e5a 20%,#0f2249 40%,#182e5a 60%,#0f2249 80%,#182e5a 100%);color:#fff;font-size: .1rem;}
  9. li{ list-style-type:none;}
  10. table{}
  11. i{ margin:0px; padding:0px; text-indent:0px;}
  12. img{ border:none; max-width: 100%;}
  13. a{ text-decoration:none; color:#399bff;}
  14. a.active,a:focus{ outline:none!important; text-decoration:none;}
  15. ol,ul,p,h1,h2,h3,h4,h5,h6{ padding:0; margin:0}
  16. a:hover{ color:#06c; text-decoration: none!important}
  17. i,em{font-style: normal;}
  18. .clearfix:after, .clearfix:before {
  19. display: table;
  20. content: " "
  21. }
  22. .clearfix:after {
  23. clear: both
  24. }
  25. .pulll_left{float:left;}
  26. .pulll_right{float:right;}
  27. /*谷哥滚动条样式*/
  28. ::-webkit-scrollbar {width:5px;height:5px;position:absolute}
  29. ::-webkit-scrollbar-thumb {background-color:#5bc0de}
  30. ::-webkit-scrollbar-track {background-color:#ddd}
  31. /***/
  32. .loading{position:fixed; left:0; top:0; font-size:.3rem; z-index:100000000;width:100%; height:100%; background:#1a1a1c; text-align:center;}
  33. .loadbox{position:absolute; width:160px;height:150px; color: #324e93; left:50%; top:50%; margin-top:-100px; margin-left:-75px;}
  34. .loadbox img{ margin:10px auto; display:block; width:40px;}
  35. .head{ height:1.05rem; background: url(../images/head_bg.png) no-repeat center center; background-size: 100% 100%; position: relative}
  36. .head h1{ color:#bde4ff; text-align: center; font-size: .4rem; line-height:1.05rem; letter-spacing: .06rem;}
  37. .head h1 img{ width:1.5rem; display: inline-block; vertical-align: middle; margin-right: .2rem}
  38. html,body{height: 100%;}
  39. .mainbox{ padding:.4rem 0rem 0rem 0rem; height:calc(100% - 1.05rem); }
  40. .mainbox>ul{ margin-left:.1rem; margin-right:.1rem; height: 100%;}
  41. .mainbox>ul>li{ float: left; padding: 0 .13rem;height: 100%;}
  42. .mainbox>ul>li{ width: 25%}
  43. .mainbox>ul>li:nth-child(2){ width: 50%}
  44. .boxall{ border: 1px solid #3486da; background: rgba(0,70,190,.1); padding:.15rem; position: relative; margin-bottom: .25rem; z-index: 10;}
  45. .boxall:before,
  46. .boxall:after{ position:absolute; width: .15rem; height: .15rem; content: ""; border-top: 3px solid #3486da; top: -2px;}
  47. .boxall:before,.boxfoot:before{border-left: 3px solid #3486da;left:-2px;}
  48. .boxall:after,.boxfoot:after{border-right: 3px solid #3486da; right: -2px;}
  49. .boxfoot{ position:absolute; bottom: 0; width: 100%; left:0;}
  50. .boxfoot:before,
  51. .boxfoot:after{ position:absolute; width: .15rem; height: .15rem; content: "";border-bottom:3px solid #3486da; bottom:-2px;}
  52. .tit01{background: linear-gradient(to right,rgba(48,82,174,1),rgba(48,82,174,0)); color: #fff; font-size: .17rem; padding: .03rem .1rem;}
  53. .tit02{ background: #3aafe8; color: #021132; position: absolute; font-size: .25rem; padding: .02rem 0; text-align: center; width: 2.4rem; left: 50%; margin-left: -1.2rem; margin-top: -.35rem; letter-spacing: .05rem;}
  54. .tit03{text-align: center; color: #fff;font-size: .25rem; line-height: .5rem; letter-spacing: .05rem;}
  55. .tit04{text-align: center; background: #0c2854; color: #fff;font-size: .25rem; line-height: .6rem; letter-spacing: .05rem;}
  56. .wrap{ height:2.54rem; overflow: hidden;}
  57. .wrap li{ line-height:.42rem; height:.42rem; font-size: .18rem; text-indent: .24rem; margin-bottom: .1rem; }
  58. .wrap li p{border: 1px solid rgba(25,186,139,.17);color: rgba(255,255,255,.6); }
  59. .boxnav{}
  60. .nav01{ height: calc(100% - .3rem); padding-top: .2rem;}
  61. .nav02{ height: calc(100%); display: flex; align-items: center;}
  62. .nav03{ height: calc(100% - .47rem); padding-top: .2rem;}
  63. .nav04{ height: calc(100% - .7rem);}
  64. .nav02>div{width: 100%;}
  65. .nav02 p{text-align: center; color: #fff;}
  66. .nav02 .p1{font-size: .3rem; letter-spacing: .02rem;}
  67. .p2{font-size: .6rem; letter-spacing: .05rem; padding: .1rem 0; width: 100%; text-align: center;}
  68. .nav02 .p3 span{text-align: center; color: #fff; display: inline-block; width: 45%;font-size: .3rem;}
  69. .dot{width: .2rem;height: .2rem; display: inline-block; border-radius: 1rem; position: relative; top: .04rem; margin-right: .1rem; }
  70. .dot1{background: #ff0006}
  71. .dot2{background: #00ea37}
  72. .text-green{ color: #00ea37}
  73. .text-red{ color: #ff0006;}
  74. .listhead{height: .55rem;display: flex; justify-content: space-between; }
  75. .listnav{height:calc(100% - .55rem); }
  76. .listnav ul li{height: 100%; display: flex; justify-content: space-between;}
  77. .listhead span,.listnav li span{width: 100%; align-items: center; justify-content: center; display: flex;height: .55rem;}
  78. .listhead1 span,.listnav1 li span{border: 1px solid #3486da;}
  79. .listnav ul li span{ font-size:.18rem;}
  80. .listnav2 ul li:nth-child(odd){ background: #0c2854;}
  81. .listhead1 span{background: #0c2854; font-size: .2rem; color: #3486da; font-weight: bold;}
  82. .listhead2 span{ font-size: .2rem; color: #3486da; border-bottom: 1px solid #0c2854; font-weight: bold;}
  83. /*Plugin CSS*/
  84. .str_wrap {
  85. overflow:hidden;
  86. width:100%;
  87. position:relative;
  88. -moz-user-select: none;
  89. -khtml-user-select: none;
  90. user-select: none;
  91. white-space:nowrap;
  92. }
  93. .str_move {
  94. white-space:nowrap;
  95. position:absolute;
  96. top:0;
  97. left:0;
  98. cursor:move;
  99. }
  100. .str_move_clone {
  101. display:inline-block;
  102. vertical-align:top;
  103. position:absolute;
  104. left:100%;
  105. top:0;
  106. }
  107. .str_vertical .str_move_clone {
  108. left:0;
  109. top:100%;
  110. }
  111. .str_down .str_move_clone {
  112. left:0;
  113. bottom:100%;
  114. }
  115. .str_vertical .str_move,
  116. .str_down .str_move {
  117. white-space:normal;
  118. width:100%;
  119. }
  120. .str_static .str_move,
  121. .no_drag .str_move,
  122. .noStop .str_move{
  123. cursor:inherit;
  124. }
  125. .str_wrap img {
  126. max-width:none !important;
  127. }
  128. .payment-time{
  129. padding-right: 10px;
  130. }