statistics.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. .re-title .name{font-size: 18px;font-weight: bold;color: #333;height: 40px;line-height: 40px;display: inline-block;padding: 0px 20px;}
  2. .re-title .team{font-size: 14px;color: #333;display: inline-block;}
  3. .no-select{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select:none}
  4. .re-title{border-bottom:solid 1px #ededed;}
  5. .w3-row:after {
  6. content: "";
  7. display: table;
  8. clear: both
  9. }
  10. .w3-col {
  11. float: left;
  12. width: 100%
  13. }
  14. .w3-rest{overflow:hidden}
  15. .div-table {
  16. display: table;
  17. width: 100%;
  18. }
  19. .table-row {
  20. display: table-row;
  21. }
  22. .table-cell {
  23. display: table-cell;
  24. text-align: center;
  25. vertical-align: middle;
  26. }
  27. .pr20{
  28. padding-right: 20px;
  29. }
  30. .fr{
  31. float: right;
  32. }
  33. .lheight-20{
  34. line-height: 20px;
  35. }
  36. .lheight-40{
  37. line-height: 40px;
  38. }
  39. .lheight-60{
  40. line-height: 60px;
  41. }
  42. .mt80{
  43. margin-top: 80px;
  44. }
  45. .w-160{
  46. width: 160px;
  47. }
  48. .w-220{
  49. width: 220px;
  50. }
  51. .btn{
  52. color:#fff;
  53. width: 80px;
  54. padding: 4px 8px;
  55. height: 28px;
  56. }
  57. select.form-control{
  58. padding: 0px 1px;
  59. height: 28px;
  60. }
  61. .bgc-12B7F5{
  62. background-color: #12B7F5;
  63. }
  64. .c-12B7F5{
  65. color: #12B7F5;
  66. }
  67. .bgc-FF9630{
  68. background-color: #FF9630;
  69. }
  70. .c-FF9630{
  71. color: #FF9630;
  72. }
  73. .bgc-2DBE55{
  74. background-color: #2DBE55;
  75. }
  76. .data-model{
  77. border: 1px solid #e1e1e1;
  78. border-radius: 5px;
  79. }
  80. #sc_table{}
  81. #sc_table th,#sc_table td{
  82. height: 40px;
  83. font-size: 14px;
  84. padding-left:5px;
  85. padding-right:5px;
  86. }
  87. #sc_table th{
  88. background-color: #F5F5FA;
  89. text-align: center;
  90. color: #909090;
  91. font-weight: normal;
  92. }