mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 13:42:48 +08:00
feat: 迁移极简图标卡片
This commit is contained in:
14
source/components/card/ul-card-simple-icon/_index.html
Normal file
14
source/components/card/ul-card-simple-icon/_index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div
|
||||
class="ul-card-simple-icon"
|
||||
data-repeat="3"
|
||||
>
|
||||
<div
|
||||
class="ul-card-simple-icon-image"
|
||||
style="background-image: url('/static/images/view.jpg');"
|
||||
>
|
||||
|
||||
</div>
|
||||
<div class="ul-card-simple-icon-title">
|
||||
图标
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user