page-tips.wxss 399 B

1234567891011121314151617181920212223
  1. /* components/page-tips/page-tips.wxss */
  2. .page-tips {
  3. padding-top: 200rpx;
  4. width: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. justify-content: center;
  9. }
  10. .page-tips .icon {
  11. display: block;
  12. width: 260rpx;
  13. height: auto;
  14. margin-bottom: 30rpx;
  15. }
  16. .page-tips .content {
  17. display: block;
  18. font-size: 32rpx;
  19. color: rgba(66, 70, 86, 1);
  20. line-height: 44rpx;
  21. }