智慧校园考试-班级报告
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.

section_2.css 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .section_list{
  2. height: 20mm;
  3. margin-bottom: 5mm;
  4. }
  5. .section2 .section_item{
  6. width: 36mm;
  7. background-color: #f5f7f9;
  8. border-radius: 3mm;
  9. height: 20mm;
  10. float: left;
  11. margin-right: 3mm;
  12. padding-top: 4mm;
  13. box-sizing: border-box;
  14. }
  15. .section2 .item_num{
  16. height: 5mm;
  17. font-size: 3mm;
  18. color: #999999;
  19. text-align: center;
  20. margin-bottom: 2mm;
  21. }
  22. .section2 .item_num>span{
  23. font-size: 5mm;
  24. color: #ff6b00;
  25. margin-right: 1mm;
  26. }
  27. .section2 .item_title{
  28. text-align: center;
  29. height: 4mm;
  30. font-size: 4mm;
  31. color: #333333;
  32. }
  33. .section2 .subjectinfo{
  34. font-weight: bold;
  35. margin-bottom: 2mm;
  36. }
  37. .section2 .jj{
  38. text-indent: 8mm;
  39. color: #999999;
  40. line-height: 6mm;
  41. }
  42. .section2 .blue {
  43. color: #2D8CF0;
  44. }
  45. .section2 .dj{
  46. width: 8%;
  47. }
  48. .section2 .pm {
  49. width: 14%;
  50. }
  51. .section2 .comm {
  52. width: 70%;
  53. }
  54. .section2 .line {
  55. display: inline-block;
  56. width: 8mm;
  57. }
  58. .echarts_result{
  59. margin-bottom: 4mm;
  60. padding: 3mm;
  61. background-color: #F5F7F9;
  62. }
  63. .echarts_result_content .yj{
  64. display: inline-block;
  65. margin-right: 2mm;
  66. width: 2mm;
  67. height: 2mm;
  68. border-radius: 50%;
  69. }
  70. .echarts_result_content {
  71. margin-top: 3mm;
  72. padding: 3mm;
  73. background-color: #fff;
  74. }
  75. .curscorelevel{
  76. background-color: rgba(245, 247, 249, 1);
  77. padding: 3mm 0 3mm 2mm;
  78. }
  79. .section2 .multicolumn .tr{
  80. background-color: #ebf5ff;
  81. }
  82. .section2 .green {
  83. color: green;
  84. }
  85. .section2 .red {
  86. color: red;
  87. }