Commit 6f116341 by liuhailong

aaa

parent 8c633cd6
textarea{ /* textarea{
padding:10px; padding:10px;
width: 100%; width: 100%;
font-size: 1.4rem; font-size: 1.4rem;
...@@ -8,18 +8,15 @@ textarea{ ...@@ -8,18 +8,15 @@ textarea{
caret-color:#ffdd00; caret-color:#ffdd00;
-moz-box-sizing: border-box; /*Firefox3.5+*/ -moz-box-sizing: border-box; /*Firefox3.5+*/
-webkit-box-sizing: border-box; /*Safari3.2+*/ /* -webkit-box-sizing: border-box; /*Safari3.2+*/
-o-box-sizing: border-box; /*Opera9.6*/ /* } */
-ms-box-sizing: border-box; /*IE8*/ /* #btm{ background-color: #F5F5F9;
box-sizing: border-box;
}
#btm{ background-color: #F5F5F9;
width: 100%; width: 100%;
height: 62px; height: 62px;
position: fixed; position: fixed;
bottom: 0; bottom: 0;
left: 0; left: 0;
} } */
button{ button{
color: #fff; color: #fff;
font-size: 1.2em; font-size: 1.2em;
......
...@@ -3,15 +3,16 @@ ...@@ -3,15 +3,16 @@
<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"> -->
<div>
<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%; 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;"> <div class="thumb_bd" style="margin-top: 10px; padding-left: 10px;width: 100%; ">
<div id="upload" style="width: 130px; height: 130px;"></div> <div id="upload" style="width: 130px; height: 130px;"></div>
<input type="hidden" id="thumb" style="width: 130px; height: 130px;" name="thumb" value=""> <input type="hidden" id="thumb" style="width: 130px; height: 130px;" name="thumb" value="">
......
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