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

index.wxss 616B

12345678910111213141516171819202122232425262728293031
  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: 224rpx;
  12. height: 224rpx;
  13. margin-bottom: 126rpx;
  14. }
  15. .tips_text {
  16. font-size: 26rpx;
  17. color: #666666;
  18. }
  19. .return_btn {
  20. width: 400rpx;
  21. height: 88rpx;
  22. margin-top: 260rpx;
  23. border-radius: 40rpx;
  24. background-color: #4BE2AC;
  25. line-height: 88rpx;
  26. text-align: center;
  27. color: #ffffff;
  28. font-size: 24rpx;
  29. font-weight: bold;
  30. }