小程序农机手端

style.less 418B

12345678910111213141516171819202122232425
  1. .aboutUs{
  2. margin: 50px 30px;
  3. .title{
  4. font-size: 40px;
  5. font-weight: bold;
  6. color: #222222;
  7. text-align: center;
  8. margin-bottom: 60px;
  9. .titleicon{
  10. width: 33px;
  11. height: 33px;
  12. margin:0 31px;
  13. }
  14. }
  15. .aboutUsContent{
  16. text-align: left;
  17. font-size: 30px;
  18. font-weight: 400;
  19. color: #121212;
  20. line-height: 72px;
  21. .paragraph{
  22. text-indent: 2em;
  23. }
  24. }
  25. }