comon0.css 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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: #222;font-family: "微软雅黑";}
  8. body{color:#666;font-size: 16px; }
  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. .clearfix:after, .clearfix:before {
  18. display: table;
  19. content: " "
  20. }
  21. .clearfix:after {
  22. clear: both
  23. }
  24. .pulll_left{float:left;}
  25. .pulll_right{float:right;}
  26. .canvas{position:fixed; width:100%; left: 0; top: 0; height:100%; z-index: 1;}
  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:rgba(255,255,255,.6); left:50%; top:50%; margin-top:-100px; margin-left:-75px;}
  29. .loadbox img{ margin:10px auto; display:block; width:40px;}
  30. .head{ height:105px; background: url(../images/head_bg.png) no-repeat center center; position: relative}
  31. h1{ color:#fff; text-align: left; font-size:40px; line-height:64px; text-align: center;}
  32. .weather{ position:absolute; right:20px; top:0; line-height: 70px;}
  33. .weather span{color:rgba(255,255,255,.7)!important; font-size: 18px; }
  34. .mainbox{ padding:20px 20px 0px 20px;}
  35. .mainbox>ul{ margin-left:-.4rem; margin-right:-.4rem;}
  36. .mainbox>ul>li{ float: left; padding: 0 .4rem}
  37. .mainbox>ul>li{ width: 24%}
  38. .mainbox>ul>li:nth-child(2){ width: 52%}
  39. .boxall{ padding:15px; background: rgba(0,0,0,.2); position: relative; margin-bottom:15px;; z-index: 10;}
  40. .alltitle{ font-size:18px; color:#fff; position: relative; margin-bottom: 10px;}
  41. .alltitle:before{ width: 90%; height: 1px; top:12px; position: absolute; content: ""; border-bottom: dashed #fff 1px; right: 0; opacity: .2;}
  42. .alltitle:after{ width: 8px; height:10px; top:8px; position: absolute; content: ""; border-radius:20px; right: 0; background: #0c51f9;}
  43. .navboxall{height: calc(100% - 30px);}
  44. .num,.zhibiao{height: 100%; width: 50%;}
  45. .zb1,.zb2,.zb3{float: left; width: 33.3333%; height: 100%;}
  46. #zb1,#zb2,#zb3{height: calc(100% - 30px); }
  47. .zhibiao span{ padding-top: 20px; display: block; text-align: center; color: #fff; font-size: 16px;}
  48. .num{padding-right: 20px;}
  49. .numbt{ font-size: 24px; color: #fff; padding-top:14px;}
  50. .numbt span{font-size: 18px; padding-left: 10px;color: #fff; }
  51. .numtxt{ color: #fef000; font-size: 80px; font-family: arial; border-top: 1px solid rgba(255,255,255,.1);border-bottom: 1px solid rgba(255,255,255,.1); padding: 10px 0; margin: 18px 0; font-weight: bold; letter-spacing: 2px;}
  52. .table1 th{border-bottom: 1px solid rgba(255,255,255,.2); font-size: 16px; color:rgba(255,255,255,.6); font-weight: normal; padding:10px 0 10px 0;}
  53. .table1 td{ font-size: 16px; color:rgba(255,255,255,.4); padding: 15px 0 0 0; }
  54. .table1 span{ width: 24px; height: 24px; border-radius: 53px; display: block; background: #878787; color: #fff; line-height: 24px; text-align: center;}
  55. .table1 tr:nth-child(2) span{ background: #ed405d}
  56. .table1 tr:nth-child(3) span{ background: #f78c44}
  57. .table1 tr:nth-child(4) span{ background: #49bcf7}
  58. /*Plugin CSS*/
  59. .sycm ul{}
  60. .sycm li{ text-align: center; padding: 10px 0; position: relative;float: left;width:50%; padding: 20px 0;}
  61. .sycm ul li:nth-child(odd):before{ position:absolute; content: ""; height:30%; width: 1px; background: rgba(255,255,255,.2); right: 0; top: 30%;}
  62. .sycm li h2{ font-size:24px; color: #c5ccff;}
  63. .sycm li span{ font-size:18px; color: #fff; opacity: .5;}
  64. .sycm p{ border: 1px solid rgba(255,255,255,.3);color: rgba(255,255,255,.6); text-align: center; margin: 10px; border-radius: 5px; padding: 8px ; position: relative;}
  65. .sycm p:before{content: ""; position: absolute; border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid rgba(255,255,255,.3); bottom: -8px; left: 49%}