home.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /* pages/home/home.wxss */
  2. .swiper {
  3. width: 100vw;
  4. height: 400rpx;
  5. }
  6. .swiperImg {
  7. width: 100vw;
  8. height: 100%;
  9. }
  10. .list {
  11. width: 100vw;
  12. height: 500rpx;
  13. display: flex;
  14. align-items: center;
  15. flex-direction: column;
  16. margin-top: 30px;
  17. }
  18. .listTop {
  19. width: 96vw;
  20. height: 100rpx;
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-between;
  24. }
  25. .title-left {
  26. font-size: 20px;
  27. }
  28. .title-right {
  29. font-size: 14px;
  30. color: rgb(163, 159, 159);
  31. }
  32. .listBottom {
  33. width: 96vw;
  34. display: flex;
  35. margin-top: 13px;
  36. }
  37. .list-item {
  38. width: 100px;
  39. margin-left: 15px;
  40. display: flex;
  41. flex-direction: column;
  42. align-items: center;
  43. justify-content: center;
  44. }
  45. .list-item:first-child {
  46. margin-left: 0;
  47. }
  48. .pictures {
  49. width: 200rpx;
  50. height: 300rpx;
  51. }
  52. .tips {
  53. width: 100%;
  54. text-align: center;
  55. white-space: nowrap;
  56. overflow: hidden;
  57. text-overflow: ellipsis;
  58. }
  59. .score{
  60. text-align: center;
  61. }
  62. .no-score {
  63. font-size: 14px;
  64. color: #ccc;
  65. text-align: center;
  66. }
  67. .scroll-view_H{
  68. white-space: nowrap;
  69. }
  70. .scroll-view-item_H{
  71. display: inline-block;
  72. /* width: 100%; */
  73. height: 300rpx;
  74. }