aboutUs.wxss 627 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .con {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. }
  6. .activity-detail {
  7. margin: 15rpx 50rpx;
  8. font-size: 30rpx;
  9. }
  10. .icon {
  11. height: 150rpx;
  12. width: 300rpx;
  13. margin-top: 200rpx;
  14. margin-bottom: 200rpx;
  15. }
  16. .btn-row {
  17. display: flex;
  18. }
  19. .button {
  20. padding: 0rpx;
  21. font-size: 30rpx;
  22. border-radius: 30rpx;
  23. width: 200rpx !important;
  24. height: 100rpx !important;
  25. margin: 10rpx 10rpx !important;
  26. display: flex;
  27. align-items: center;
  28. justify-content: center;
  29. font-weight: normal !important;
  30. border: none !important;
  31. }
  32. .sub-title {
  33. margin: 40rpx;
  34. }