index.wxss 548 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* pages/index/index.wxss */
  2. page {
  3. background: #fff;
  4. }
  5. image {
  6. border: none;
  7. }
  8. .main {
  9. display: block;
  10. width: 80vw;
  11. height: 60vh;
  12. margin: 10vh auto;
  13. }
  14. .go {
  15. width: 70vw;
  16. height: 12vw;
  17. line-height: 12vw;
  18. font-size: 5vw;
  19. text-align: center;
  20. background: #3e94f6;
  21. color: #fff;
  22. border-radius: 6vw;
  23. margin: 0 auto;
  24. margin-top: 60rpx;
  25. }
  26. .has-account {
  27. width: 300rpx;
  28. height: 70rpx;
  29. line-height: 70rpx;
  30. color: #888;
  31. text-decoration: underline;
  32. font-size: 32rpx;
  33. text-align: center;
  34. margin: 30rpx auto;
  35. }