mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
优化文件卡片
This commit is contained in:
@@ -903,6 +903,8 @@
|
|||||||
.ul-card-file .main .icon {
|
.ul-card-file .main .icon {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
width: 40px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.ul-card-file .main .icon.file {
|
.ul-card-file .main .icon.file {
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
|
|||||||
2
public/cdn/layui-ul.min.css
vendored
2
public/cdn/layui-ul.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
{volist name='[
|
{volist name='[
|
||||||
"excel",
|
"excel",
|
||||||
"zip",
|
"zipper",
|
||||||
"word",
|
"word",
|
||||||
"pdf",
|
"pdf",
|
||||||
"powerpoint",
|
"powerpoint",
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="icon {$file}">
|
<div class="icon {$file}">
|
||||||
<i class="fa fa-file-{$file}-o"></i>
|
<i class="fa fa-file-{$file}"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
@@ -30,3 +30,42 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/volist}
|
{/volist}
|
||||||
|
<div class="ul-card-file ul-inline-block">
|
||||||
|
<div class="main">
|
||||||
|
<div class="info">
|
||||||
|
<div class="name">
|
||||||
|
核弹制作与发射 从入门到精通
|
||||||
|
</div>
|
||||||
|
<div class="desc">
|
||||||
|
75GB
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="icon file">
|
||||||
|
<i class="fa-regular fa-file"></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
<span>来自ulthon邮箱</span>
|
||||||
|
<span>2022年6月24日</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="ul-card-file ul-inline-block">
|
||||||
|
<div class="main">
|
||||||
|
<div class="info">
|
||||||
|
<div class="name">
|
||||||
|
核弹制作与发射 从入门到精通
|
||||||
|
</div>
|
||||||
|
<div class="desc">
|
||||||
|
75GB
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="icon link">
|
||||||
|
<i class="fa fa-link"></i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer">
|
||||||
|
<span>来自ulthon邮箱</span>
|
||||||
|
<span>2022年6月24日</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
@@ -37,6 +37,8 @@
|
|||||||
.icon {
|
.icon {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
color: #999;
|
color: #999;
|
||||||
|
width: 40px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
&.file {
|
&.file {
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
|
|||||||
Reference in New Issue
Block a user