CSS3 not

AND (&&):

.registration_form_right input:not([type="radio"]):not([type="checkbox"])

OR (||):

.registration_form_right input:not([type="radio"]), 
   .registration_form_right input:not([type="checkbox"])
原文地址:https://www.cnblogs.com/jayruan/p/6512862.html