Style selector weight priority:
important > Inline style> ID > Class> Tag | Pseudo class | Attribute selection > Pseudo object > Inheritance> Wildcard
◆The weight of important is 1,0,0,0
◆The weight of ID is 0,1,0,0
◆The weight of the class is 0,0,1,0
◆The weight of the label is 0,0,0,1
◆The weight of the pseudo-class is 0,0, 1,0
◆The weight of the attribute is 0,0,1,0
◆The weight of the pseudo-object is 0,0,0,1
◆The weight of the wildcard is 0,0,0,0