I\'m not sure if this is possible, but is it possible to identify the div just below the div class? If so, what would I use to do it?
相关标签:
Use +, the adjacent sibling selector:
+
div.img-wrap + div { }