我在網站的各個部分使用了一個addthis
按鈕,我想爲它們添加自定義CSS。我怎樣才能做到這一點?添加自定義CSS添加此按鈕?
<a role="button" tabindex="1" class="at-icon-wrapper at-share-btn at-svc-email" style="border-radius: 2px; background-color: rgb(132, 132, 132);">
<span class="at4-visually-hidden">Share to Email</span>
<span class="at-icon-wrapper" style="line-height: 32px; height: 32px; width: 32px;">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" class="at-icon at-icon-email" style="fill: rgb(255, 255, 255); width: 32px; height: 32px;">
<g>
<g fill-rule="evenodd"></g>
<path d="M27 22.757c0 1.24-.988 2.243-2.19 2.243H7.19C5.98 25 5 23.994 5 22.757V13.67c0-.556.39-.773.855-.496l8.78 5.238c.782.467 1.95.467 2.73 0l8.78-5.238c.472-.28.855-.063.855.495v9.087z"></path>
<path d="M27 9.243C27 8.006 26.02 7 24.81 7H7.19C5.988 7 5 8.004 5 9.243v.465c0 .554.385 1.232.857 1.514l9.61 5.733c.267.16.8.16 1.067 0l9.61-5.733c.473-.283.856-.96.856-1.514v-.465z"></path>
</g>
</svg>
</span>
</a>
這是一個按鈕如何出現在控制檯中,但我不能簡單地從這裏走班名,並添加CSS到它,因爲它會影響到其他按鍵也因爲它們可能具有相同的班級名稱。
你想要什麼選擇?一個或跨度裏面? – Tom
元素...... – lakshay
並且正在選擇其他項目嗎? a.at-icon-wrapper.at-share-btn.at-svc-email – Tom