添加 border-right: 1px 导致整个结构分崩离析
Adding border-right: 1px causes the whole structure to fall apart
如何解决这个问题,以便可以使用“border-right: 1px”?
border-right: 0;
https://jsfiddle.net/7dj6crmL/30/
input[type=submit] {
border-right: 0;
}
border-right: 1px
已添加:
https://jsfiddle.net/7dj6crmL/32/
input[type=submit] {
border-right: 1px solid #0059dd;
}
将 container-right 移到 container-left[= 之前25=] 并更改 CSS class 如下:
.container-right {
float: right;
}
注意:不再需要容器右侧的边距
如何解决这个问题,以便可以使用“border-right: 1px”?
border-right: 0;
https://jsfiddle.net/7dj6crmL/30/
input[type=submit] {
border-right: 0;
}
border-right: 1px
已添加:
https://jsfiddle.net/7dj6crmL/32/
input[type=submit] {
border-right: 1px solid #0059dd;
}
将 container-right 移到 container-left[= 之前25=] 并更改 CSS class 如下:
.container-right {
float: right;
}
注意:不再需要容器右侧的边距