Commit d98ed0e0 by liuhailong

aaa

parent 3af1360b
...@@ -3,19 +3,21 @@ ...@@ -3,19 +3,21 @@
<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" /> -->
</head> </head>
<body> <body>
<div id="test"> <div id="test">
<textarea placeholder="请将您遇到的问题/产品建议反馈给我们,建议您尽可能详细的描述问题,便于运营同学帮您解决。" id="content" oninput="check_input()" maxlength='200' <textarea placeholder="请将您遇到的问题/产品建议反馈给我们,建议您尽可能详细的描述问题,便于运营同学帮您解决。" id="content" oninput="check_input()" maxlength='200'
style="font-size: 14px; color: #999; padding: 10px; width: 100%;"></textarea> style="font-size: 14px; color: #999; padding: 10px; width: 100%; height: 200px;"></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: 100px;"> <div class="thumb_bd" style="margin-top: 10px;">
<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" <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))"> 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">
......
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