金诚优选前端代码
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.

32 lines
581 B

  1. #point-about{
  2. .about__title{
  3. color: #4A4A4A;
  4. font-size: 16px;
  5. padding: 15px;
  6. margin-bottom: 11px;
  7. background: #fff;
  8. }
  9. .about__explain{
  10. background: #fff;
  11. display: flex;
  12. flex-wrap: wrap;
  13. align-content: space-between;
  14. padding: 5px 10px;
  15. text-align: center;
  16. .explain__item{
  17. width: 33.333%;
  18. padding: 12px 10px;
  19. i{
  20. font-size: 35px;
  21. }
  22. .item__title{
  23. font-size: 16px;
  24. color: #4A4A4A;
  25. }
  26. .item__explain{
  27. color:#9B9B9B;
  28. font-size: 11px;
  29. }
  30. }
  31. }
  32. }