Rumah > Soal Jawab > teks badan
input.#{$prefix}-input-search + .button-search {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
left: -0.3em;
}
input.#{$prefix}-input-search:focus + .button-search {
background: $border-focus-color;
}
input.#{$prefix}-input-search + .button-search
里面的+
是什么意思?
高洛峰2017-04-17 11:09:45
这里有一个很生动的 CSS 选择器 DEMO:http://flukeout.github.io/
这篇文章里介绍得很全了:http://code.tutsplus.com/tutorials/the-30-css-selectors-you-must-memorize--net-16048
这是一些常用的选择器介绍:https://developer.mozilla.org/zh-CN/docs/Web/Guide/CSS/Getting_started/Selectors