index.less 537 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Page {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. align-content: center;
  6. .logo {
  7. margin-top: 15%;
  8. margin-bottom: 20px;
  9. }
  10. van-cell-group {
  11. width: 100%;
  12. }
  13. .btn-view {
  14. display: flex;
  15. flex-direction: row;
  16. justify-content: space-between;
  17. align-items: center;
  18. margin: 40rpx;
  19. width: 92%;
  20. padding-top: 5px;
  21. navigator {
  22. font-size: 24rpx;
  23. color: #444;
  24. }
  25. }
  26. text {
  27. font-size: 20rpx;
  28. color: #999;
  29. margin-top: 40rpx;
  30. }
  31. }