Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/39.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/c/64.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 输入组边界在中间加倍_Css_Twitter Bootstrap_Bootstrap 4 - Fatal编程技术网

Css 输入组边界在中间加倍

Css 输入组边界在中间加倍,css,twitter-bootstrap,bootstrap-4,Css,Twitter Bootstrap,Bootstrap 4,我正在使用Bootstrap4输入组,如下所示。我已将边框宽度更改为10px。中间的边界宽度似乎加倍了: 是否有可能使中间边界与边边界一样宽 。输入文本{ 边框宽度:10px!重要; } 去 覆盖第一个和第二个输入的左/右边框 。输入文本{ 边框宽度:10px!重要; } .input-text.first{ 右边框宽度:5px!重要; } .input-text.second{ 边框左侧宽度:5px!重要; } 去

我正在使用Bootstrap4输入组,如下所示。我已将
边框宽度
更改为
10px
。中间的边界宽度似乎加倍了:

是否有可能使中间边界与边边界一样宽

。输入文本{
边框宽度:10px!重要;
}

覆盖第一个和第二个输入的左/右边框

。输入文本{
边框宽度:10px!重要;
}
.input-text.first{
右边框宽度:5px!重要;
}
.input-text.second{
边框左侧宽度:5px!重要;
}