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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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 .jj{
  34. text-indent: 8mm;
  35. color: #999999;
  36. line-height: 6mm;
  37. }
  38. .section2 .blue {
  39. color: #2D8CF0;
  40. }
  41. .section2 .dj{
  42. width: 8%;
  43. }
  44. .section2 .pm {
  45. width: 14%;
  46. }
  47. .section2 .comm {
  48. width: 70%;
  49. }
  50. .section2 .line {
  51. display: inline-block;
  52. width: 8mm;
  53. }
  54. .echarts_result{
  55. margin-bottom: 4mm;
  56. padding: 3mm;
  57. background-color: #F5F7F9;
  58. }
  59. .echarts_result_content .yj{
  60. display: inline-block;
  61. margin-right: 2mm;
  62. width: 2mm;
  63. height: 2mm;
  64. border-radius: 50%;
  65. }
  66. .echarts_result_content {
  67. margin-top: 3mm;
  68. padding: 3mm;
  69. background-color: #fff;
  70. }
  71. .curscorelevel{
  72. background-color: rgba(245, 247, 249, 1);
  73. padding: 3mm 0 3mm 2mm;
  74. }
  75. .section2 .multicolumn .tr{
  76. background-color: #ebf5ff;
  77. }
  78. .section2 .green {
  79. color: green;
  80. }
  81. .section2 .red {
  82. color: red;
  83. }
  84. .word_wrap {
  85. word-break: break-all;
  86. word-wrap: break-word;
  87. white-space: pre-wrap;
  88. }