Fix:3116 【商城小程序】全国特产,搜索页面,右上角需要增加购物车按钮,右上角红点显示当前购物车商品数,点击进入购物车页面

This commit is contained in:
modendeveloper
2025-01-23 02:13:16 +08:00
parent 37266a4e97
commit 0ace784593
3 changed files with 94 additions and 8 deletions
+2 -3
View File
@@ -17,16 +17,15 @@
}
.search-box {
width: 686rpx;
width: 90%;
height: 60rpx;
margin: 0 auto;
padding: 0 24rpx 0 32rpx;
box-sizing: border-box;
background: #F7F7F7;
border-radius: 30rpx;
input {
width: 560rpx;
width: 540rpx;
font-size: 24rpx;
}