project-success.wxss 553 B

1234567891011121314151617181920212223242526272829303132
  1. .pro-btn {
  2. height: 88rpx;
  3. width: 710rpx;
  4. border: 1rpx solid #eab86a;
  5. text-align: center;
  6. color: #eab86a;
  7. line-height: 88rpx;
  8. font-size: 26rpx;
  9. margin: 0 auto;
  10. }
  11. .back-btn {
  12. height: 88rpx;
  13. width: 710rpx;
  14. border: 1rpx solid #cccccc;
  15. text-align: center;
  16. color: #999999;
  17. line-height: 88rpx;
  18. font-size: 26rpx;
  19. margin: 30rpx auto 0;
  20. }
  21. .pro-img {
  22. display: block;
  23. height: 200rpx;
  24. width: 200rpx;
  25. margin: 80rpx auto 30rpx;
  26. }
  27. .pro-text {
  28. color: #eab86a;
  29. font-size: 30rpx;
  30. text-align: center;
  31. margin-bottom: 155rpx;
  32. }