aboutUs.wxss 440 B

1234567891011121314151617181920212223242526272829303132
  1. .con {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. }
  6. .message-detail {
  7. margin: 15rpx 50rpx;
  8. font-size: 30rpx;
  9. }
  10. .detail-text {
  11. text-indent: 2em;
  12. }
  13. .icon {
  14. height: 150rpx;
  15. width: 300rpx;
  16. margin-top: 200rpx;
  17. margin-bottom: 200rpx;
  18. }
  19. .btn-row {
  20. display: flex;
  21. justify-content: space-between;
  22. margin-bottom: 15rpx;
  23. width: 700rpx;
  24. }
  25. .sub-title {
  26. padding: 40rpx;
  27. }