mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:30:53 +08:00
12 lines
378 B
Plaintext
12 lines
378 B
Plaintext
.post-reward
|
|
a.reward-button.button--primary.button--animated
|
|
i.fa.fa-qrcode
|
|
= ' ' + _p('donate')
|
|
.reward-main
|
|
ul.reward-all
|
|
each item in theme.reward.QR_code
|
|
li.reward-item
|
|
img.post-qr-code__img(src=url_for((item.itemlist||item).img) alt=(item.itemlist||item).text)
|
|
.post-qr-code__desc=(item.itemlist||item).text
|
|
|