carPlan.css 437 B

123456789101112131415161718192021222324252627
  1. .show-more {
  2. position: fixed;
  3. bottom: 0;
  4. left: 0;
  5. z-index: 10;
  6. width: 100%;
  7. height: 100vh;
  8. background-color: rgba(0, 0, 0, 0.4);
  9. }
  10. .more-info {
  11. border-radius: 40rpx 40rpx 0rpx 0rpx;
  12. overflow: hidden;
  13. z-index: 100;
  14. position: fixed;
  15. bottom: 0;
  16. width: 100%;
  17. background: #F1F3F4;
  18. height: 600rpx;
  19. }
  20. .model-title{
  21. margin-bottom: 46rpx;
  22. padding: 40rpx 32rpx 0rpx 32rpx;
  23. font-weight: 600;
  24. font-size: 40rpx;
  25. color: #060809;
  26. }