纽威
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.

163 lines
6.3 KiB

1 year ago
  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. .head2{ height:0.85rem; background: url(../images/head_bg.png) no-repeat center center; background-size: 100% 100%; position: relative}
  37. .head2 h2{ color:#bde4ff; text-align: center; font-size: .34rem; line-height:0.85rem; letter-spacing: .06rem;background:linear-gradient(25deg, #0f2249,#182e5a 20%,#0f2249 40%,#182e5a 60%,#0f2249 80%,#182e5a 100%);}
  38. .head h1{ color:#bde4ff; text-align: center; font-size: .4rem; line-height:1.05rem; letter-spacing: .06rem;}
  39. .head h1 img{ width:1.5rem; display: inline-block; vertical-align: middle; margin-right: .2rem}
  40. html,body{height: 100%;}
  41. .mainbox{ padding:.1rem 0rem 0rem 0rem; height:calc(100% - 2rem); }
  42. .mainbox>ul{ margin-left:.1rem; margin-right:.1rem; height: 100%;}
  43. .mainbox>ul>li{ float: left; padding: 0 .13rem;height: 100%;}
  44. .mainbox>ul>li{ width: 100%; height:calc(50% - 0.01rem);}
  45. .mainbox>ul>li:nth-child(2){ width: 100%}
  46. .boxall{ border: 1px solid #3486da; background: rgba(0,70,190,.1); padding:.15rem; position: relative; margin-bottom: .1rem; z-index: 10;}
  47. .boxall:before,
  48. .boxall:after{ position:absolute; width: .15rem; height: .15rem; content: ""; border-top: 3px solid #3486da; top: -2px;}
  49. .boxall:before,.boxfoot:before{border-left: 3px solid #3486da;left:-2px;}
  50. .boxall:after,.boxfoot:after{border-right: 3px solid #3486da; right: -2px;}
  51. .boxfoot{ position:absolute; bottom: 0; width: 100%; left:0;}
  52. .boxfoot:before,
  53. .boxfoot:after{ position:absolute; width: .15rem; height: .15rem; content: "";border-bottom:3px solid #3486da; bottom:-2px;}
  54. .tit01{background: linear-gradient(to right,rgba(48,82,174,1),rgba(48,82,174,0)); color: #fff; font-size: .3rem; padding: .03rem .1rem;}
  55. .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;}
  56. .tit03{text-align: center; color: #fff;font-size: .25rem; line-height: .5rem; letter-spacing: .05rem;}
  57. .tit04{text-align: center; background: #0c2854; color: #fff;font-size: .25rem; line-height: .6rem; letter-spacing: .05rem;}
  58. .wrap{ height:2.54rem; overflow: hidden;}
  59. .wrap li{ line-height:.42rem; height:.42rem; font-size: .18rem; text-indent: .24rem; margin-bottom: .1rem; }
  60. .wrap li p{border: 1px solid rgba(25,186,139,.17);color: rgba(255,255,255,.6); }
  61. .boxnav{}
  62. .nav01{ height: calc(100% - .3rem); padding-top: .2rem;}
  63. .nav02{ height: calc(100%); display: flex; align-items: center;}
  64. .nav03{ height: calc(100% - .9rem); padding-top: .02rem;}
  65. .nav05{ height: calc(100% - .4rem); padding-top: .02rem;}
  66. .nav04{ height: calc(100% - .7rem);}
  67. .nav02>div{width: 100%;}
  68. .nav02 p{text-align: center; color: #fff;}
  69. .nav02 .p1{font-size: .3rem; letter-spacing: .02rem;}
  70. .p2{font-size: .6rem; letter-spacing: .05rem; padding: .1rem 0; width: 100%; text-align: center;}
  71. .nav02 .p3 span{text-align: center; color: #fff; display: inline-block; width: 45%;font-size: .3rem;}
  72. .dot{width: .2rem;height: .2rem; display: inline-block; border-radius: 1rem; position: relative; top: .04rem; margin-right: .1rem; }
  73. .dot1{background: #ff0006}
  74. .dot2{background: #00ea37}
  75. .text-green{ color: #00ea37}
  76. .text-red{ color: #ff0006;}
  77. .text-orange{ color: orange ;}
  78. .listhead{height: .55rem;display: flex; justify-content: space-between; }
  79. .listnav{height:calc(100% - .55rem); }
  80. .listnav ul li{height: 100%; display: flex; justify-content: space-between;}
  81. .listhead span,.listnav li span{width: 100%; align-items: center; justify-content: center; display: flex;height: .55rem;}
  82. /*.listhead1 span,.listnav1 li span{border: 1px solid #3486da;}*/
  83. .listhead span,.listnav li span{border: 0.5px solid #3486da70 ;}
  84. .listnav ul li span{ font-size:.18rem;}
  85. .listnav2 ul li:nth-child(odd){ background: #0c2854;}
  86. .listhead1 span{background: #0c2854; font-size: .2rem; color: #3486da; font-weight: bold;}
  87. .listhead2 span{ font-size: .2rem; color: #3486da; border-bottom: 1px solid #0c2854; font-weight: bold;}
  88. .listhead5 span {
  89. font-family: 黑体;/*华文楷体;*/
  90. font-weight: 500 !important;
  91. font-size: 0.2rem !important;
  92. }
  93. .ContentFont ul li span {
  94. font-family: 宋体 !important;
  95. }
  96. /*Plugin CSS*/
  97. .str_wrap {
  98. overflow:hidden;
  99. width:100%;
  100. position:relative;
  101. -moz-user-select: none;
  102. -khtml-user-select: none;
  103. user-select: none;
  104. white-space:nowrap;
  105. }
  106. .str_move {
  107. white-space:nowrap;
  108. position:absolute;
  109. top:0;
  110. left:0;
  111. cursor:move;
  112. }
  113. .str_move_clone {
  114. display:inline-block;
  115. vertical-align:top;
  116. position:absolute;
  117. left:100%;
  118. top:0;
  119. }
  120. .str_vertical .str_move_clone {
  121. left:0;
  122. top:100%;
  123. }
  124. .str_down .str_move_clone {
  125. left:0;
  126. bottom:100%;
  127. }
  128. .str_vertical .str_move,
  129. .str_down .str_move {
  130. white-space:normal;
  131. width:100%;
  132. }
  133. .str_static .str_move,
  134. .no_drag .str_move,
  135. .noStop .str_move{
  136. cursor:inherit;
  137. }
  138. .str_wrap img {
  139. max-width:none !important;
  140. }
  141. .payment-time{
  142. padding-right: 10px;
  143. }