roadSection.wxss 214 B

12345678910111213141516
  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. }