Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
xiaozhan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
xiaozhan
Commits
85234c7c
Commit
85234c7c
authored
Feb 15, 2020
by
liuhailong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aaa
parent
7048e2f8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
18 deletions
+13
-18
public/appapi/css/feedback.css
+0
-3
themes/simplebootx/Appapi/Feedback/index.html
+13
-15
No files found.
public/appapi/css/feedback.css
View file @
85234c7c
...
@@ -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
;
...
...
themes/simplebootx/Appapi/Feedback/index.html
View file @
85234c7c
<!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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment