valveWellInspection.wxss 282 B

123456789101112131415161718192021
  1. .project-content {
  2. padding: 10rpx 20rpx;
  3. border-radius: 20rpx;
  4. background: #fff;
  5. width: 90%;
  6. margin: 0 auto;
  7. }
  8. .background {
  9. z-index: -1;
  10. position: fixed;
  11. width: 100%;
  12. height: 100%;
  13. background-size: 100% 100%;
  14. }
  15. .small-title {
  16. font-size: 38rpx;
  17. color: #2d95f4;
  18. margin: 20rpx 0;
  19. }