mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 05:12:48 +08:00
feat: 迁移相册上传组件
This commit is contained in:
@@ -2549,6 +2549,40 @@
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
|
||||
.ul-upload-photo-item {
|
||||
display: inline-block;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
margin: 5px;
|
||||
background-color: #ddd;
|
||||
cursor: pointer;
|
||||
box-shadow: 0 3px 5px #999;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ul-upload-photo-main {
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ul-upload-photo-delete {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 5px;
|
||||
z-index: 999;
|
||||
font-size: 20px;
|
||||
color: #fff;
|
||||
text-shadow: 0 0 2px #000;
|
||||
}
|
||||
|
||||
.ul-upload-photo-button {
|
||||
background-image: url("img/upload.png");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.ul-group-title {
|
||||
color: #999;
|
||||
border-bottom: 1px solid #bbb;
|
||||
@@ -2776,40 +2810,6 @@
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.ul-upload-photo-item {
|
||||
display: inline-block;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
margin: 5px;
|
||||
background-color: #ddd;
|
||||
cursor: pointer;
|
||||
box-shadow: 0 3px 5px #999;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.ul-upload-photo-main {
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.ul-upload-photo-delete {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 5px;
|
||||
z-index: 999;
|
||||
font-size: 20px;
|
||||
color: #fff;
|
||||
text-shadow: 0 0 2px #000;
|
||||
}
|
||||
|
||||
.ul-upload-photo-button {
|
||||
background-image: url("img/upload.png");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.ul-tree-item {
|
||||
background-color: #fbfbfb;
|
||||
cursor: pointer;
|
||||
|
||||
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
Reference in New Issue
Block a user