diff --git a/app/admin/view/api/image.html b/app/admin/view/api/image.html index 100d10674..4cc1ee3ef 100644 --- a/app/admin/view/api/image.html +++ b/app/admin/view/api/image.html @@ -1,5 +1,9 @@
+
+ + 搜 索 +
@@ -7,6 +11,7 @@
+

@@ -32,10 +37,23 @@ } .image-dialog-item { + position: relative; margin-right: 12px; margin-bottom: 12px; } + .image-dialog-item-name { + left: 0; + right: 0; + bottom: 0; + position: absolute; + text-align: center; + color: #fff; + line-height: 1.5em; + white-space: nowrap; + background: rgba(0, 0, 0, 0.6); + } + .image-dialog-item .uploadimage { margin: 0; width: 145px; @@ -47,6 +65,7 @@ } .image-dialog-page { + height: 50px; text-align: center; }