search.wxss 1.3 KB

12345678910111213141516171819202122
  1. .error{padding-top: 200rpx}
  2. /* 搜索 */
  3. .tabs{position:fixed;z-index: 100;left: 0px;right: 0px;top:0px}
  4. .shop{position:relative;top:55px;}
  5. /* 产品列表 */
  6. .hot-item{display: flex;flex-flow: row wrap;width: 100%;margin-top: 6px}
  7. .hot-item .spu_box{margin-bottom:6px;display: block;width:50%;position: relative;}
  8. .hot-item .spu_box navigator{background: #FFF;}
  9. .hot-item .spu_box:nth-child(2n) navigator{margin-left:3px;margin-right:6px;}
  10. .hot-item .spu_box:nth-child(odd) navigator{margin-right:3px;margin-left:6px;}
  11. .hot-item .product-img image{width: 100%;vertical-align:top;border-radius:3px;}
  12. .hot-item .product-info{padding:8rpx;line-height: 20px;}
  13. .hot-item .product-title{max-height:40px;font-size: 14px;overflow: hidden;word-break: break-word;text-overflow: ellipsis;color: #333;}
  14. .hot-item .product-price {height:25px;line-height:25px;}
  15. .hot-item .product-price .sell{color:#f23030;font-size: 16px;}
  16. .hot-item .product-price .market{color:#999;font-size: 12px;text-decoration:line-through;padding-left: 10px}
  17. .hot-item .tip{max-height:25px;font-size: 12px;overflow: hidden;word-break: break-word;text-overflow: ellipsis;color:#999;}
  18. /*关键字*/
  19. .keyword{padding:10px 10px 0px;margin: auto;text-align: center;width: 80%}
  20. .keyword .search-title{font-size: 26rpx;color: #333;padding:8px 0px}
  21. .keyword .badge{margin:5px;}
  22. .tip{font-size: 12px;color: #999}