You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
423 B

  1. .message image{
  2. display: block;
  3. width: 150rpx;
  4. margin: 200rpx auto 0;
  5. }
  6. .tip{
  7. font-weight: bold;
  8. font-size: 40rpx;
  9. text-align: center;
  10. margin-top: 40rpx;
  11. }
  12. .msg{
  13. font-size: 32rpx;
  14. text-align: center;
  15. margin-top: 10rpx;
  16. }
  17. .btn-area button{
  18. background: #52A0FD;
  19. color: #fff;
  20. width: 400rpx;
  21. height: 90rpx;
  22. margin-top: 60rpx;
  23. font-size: 30rpx;
  24. line-height: 90rpx;
  25. }
  26. .opacity{
  27. opacity: 0.7;
  28. }