Authored by zhaoqing

文案修改

... ... @@ -15,7 +15,7 @@
<div class="col-sm-8">
<input type="file" id="brandIco" name="brandIco" value="<%data.brandIco%>" placeholder="品牌logo" />
<div style="color: red; margin-top: 10px;margin-left: 100px;position: absolute;">
尺寸:300*150 <br/>
尺寸:320*160,JPG格式,小于500k,<a href="http://img11.static.yhbimg.com/article/2020/01/13/10/01993e7a9f9492c7271797c049dc8a9ba0.png">图片规范</a>
</div>
</div>
</div>
... ... @@ -24,9 +24,7 @@
<div class="col-sm-8">
<input type="file" id="offlineBrandIco" name="offlineBrandIco" value="<%data.offlineBrandIco%>" placeholder="线下店品牌logo" />
<div style="color: red; margin-top: 10px;margin-left: 100px;position: absolute;">
尺寸:340*140 <br/>
透明底白Logo <br/>
png格式
尺寸:320*160,PNG格式,透明底白Logo,小于500k,<a href="http://img11.static.yhbimg.com/article/2020/01/13/10/01993e7a9f9492c7271797c049dc8a9ba0.png">图片规范</a>
</div>
</div>
</div>
... ...
... ... @@ -109,7 +109,7 @@
</div>
<div class="col-sm-8">
<input type="file" id="shopLogo" name="shopLogo" value="<%data.shopLogo%>" size="500">
<p><span class="red" style="position: absolute; bottom: 0">提示: 请上传像素为320*160的图片,大小小于500KB</span></p>
<p><span class="red" style="position: absolute; bottom: 0">尺寸:320*160,JPG格式,小于500k,<a href="http://img11.static.yhbimg.com/article/2020/01/13/10/01993e7a9f9492c7271797c049dc8a9ba0.png"></a>图片规范</span></p>
</div>
</div>
<div class="form-group">
... ...