index.wxss 409 B

123456789101112131415161718192021222324252627282930
  1. page {
  2. text-align: center;
  3. }
  4. .icon {
  5. margin: 80rpx 0 50rpx 0;
  6. }
  7. .title {
  8. font-size: 42rpx;
  9. font-weight: 600;
  10. margin-bottom: 30rpx;
  11. }
  12. .info {
  13. font-size: 36rpx;
  14. width: 90%;
  15. margin: 0 auto;
  16. }
  17. .button {
  18. width: 300rpx;
  19. text-align: center;
  20. margin: 550rpx auto 0 auto;
  21. height: 80rpx;
  22. color: #07c160;
  23. border-radius: 5px;
  24. line-height: 80rpx;
  25. background-color: rgba(0, 0, 0, 0.03);
  26. }