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