【发布时间】:2014-12-20 14:55:50
【问题描述】:
<div class="test" data-credit-card-index="1">
<button class="test1 test">Delete</button>
<button class="test1 test">Edit</button>
我想为“编辑”按钮编写一个 CSS 定位器。它位于 [data-credit-card-index="1"] 部分下...那里会有更多信用卡...所以我必须使用 [data-credit-card-index="1"] 加上 Edit 来定位我的定位器。
有人可以帮忙吗?非常感谢!!
【问题讨论】: