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 539B

12345678910111213141516171819202122232425262728293031323334
  1. .section_list{
  2. height: 20mm;
  3. margin-bottom: 5mm;
  4. }
  5. .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. .section_item:nth-last-child(1){
  16. margin-right: 0;
  17. }
  18. .item_num{
  19. height: 5mm;
  20. font-size: 3mm;
  21. color: #999999;
  22. text-align: center;
  23. margin-bottom: 2mm;
  24. }
  25. .item_num>span{
  26. font-size: 5mm;
  27. color: #ff6b00;
  28. }
  29. .item_title{
  30. text-align: center;
  31. height: 4mm;
  32. font-size: 4mm;
  33. color: #333333;
  34. }