Commit 85234c7c by liuhailong

aaa

parent 7048e2f8
......@@ -42,9 +42,6 @@ button{
.thumb_bd{
position: absolute;
left: 10px;
bottom: 10px;
width: 10rem;
height:10rem;
text-align: center;
......
<!DOCTYPE html>
<html>
<head lang="en">
<title>意见反馈</title>
<tc_include file="Appapi/Public/head" />
<link type="text/css" rel="stylesheet" href="__PUBLIC__/appapi/css/feedback.css"/>
<style type="text/css">
.clearfix:after{ content:""; height:0; line-height:0; display:block; visibility:hidden; clear:both }
.clearfix{ zoom:1; }
</style>
</head>
<body>
<div id="test clearfix">
<textarea placeholder="请将您遇到的问题/产品建议反馈给我们,建议您尽可能详细的描述问题,便于运营同学帮您解决。" id="content" oninput="check_input()" maxlength='200' style="font-size: 14px; color: #999; padding: 10px; width: 100%;"></textarea>
<div class="" style="color: #FC7583; font-size: 12px;text-align: right; padding-right: 10px; margin-top: 0;">最多只能输入200字</div>
<div class="thumb_bd clearfix" style="margin-top: 0;">
<div id="upload" ></div>
<input type="hidden" id="thumb" 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))">
<div class="shad1 shadd" style="width: 130px; height: 130px;" data-select="ipt-file1">
<div class="title-upload">正在上传中...</div>
<div id="progress1">
<div class="progress ipt-file1"></div>
</div>
</div>
</div>
</div>
<div id="btm" style="text-align: center;">
<button disabled id="save_btn" class="button_default" style="width: 200px; height: 44px; background: #FC7583; color: #fff; font-size: 14px; text-align: center; line-height: 44px;">点击反馈</button>
</div>
<input type="hidden" id="uid" value="{$uid}">
<input type="hidden" id="token" value="{$token}">
<input type="hidden" id="version" value="{$version}">
<input type="hidden" id="model" value="{$model}">
<head lang="en">
<title>意见反馈</title>
<tc_include file="Appapi/Public/head" />
<link type="text/css" rel="stylesheet" href="__PUBLIC__/appapi/css/feedback.css" />
</head>
<body>
<div id="test">
<textarea placeholder="请将您遇到的问题/产品建议反馈给我们,建议您尽可能详细的描述问题,便于运营同学帮您解决。" id="content" oninput="check_input()" maxlength='200'
style="font-size: 14px; color: #999; padding: 10px; width: 100%;"></textarea>
<div class="" style="color: #FC7583; font-size: 12px;text-align: right; padding-right: 10px;">最多只能输入200字</div>
<tc_include file="Appapi/Public/footer" />
<script src="__PUBLIC__/js/ajaxfileupload.js"></script>
<script src="__PUBLIC__/appapi/js/feedback.js"></script>
</body>
</html>
\ No newline at end of file
<div class="thumb_bd" style="margin-top: 0;">
<div id="upload"></div>
<input type="hidden" id="thumb" 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))">
<div class="shad1 shadd" style="width: 130px; height: 130px;" data-select="ipt-file1">
<div class="title-upload">正在上传中...</div>
<div id="progress1">
<div class="progress ipt-file1"></div>
</div>
</div>
</div>
</div>
<div id="btm" style="text-align: center;">
<button disabled id="save_btn" class="button_default" style="width: 200px; height: 44px; background: #FC7583; color: #fff; font-size: 14px; text-align: center; line-height: 44px;">点击反馈</button>
</div>
<input type="hidden" id="uid" value="{$uid}">
<input type="hidden" id="token" value="{$token}">
<input type="hidden" id="version" value="{$version}">
<input type="hidden" id="model" value="{$model}">
<tc_include file="Appapi/Public/footer" />
<script src="__PUBLIC__/js/ajaxfileupload.js"></script>
<script src="__PUBLIC__/appapi/js/feedback.js"></script>
</body>
</html>
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