-
-
@@ -49,6 +52,16 @@
margin-left: 5px;
}
+ [data-rule-item] {
+ padding-left: 40px;
+ margin-bottom: 20px;
+ }
+
+ [data-rule-item] .uploadimage {
+ width: 135px;
+ height: 100px;
+ }
+
[data-item-dn], [data-item-up], [data-item-rm] {
margin-top: -4px;
margin-left: 5px;
diff --git a/public/static/admin.js b/public/static/admin.js
index 60508626f..23a65c7e0 100644
--- a/public/static/admin.js
+++ b/public/static/admin.js
@@ -511,7 +511,7 @@ $(function () {
/*! 上传单张图片 */
$.fn.uploadOneImage = function () {
return this.each(function (input, template) {
- input = $(this), template = $('
ဆ');
+ input = $(this), template = $('
ဆ');
template.attr('data-type', input.data('type') || 'png,jpg,gif');
template.attr('data-field', input.attr('name') || 'image').data('input', this);
template.find('span').on('click', function (event) {
@@ -536,7 +536,7 @@ $(function () {
function showImageContainer(srcs) {
$(srcs).each(function (idx, src, $image) {
- $image = $('
');
+ $image = $('
');
$image.attr('data-tips-image', encodeURI(src)).css('backgroundImage', 'url(' + encodeURI(src) + ')').on('click', 'a', function (event, index, prevs, $item) {
event.stopPropagation(), $item = $(this).parent(), index = $(this).index(), prevs = $button.prevAll('div.uploadimage').length;
if (index === 0 && $item.index() !== prevs) $item.next().after($item);