comon0.css 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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;font-family: "微软雅黑";}
  8. body{ background:#000d4a url(../images/bg.jpg) center center; background-size:cover;color:#fff; font-size: .1rem; }
  9. li{ list-style-type:none;}
  10. @font-face{font-family:electronicFont;src:url(../font/DS-DIGIT.TTF)}
  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. html,body{height: 100%;}
  18. .clearfix:after, .clearfix:before {display: table;content: " "}
  19. .clearfix:after {clear: both}
  20. .pulll_left{float:left;}
  21. .pulll_right{float:right;}
  22. /*谷哥滚动条样式*/
  23. ::-webkit-scrollbar {width:5px;height:5px;position:absolute}
  24. ::-webkit-scrollbar-thumb {background-color:#5bc0de}
  25. ::-webkit-scrollbar-track {background-color:#ddd}
  26. /***/
  27. .loading{position:fixed; left:0; top:0; font-size:16px; z-index:100000000;width:100%; height:100%; background:#1a1a1c; text-align:center;}
  28. .loadbox{position:absolute; width:160px;height:150px; color: #324e93; left:50%; top:50%; margin-top:-100px; margin-left:-75px;}
  29. .loadbox img{ margin:10px auto; display:block; width:40px;}
  30. .head{ height:1.05rem; background: url(../images/head_bg.png) no-repeat center center; background-size: 100% 100%; position: relative}
  31. .head h1{ color:#fff; text-align: center; font-size: .4rem; line-height:.8rem; letter-spacing: -1px;}
  32. .head h1 img{ width:1.5rem; display: inline-block; vertical-align: middle; }
  33. .time{ position:absolute; right:.15rem; top:0; line-height: .75rem;color:rgba(255,255,255,.7); font-size: .3rem; padding-right: .1rem;font-family:electronicFont;}
  34. .mainbox{ padding:0 .2rem 0rem .2rem; height:calc(100% - 1.05rem) }
  35. .mainbox>ul{ margin-left:-.1rem; margin-right:-.1rem; height:100%}
  36. .mainbox>ul>li{ float: left; padding: 0 .1rem;height:100%;width: 30%}
  37. .mainbox>ul>li:nth-child(2){ width: 40%}
  38. .boxall{ padding:0 .2rem .2rem .2rem; background: rgba(6,48,109,.5); position: relative; margin-bottom: .15rem; z-index: 10; }
  39. .alltitle{ font-size:.2rem; color:#fff; line-height: .5rem; position: relative;padding-left: .15rem}
  40. .alltitle:before{position: absolute; height: .2rem; width: 4px; background: #49bcf7; border-radius: 5px; content: ""; left: 0; top: 50%; margin-top: -.1rem;}
  41. .boxnav{height: calc(100% - .5rem);}
  42. .row>li{ float: left; height: 100%;}
  43. .col-6{width: 50%;}
  44. .col-3{width: 25%;}
  45. .col-4{width: 33.33333%;}
  46. .h100{height: 100%;}
  47. .tit01{ text-align: center; color: white; font-size: .16rem; padding: .3rem 0 .02rem 0;}
  48. .piebox{ height: calc(100% - .5rem); position: relative;}
  49. .piebox:before{ width:.6rem; height:.6rem; content: ""; border: 1px solid #49bcf7; border-radius: 1rem; position: absolute;
  50. left:50%; top: 50%; margin-left: -.31rem; margin-top: -.31rem; opacity: .7;}
  51. .sqzs{margin-right: .2rem;}
  52. .sqzs p{ padding: .2rem 0 .1rem 0; font-size: .22rem;}
  53. .sqzs h1{height: calc(100% - .65rem); border-bottom: 1px solid rgba(255,255,255,.1); border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; color: #fef000;font-weight: normal; letter-spacing: 2px; font-size: .5rem; justify-content: center;padding-bottom: .05rem;}
  54. .sqzs h1 span{ font-size: .8rem; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; }
  55. table{ width: 100%; text-align: center;}
  56. table th{ font-size: .16rem; background: rgba(0,0,0,.1);}
  57. table td{ font-size: .16rem; color: rgba(255,255,255,.6);}
  58. table th,table td{ border-bottom:1px solid rgba(255,255,255,.1); padding: .1rem 0;}