GRegulatingBoxMaintenance.wxss 423 B

123456789101112131415161718192021222324252627282930
  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. .top {
  16. display: flex;
  17. align-items: center;
  18. justify-content: space-between;
  19. }
  20. .top-icon {
  21. font-size: 40rpx;
  22. color: #2d95f4;
  23. }
  24. .small-title {
  25. font-size: 38rpx;
  26. color: #2d95f4;
  27. margin: 20rpx 0;
  28. }