newGoods.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. page {
  2. background: #f4f4f4;
  3. }
  4. .brand-info .name {
  5. width: 100%;
  6. height: 278rpx;
  7. position: relative;
  8. }
  9. .brand-info .img {
  10. position: absolute;
  11. top: 0;
  12. left: 0;
  13. width: 100%;
  14. height: 278rpx;
  15. }
  16. .brand-info .info-box {
  17. position: absolute;
  18. top: 0;
  19. left: 0;
  20. width: 100%;
  21. height: 278rpx;
  22. text-align: center;
  23. display: flex;
  24. justify-content: center;
  25. align-items: center;
  26. }
  27. .brand-info .info {
  28. display: block;
  29. }
  30. .brand-info .txt {
  31. display: block;
  32. height: 40rpx;
  33. font-size: 37.5rpx;
  34. color: #fff;
  35. }
  36. .brand-info .line {
  37. margin: 0 auto;
  38. margin-top: 16rpx;
  39. display: block;
  40. height: 2rpx;
  41. width: 145rpx;
  42. background: #fff;
  43. }
  44. .sort {
  45. position: relative;
  46. background: #fff;
  47. width: 100%;
  48. height: 78rpx;
  49. }
  50. .sort-box {
  51. background: #fff;
  52. width: 100%;
  53. height: 78rpx;
  54. overflow: hidden;
  55. padding: 0 30rpx;
  56. display: flex;
  57. border-bottom: 1px solid #d9d9d9;
  58. }
  59. .sort-box .item {
  60. height: 78rpx;
  61. line-height: 78rpx;
  62. text-align: center;
  63. flex: 1;
  64. color: #333;
  65. font-size: 30rpx;
  66. }
  67. .sort-box .item .txt {
  68. display: block;
  69. width: 100%;
  70. height: 100%;
  71. color: #333;
  72. }
  73. .sort-box .item.active .txt {
  74. color: #a78845;
  75. }
  76. .sort-box .item.by-price {
  77. background: url(//yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/no-3127092a69.png) 155rpx center no-repeat;
  78. background-size: 15rpx 21rpx;
  79. }
  80. .sort-box .item.by-price.active.asc {
  81. background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/up-636b92c0a5.png) 155rpx center no-repeat;
  82. background-size: 15rpx 21rpx;
  83. }
  84. .sort-box .item.by-price.active.desc {
  85. background: url(http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/down-95e035f3e5.png) 155rpx center no-repeat;
  86. background-size: 15rpx 21rpx;
  87. }
  88. .cate-item {
  89. z-index: -1;
  90. }
  91. .goodList {
  92. z-index: -1;
  93. }
  94. .sort-box-category {
  95. background: #fff;
  96. width: 100%;
  97. height: auto;
  98. overflow: hidden;
  99. padding: 40rpx 40rpx 0 0;
  100. border-bottom: 1px solid #d9d9d9;
  101. z-index: 5000;
  102. }
  103. .sort-box-category .item {
  104. height: 54rpx;
  105. line-height: 54rpx;
  106. text-align: center;
  107. float: left;
  108. padding: 0 16rpx;
  109. margin: 0 0 40rpx 40rpx;
  110. border: 1px solid #666;
  111. color: #333;
  112. font-size: 24rpx;
  113. z-index: 5000;
  114. }
  115. .sort-box-category .item.active {
  116. color: #a78845;
  117. border: 1px solid #a78845;
  118. z-index: 5000;
  119. }