Commit 85234c7c by liuhailong

aaa

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