+运算符在CSS中做了什么

CS_*_*013 0 css

关于这里的代码:

小提琴中的单选按钮不像单选按钮那样起作用.

我不熟悉CSS中的+,我想知道这是否与它有关.

Sar*_*ngh 5

input[type="radio"]:checked+label{ ..... } 
 //a label that immediately follows an input of type radio that is checked 
Run Code Online (Sandbox Code Playgroud)