.woocommerce-product-search { width: 80%; /* 设置搜索框宽度 */ height: 40px; /* 设置搜索框高度 */ margin: 0 auto; /* 设置搜索框居中 */ } .woocommerce-product-search input[type="search"] { width: 90%; /* 设置搜索框长度 */ } .woocommerce-product-search { width: 90%; /* 设置搜索框宽度 */ height: 45px; /* 设置搜索框高度 */ margin: 0 auto; /* 设置搜索框居中 */ display: flex; /* 使用flex布局 */ justify-content:flex-start; /* 在水平方向上居中对齐 */ } .woocommerce-product-search input[type="search"] { width: 80%; /* 设置搜索框长度 */ }
购物车
Scroll to Top