details.wxss 272 B

1234567891011121314151617181920212223
  1. .container {
  2. position: relative;
  3. padding-bottom: 12vw;
  4. background-color: #fff;
  5. }
  6. .banner {
  7. width: 100%;
  8. height: 50vw;
  9. }
  10. .content {
  11. display: block;
  12. width: 90%;
  13. margin: 10px auto;
  14. }
  15. .goodNav {
  16. width: 100%;
  17. height: 12vw;
  18. position: fixed;
  19. left: 0;
  20. bottom: 0;
  21. }