/* pages/com_search/com_search.wxss */ /* .search_box { } */ /* 搜索 */ .base_search { width: 80%; height: 80rpx; background-color: #E8E7E7; border-radius: 20rpx; } .search_text { float: left; padding-left: 95rpx; padding-top: 15rpx; } .search_button { float: right; margin-top: -64rpx; margin-right: 20rpx; font-size: 35rpx; color: #494545; } /* *********************** */ /* 商品展示 */ .commodity { display: flex; flex-wrap: wrap; /*自动换行*/ margin-top: 10rpx; } .commodity_show { display: flex; position: relative; width: 48%; height: 500rpx; padding: 7rpx; justify-content: center; } .commodity_image { width: 340rpx; height: 340rpx; border-radius: 20rpx; } .commodity_name { position: absolute; top: 360rpx; left: 15rpx; width: 350rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .price { position: absolute; top: 400rpx; left: 12rpx; color: #a08016; font-weight: 600; }