index.wxss 670 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .wrap {
  2. position: fixed;
  3. width: 100%;
  4. height: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. align-items: center;
  8. }
  9. image {
  10. margin: 100rpx 0 50rpx;
  11. }
  12. .wrap>view:nth-child(2) {
  13. line-height: 50rpx;
  14. color: #333;
  15. font-size: 30rpx;
  16. }
  17. .wrap>view:nth-child(3) {
  18. line-height: 50rpx;
  19. color: #999;
  20. font-size: 26rpx;
  21. }
  22. .wrap>view:nth-child(3) {
  23. line-height: 50rpx;
  24. color: #333;
  25. font-size: 24rpx;
  26. }
  27. .btn {
  28. width: 500rpx;
  29. height: 90rpx;
  30. line-height: 90rpx;
  31. margin-top: 40rpx;
  32. background: #1aad19;
  33. color: #fff;
  34. border-radius: 10rpx;
  35. font-size: 34rpx;
  36. }
  37. .button-hover {
  38. opacity: 0.8;
  39. }