在这里,当我向我的HTML添加bootstrap.css时,我的左边填充受到影响 .

.column {
    -ms-flex: 50%; /* IE 10 */
    flex: 50%;
    padding: 0 4px;
}

.column img {
    margin-top: 12px;
    vertical-align: middle;
    border: 2px solid;
    width: 100%;
    color: #000;
}

enter image description here

只要我在HTML中添加Bootstrap,我的左边填充就会受到影响 .

enter image description here

为什么会受到影响?