小程序农机手端

style.less 322B

1234567891011121314151617181920
  1. .version{
  2. margin: 50px 30px;
  3. text-align: center;
  4. .title{
  5. font-size: 44px;
  6. font-weight: bold;
  7. color: #222222;
  8. .titleicon{
  9. width: 33px;
  10. height: 33px;
  11. margin:0 31px;
  12. }
  13. }
  14. .updateContent{
  15. margin-top: 80px;
  16. font-size: 32px;
  17. font-weight: bold;
  18. color: #101010;
  19. }
  20. }