index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. /* 搜索框 */
  2. .index-search-box {
  3. background: #fff;
  4. padding: 13rpx 13rpx 18rpx 13rpx;
  5. }
  6. .index-search {
  7. border-bottom: 0;
  8. background: #fff;
  9. border-radius: 50rpx;
  10. overflow: hidden;
  11. position: relative;
  12. font-size: 28rpx;
  13. color: #999;
  14. box-sizing: border-box;
  15. height: 64rpx;
  16. line-height: 64rpx;
  17. }
  18. /* 通用 */
  19. page {
  20. background: #fff;
  21. }
  22. .cate-content {
  23. background: #fff;
  24. }
  25. .cate-wrapper {
  26. padding: 0 20rpx 20rpx 20rpx;
  27. box-sizing: border-box;
  28. }
  29. /* 一级分类(大图) 10 */
  30. .cate_style__10 .cate-item {
  31. margin-bottom: 18rpx;
  32. }
  33. .cate_style__10 .cate-item:last-child {
  34. margin-bottom: 0;
  35. }
  36. .cate_style__10 .cate-item image {
  37. display: block;
  38. width: 100%;
  39. height: auto;
  40. }
  41. /* 一级分类(小图) 11 */
  42. .cate_style__11 .cate-item {
  43. float: left;
  44. padding: 25rpx;
  45. width: 33.3333%;
  46. text-align: center;
  47. box-sizing: border-box;
  48. }
  49. .cate_style__11 .cate-item image {
  50. /* height: 208.656rpx; */
  51. width: 100%;
  52. display: block;
  53. }
  54. .cate_style__11 .cate-item image {
  55. /* height: 208.656rpx; */
  56. display: block;
  57. width: 100%;
  58. margin-bottom: 10rpx;
  59. }
  60. .cate_style__11 .cate-item text {
  61. display: block;
  62. color: #555;
  63. }
  64. /* 二级分类 20 */
  65. .cate-content {
  66. width: 100%;
  67. }
  68. .cate-left {
  69. flex-direction: column;
  70. display: flex;
  71. width: 200rpx;
  72. color: #444;
  73. height: 100%;
  74. background: #f8f8f8;
  75. }
  76. .cate-right {
  77. display: flex;
  78. flex-direction: column;
  79. width: 550rpx;
  80. height: 100%;
  81. overflow: hidden;
  82. }
  83. .cate-right-cont {
  84. width: 100%;
  85. display: flex;
  86. flex-flow: row wrap;
  87. align-content: flex-start;
  88. padding-top: 26rpx;
  89. }
  90. .type-nav {
  91. position: relative;
  92. height: 90rpx;
  93. line-height: 90rpx;
  94. text-align: center;
  95. z-index: 10;
  96. display: block;
  97. font-size: 26rpx;
  98. }
  99. .type-nav.selected {
  100. background: #fff;
  101. color: #ff495e;
  102. border-right: none;
  103. font-size: 28rpx;
  104. }
  105. .cate-cont-box {
  106. margin-bottom: 30rpx;
  107. padding-bottom: 10rpx;
  108. background: #fff;
  109. overflow: hidden;
  110. }
  111. .cate-cont-box .cate-img {
  112. padding: 13rpx 10rpx 4rpx 10rpx;
  113. }
  114. .cate-cont-box .cate-img image {
  115. width: 100%;
  116. height: 150rpx;
  117. }
  118. .cate-cont-box text {
  119. text-align: center;
  120. display: block;
  121. font-size: 26rpx;
  122. padding-bottom: 14rpx;
  123. color: #444;
  124. padding: 0 15rpx 30rpx 15rpx;
  125. }
  126. .cate-two-box {
  127. width: 100%;
  128. padding: 0 10px;
  129. }