为什么一样的代码,搜索框和旁边没有间隙呢,搜索框也没有间距?
来源:8-1 Vue项目城市选择页 - 路由配置
慕码人3262327
2021-08-16
我的代码
.search {
height: 0.72 rem;
padding: 0 0.1 rem;
background: $bgColor;
.search-input {
box-sizing: border-box;
width: 100%;
height: 0.62 rem;
padding: 0 0.1 rem;
line-height: 0.62 rem;
text-align: center;
border-radius: 0.06 rem;
color: #666;
}
}
写回答
1回答
-
Dell
2021-08-16
全局引入 reset.css 了没?
022021-08-18
相似问题