movie.wxss 601 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .container{
  2. margin: 10px;
  3. }
  4. .title-bar{
  5. display: flex;
  6. justify-content: space-between;
  7. align-items: center;
  8. }
  9. .title-text{
  10. font-size: 40rpx;
  11. font-weight: 500;
  12. color: #111;
  13. }
  14. .more-link{
  15. font-size: 30rpx;
  16. color: #111;
  17. }
  18. .list-item{
  19. width: 270rpx;
  20. text-align: center;
  21. margin-left: 20rpx;
  22. flex-shrink: 0;
  23. }
  24. .li-title{
  25. font-size: 18px;
  26. color: #111;
  27. width: 100%;
  28. white-space: nowrap;
  29. overflow: hidden;
  30. text-overflow: ellipsis;
  31. }
  32. .list-item .li-img{
  33. width: 100%;
  34. border-radius: 15rpx;
  35. }
  36. .list-scroll{
  37. display: flex;
  38. }