repair_success.wxss 917 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. page{
  2. width: 100%;
  3. border-top: 1rpx solid #DEDEDE;
  4. }
  5. .box{
  6. width: 100%;
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. }
  12. .box .success{
  13. margin-top: 112rpx;
  14. height:190rpx;
  15. width:180rpx;
  16. }
  17. .box .title{
  18. font-size:36rpx;
  19. font-family:PingFang-SC-Medium;
  20. font-weight:500;
  21. color:rgba(42,42,42,1);
  22. padding-top: 51rpx;
  23. padding-bottom: 86rpx;
  24. letter-spacing: 5rpx;
  25. }
  26. .box .btn{
  27. width:500rpx;
  28. height:86rpx;
  29. background:rgba(24,213,185,1);
  30. border-radius:43rpx;
  31. display: flex;
  32. align-items: center;
  33. justify-content: center;
  34. font-size:32rpx;
  35. font-family:PingFang-SC-Regular;
  36. font-weight:400;
  37. color:rgba(255,254,254,1);
  38. }
  39. .box .di{
  40. display: flex;
  41. align-items: center;
  42. position: fixed;
  43. bottom: 140rpx;
  44. }
  45. .box .di text{
  46. font-size:28rpx;
  47. font-family:PingFang-SC-Regular;
  48. font-weight:400;
  49. color:rgba(24,213,185,1);
  50. padding-left: 10rpx;
  51. }