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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .section_list{
  2. height: 20mm;
  3. margin-bottom: 5mm;
  4. }
  5. .section1 .section_item{
  6. width: 26mm;
  7. background-color: #f5f7f9;
  8. border-radius: 3mm;
  9. height: 20mm;
  10. float: left;
  11. margin-right: 2mm;
  12. padding-top: 4mm;
  13. box-sizing: border-box;
  14. }
  15. .section1 .item_num{
  16. height: 5mm;
  17. font-size: 3mm;
  18. color: #999999;
  19. text-align: center;
  20. margin-bottom: 2mm;
  21. }
  22. .section1 .item_num>span{
  23. font-size: 5mm;
  24. color: #ff6b00;
  25. margin-right: 1mm;
  26. }
  27. .section1 .item_title{
  28. text-align: center;
  29. height: 4mm;
  30. font-size: 4mm;
  31. color: #333333;
  32. }
  33. .echarts_result{
  34. margin-bottom: 4mm;
  35. padding: 3mm;
  36. background-color: #F5F7F9;
  37. }
  38. .echarts_result_content .yj{
  39. display: inline-block;
  40. margin-right: 2mm;
  41. width: 2mm;
  42. height: 2mm;
  43. border-radius: 50%;
  44. }
  45. .echarts_result_content {
  46. margin-top: 3mm;
  47. padding: 3mm;
  48. background-color: #fff;
  49. }