version.wxss 630 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* pages/version/version.wxss */
  2. .container {
  3. color: #888a8e;
  4. font-size: 32rpx;
  5. }
  6. .version-now {
  7. text-align: center;
  8. margin-top: 151rpx;
  9. }
  10. .message {
  11. text-align: center;
  12. margin-top: 50rpx;
  13. }
  14. .button {
  15. width: 100%;
  16. height: 127rpx;
  17. background: #fff;
  18. display: flex;
  19. align-items: center;
  20. justify-content: center;
  21. position: fixed;
  22. left: 0;
  23. bottom: 0;
  24. }
  25. .button view {
  26. width: 690rpx;
  27. height: 88rpx;
  28. color: #fff;
  29. font-size: 34rpx;
  30. text-align: center;
  31. line-height: 88rpx;
  32. background: linear-gradient(135deg, rgba(85, 104, 240, 1) 0%, rgba(130, 59, 255, 1) 100%);
  33. border-radius: 10rpx;
  34. }