拓恒河湖长制全民护河平台WEB端
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.

39 lines
768B

  1. /* package_A/pages/sreamDetail/index.wxss */
  2. .success_container {
  3. width: 100%;
  4. padding: 150rpx 125rpx 0 125rpx;
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: flex-start;
  8. align-items: center;
  9. }
  10. .success_img {
  11. width: 160rpx;
  12. height: 160rpx;
  13. margin-bottom: 22rpx;
  14. }
  15. .tips_status {
  16. margin-bottom: 22rpx;
  17. font-size: 30rpx;
  18. color: #333333;
  19. font-weight: bold;
  20. }
  21. .tips_text {
  22. font-size: 30rpx;
  23. color: #666666;
  24. line-height: 50rpx;
  25. text-align:center
  26. }
  27. .return_btn {
  28. width: 400rpx;
  29. height: 88rpx;
  30. margin-top: 100rpx;
  31. border-radius: 44rpx;
  32. background-color: #03C160;
  33. line-height: 88rpx;
  34. text-align: center;
  35. color: #ffffff;
  36. font-size: 30rpx;
  37. font-weight: bold;
  38. }