记得上下班打卡 | git大法好,push需谨慎

Commit b70ac307 authored by dongchun's avatar dongchun

活动banner添加说明

parent 37efd392
......@@ -104,6 +104,9 @@
.iptOrSelect {
flex: 1;
}
#activeTags {
display: none;
}
</style>
</head>
<body>
......@@ -136,6 +139,9 @@
<button type="button" class="btn btn-warning" style="margin-right: 12px;" onclick="addItem(0)">添加banner</button>
<span id="tall">(最多允许添加10张图,宽度为764像素,高度为1018像素)</span>
</div>
<div id="activeTags" class="tags">
<span id="tall">(请上传宽度为382像素的图片!)</span>
</div>
</div>
<div id="bannerList" class="banner_list">
......@@ -186,10 +192,11 @@
if (type == 2) {
$("#tall").html('');
$("#tags").hide();
$("#showMiddleBanner").show();
$("#activeTags").show();
} else {
type = 1
$("#tags").show();
$("#activeTags").hide();
}
let data = {
type
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment