stats.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .seachdiv{
  2. padding : 15px 30px;
  3. background-color: #ffffff;
  4. box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  5. border: solid 1px #dcdcdc;
  6. margin: 10px 10px 0px 10px;
  7. /*height: 8%; */
  8. }
  9. .btndiv{
  10. padding: 10px 0px 0px 0px;
  11. overflow: hidden;
  12. }
  13. .spancon{
  14. width: 53px;
  15. height: 13px;
  16. font-family: MicrosoftYaHei;
  17. font-size: 13px;
  18. line-height: 2.77;
  19. text-align: left;
  20. color: #323232;
  21. margin-left: 20px;
  22. }
  23. .content{
  24. background-color: #ffffff;
  25. box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  26. border: solid 1px #dcdcdc;
  27. margin: 10px;
  28. padding: 20px 0px;
  29. height: 68%;
  30. overflow: auto;
  31. position: relative;
  32. }
  33. .charhead{
  34. font-family: MicrosoftYaHei;
  35. font-size: 14px;
  36. font-weight: bold;
  37. line-height: 1.5;
  38. text-align: center;
  39. color: #646464;
  40. }
  41. .imgbtn{
  42. width: 16px;
  43. height: 16px;
  44. margin-left: 20px;
  45. cursor: pointer;
  46. margin-top:8px;
  47. }
  48. .downcharhend{
  49. font-family: MicrosoftYaHei;
  50. font-size: 16px;
  51. font-weight: bold;
  52. line-height: 36px;
  53. text-align: left;
  54. padding-left:10px;
  55. color: #323232;
  56. border-left: solid 3px #5187c9;
  57. }
  58. #downcharhead{
  59. padding:20px;
  60. }
  61. .charhead span{
  62. font-size: 20px;
  63. }
  64. .tablediv{
  65. width: 96%;
  66. position: relative;
  67. height: 85%;
  68. margin-left: 2%;
  69. margin-top: 2%;
  70. display: none;
  71. background: white;
  72. }
  73. .chardiv{
  74. width: 100%;
  75. position: relative;
  76. height: 85%;
  77. margin: 0 auto;
  78. }
  79. /*ȱʡҳ*/
  80. .err-info{
  81. width: 100%;
  82. /* height: 100%; */
  83. }
  84. .err-icon01{
  85. width: 61px;
  86. height: 68px;
  87. background: url(../images/err-icon01.png) no-repeat;
  88. margin: 20% auto 0;
  89. }
  90. .err-text{
  91. text-align: center;
  92. margin: 10px auto 0;
  93. color: #969696;
  94. }