look.wxss 858 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* component/look/look.wxss */
  2. .scroll-nav {
  3. width: 100%;
  4. }
  5. .nav {
  6. font-size: 36rpx;
  7. color: #000;
  8. padding: 0 5%;
  9. box-sizing: border-box;
  10. white-space:nowrap;
  11. }
  12. .nav view {
  13. height: 89rpx;
  14. width: 225rpx;
  15. text-align: center;
  16. line-height: 89rpx;
  17. border-radius: 89rpx;
  18. display: inline-block;
  19. }
  20. .slecte-nav {
  21. background: #fff;
  22. }
  23. swiper {
  24. height: 92%;
  25. }
  26. .look-video {
  27. padding: 0 16rpx;
  28. box-sizing: border-box;
  29. }
  30. .look-item {
  31. width: 100%;
  32. height: 266rpx;
  33. margin-top: 4%;
  34. border-radius: 20rpx;
  35. box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, .2);
  36. }
  37. .look-item image {
  38. width: 100%;
  39. height: 100%;
  40. border-radius: 20rpx;
  41. }
  42. .bottom {
  43. text-align: center;
  44. margin-top: 30rpx;
  45. color: #ccc;
  46. font-size: 32rpx;
  47. margin-bottom: 30%;
  48. }