顺晟科技
2022-09-14 10:58:51
45
如图:
代码:(需要将display属性设置为inline-block,在设置height和line-height调整位置)
//品牌点击 $(".li-brand").click(function () { var str = ""; str += "<div style = \'display:inline;border:1px solid orange;padding:4px\'>品 牌: " + $(this).text() + "<em style = \'display:inline-block;height:14 px;line-height:15px;cursor:pointer;border:1px solid orange\'>X</em></div>"; $(".select-brand-x").html(str); });
19
2022-10
19
2022-10
30
2022-09
18
2022-09
15
2022-09
14
2022-09