depoSuce.acss 377 B

123456789101112131415161718192021222324
  1. /* required by usingComponents */
  2. .suce{
  3. text-align: center;
  4. }
  5. .suce image{
  6. margin-top:20%;
  7. height:300rpx;
  8. width:300rpx;
  9. }
  10. .btn{
  11. height:100rpx;
  12. width: 80%;
  13. margin: 0 auto;
  14. line-height: 100rpx;
  15. margin-top: 15%;
  16. font-size:30rpx;
  17. font-weight:600;
  18. border-radius: 12rpx;
  19. text-align: center;
  20. background: var(--globleColor);
  21. color: var(--fontColor);
  22. }