zhifuchenggong.wxss 795 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. }
  7. .text-area {
  8. display: flex;
  9. justify-content: center;
  10. }
  11. .top-line{
  12. margin-top: 0rpx;
  13. margin-left: 0;
  14. position: absolute;
  15. width: 750rpx;
  16. height: 1rpx;
  17. background: #CCCCCC;
  18. }
  19. .item{
  20. margin-top: 0rpx;
  21. margin-left: 0;
  22. width: 750rpx;
  23. height: 1206rpx;
  24. }
  25. .success-img{
  26. margin-left: 242rpx;
  27. margin-top: 73rpx;
  28. width: 261rpx;
  29. height: 266rpx;
  30. }
  31. .success-text{
  32. margin-left: 276rpx;
  33. margin-top: 433rpx;
  34. font-size: 49rpx;
  35. font-family: Microsoft YaHei-3970(82674968);
  36. font-weight: 400;
  37. color: #333333;
  38. }
  39. .success button{
  40. margin-left: 233rpx;
  41. margin-top: 110rpx;
  42. width: 280rpx;
  43. height: 104rpx;
  44. border-radius: 52rpx;
  45. }