Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5_activity
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谭新宇
h5_activity
Commits
48ff33f3
Commit
48ff33f3
authored
Aug 30, 2019
by
谭新宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
b283fc16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
+44
-0
activity.css
showPhotos/css/activity.css
+3
-0
updateFile.html
showPhotos/updateFile.html
+41
-0
No files found.
showPhotos/css/activity.css
View file @
48ff33f3
...
...
@@ -175,6 +175,9 @@ body {
.container
.content
.tab-list
li
img
{
width
:
1.84rem
;
}
.template2
.container
.content
.tab-list
li
img
{
width
:
3rem
;
}
.container
.content
.user-list
{
background-color
:
#f4b2b1
;
padding
:
4%
;
...
...
showPhotos/updateFile.html
0 → 100644
View file @
48ff33f3
<!DOCTYPE html>
<html>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1,user-scalable=no"
>
<meta
name=
"format-detection"
content=
"telephone=no"
>
<title></title>
<script
type=
"text/javascript"
src=
"https://raw.githack.com/tinytxy/h5_activity_github/master/showPhotos/js/jquery-3.4.1.min.js"
></script>
<style
type=
"text/css"
>
.file-update
{
margin
:
50px
auto
;
padding
:
40px
;
}
.file-header
{
font-size
:
18px
;
}
.file-list
{
font-size
:
16px
;
}
</style>
</head>
<body>
<div
class=
"file-update"
>
<div
class=
"file-header"
>
上传更新文件
</div>
<div
class=
"file-list"
>
<button
id=
"uploadBtn"
>
上传文件
</button>
<input
type=
"file"
name=
"filelist"
id=
"filelist"
style=
"display: none;"
>
</div>
</div>
</body>
<script
type=
"text/javascript"
>
$
(
function
(){
// 按钮事件
$
(
"#uploadBtn"
).
off
(
"click"
).
on
(
"click"
,
function
(){
});
});
</script>
</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