Commit f0caac0e by liuhailong

aaa

parent 6f116341
...@@ -41,10 +41,10 @@ button{ ...@@ -41,10 +41,10 @@ button{
.thumb_bd{ .thumb_bd{
position: absolute; position: absolute;
left: 10px; left: 10px;
bottom: 10px; top: 10px;
width: 10rem; width: 10rem;
height:10rem; height:10rem;
text-align: center; text-align: left;
} }
.thumb_bd .img-sfz{ .thumb_bd .img-sfz{
max-width: 100%; max-width: 100%;
......
...@@ -12,17 +12,19 @@ ...@@ -12,17 +12,19 @@
style="font-size: 14px; color: #999; padding: 10px; width: 100%; height: 150px;"></textarea> style="font-size: 14px; color: #999; padding: 10px; width: 100%; height: 150px;"></textarea>
<div class="" style="color: #FC7583; font-size: 12px;text-align: right; padding-right: 10px;">最多只能输入200字</div> <div class="" style="color: #FC7583; font-size: 12px;text-align: right; padding-right: 10px;">最多只能输入200字</div>
<div class="thumb_bd" style="margin-top: 10px; padding-left: 10px;width: 100%; "> <div style="position: relative;">
<div id="upload" style="width: 130px; height: 130px;"></div> <div class="thumb_bd" style="margin-top: 10px; padding-left: 10px;width: 100%; ">
<input type="hidden" id="thumb" style="width: 130px; height: 130px;" name="thumb" value=""> <div id="upload" style="width: 130px; height: 130px;"></div>
<input type="hidden" id="thumb" style="width: 130px; height: 130px;" name="thumb" value="">
<img src="__PUBLIC__/appapi/images/feedback/add.png" style="width: 130px; height: 130px;" class="fl img-sfz"
data-index="ipt-file1" id="img_file1" onclick="file_click($(this))"> <img src="__PUBLIC__/appapi/images/feedback/add.png" style="width: 130px; height: 130px;" class="fl img-sfz"
data-index="ipt-file1" id="img_file1" onclick="file_click($(this))">
<div class="shad1 shadd" style="width: 130px; height: 130px;" data-select="ipt-file1">
<div class="title-upload">正在上传中...</div> <div class="shad1 shadd" style="width: 130px; height: 130px;" data-select="ipt-file1">
<div id="progress1"> <div class="title-upload">正在上传中...</div>
<div class="progress ipt-file1"></div> <div id="progress1">
<div class="progress ipt-file1"></div>
</div>
</div> </div>
</div> </div>
</div> </div>
......
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