look.wxss 666 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* component/look/look.wxss */
  2. .nav {
  3. display: flex;
  4. justify-content: space-between;
  5. align-items: center;
  6. font-size: 36rpx;
  7. color: #000;
  8. padding: 0 5%;
  9. box-sizing: border-box;
  10. }
  11. .nav view {
  12. flex: 1;
  13. height: 89rpx;
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. border-radius: 89rpx;
  18. }
  19. .slecte-nav {
  20. background: #fff;
  21. }
  22. swiper {
  23. height: 92%;
  24. }
  25. .look-video {
  26. padding: 0 16rpx;
  27. box-sizing: border-box;
  28. }
  29. .look-item {
  30. width: 100%;
  31. height: 266rpx;
  32. margin-top: 27rpx;
  33. border-radius: 20rpx;
  34. background: red;
  35. }
  36. .look-item image {
  37. width: 100%;
  38. height: 100%;
  39. }