C端小程序
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

48 рядки
773 B

  1. .success {
  2. width: 100%;
  3. height: 100%;
  4. background: #f6f6f6;
  5. position: absolute;
  6. }
  7. .success_logo {
  8. width: 201rpx;
  9. height: 281rpx;
  10. margin: 10% auto;
  11. display: flex;
  12. flex-direction: column;
  13. margin-bottom: 20%;
  14. }
  15. .success_logo icon {
  16. width: 201rpx;
  17. height: 201rpx;
  18. background: #00c0ff;
  19. border-radius: 50%;
  20. color: #fff;
  21. font-size: 40px;
  22. text-align: center;
  23. line-height: 201rpx;
  24. }
  25. .success_logo text {
  26. font-size: 36rpx;
  27. text-align: center;
  28. padding-top: 3%;
  29. }
  30. .success button {
  31. width: 504rpx;
  32. height: 88rpx;
  33. background: #00c0ff;
  34. color: #fff;
  35. margin: 3% auto;
  36. font-size: 36rpx;
  37. }
  38. .check {
  39. background: #fff!important;
  40. color: #00c0ff!important;
  41. border:1px solid #00c0ff;
  42. }