<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shop_list&gt;ul{display:flex;flex-wrap:wrap}.shop_list&gt;ul&gt;li{border:1px solid #d2d2d2;box-sizing:border-box;position:relative;overflow:hidden;width:275px;height:250px;margin-top:30px;margin-right:20px;cursor:pointer}.shop_list&gt;ul&gt;li:nth-child(4n+4){margin-right:0}.shop_list&gt;ul&gt;li .shop_img,.shop_list&gt;ul&gt;li .shop_img&gt;img{width:277px;height:150px}.shop_list&gt;ul&gt;li .shop_content{padding:10px 5px;box-sizing:border-box}.shop_list&gt;ul&gt;li .shop_content&gt;h4{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop_list&gt;ul&gt;li .shop_content .shop_price{color:var(--bg-primary);font-size:14px;margin-top:10px}.shop_list&gt;ul&gt;li .shop_content .shop_price&gt;span{color:#999}.shop_list&gt;ul&gt;li .shop_content .shop_stock{color:#999;font-size:14px;margin-top:10px}.shop_list&gt;ul&gt;li .shop_btn{font-size:16px;background:var(--bg-primary);color:#fff;height:36px;text-align:center;line-height:36px;position:absolute;width:100%;bottom:-36px;transition:bottom .3s;z-index:1}.shop_list&gt;ul&gt;li:hover .shop_btn{bottom:0}</pre></body></html>