Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SURPRISED
Project
Project
Details
Activity
Releases
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
华国豪
SURPRISED
Commits
9a65864d
Commit
9a65864d
authored
Jan 14, 2020
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/surprised
parents
4c9e4043
9d189550
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
AnnuaLmeetingHome.html
html/annualMeeting/AnnuaLmeetingHome.html
+7
-2
Money.html
html/annualMeeting/Money.html
+4
-0
Amhome.css
html/annualMeeting/css/Amhome.css
+2
-1
No files found.
html/annualMeeting/AnnuaLmeetingHome.html
View file @
9a65864d
...
...
@@ -310,6 +310,7 @@
var
html_l
=
""
;
var
html_c
=
""
;
var
html_r
=
""
;
let
marginH
=
0
$
.
each
(
rightList
,
function
(
i
,
v
)
{
if
(
i
==
0
){
html_l
+=
'<div class="right_box" style="margin-top:0 ">
\
n'
+
...
...
@@ -332,7 +333,10 @@
});
$
(
".c_right"
).
append
(
html_l
);
$
.
each
(
data
,
function
(
i
,
v
)
{
html_c
+=
' <div class="c_xian">
\
n'
+
if
(
i
+
1
==
data
.
length
){
marginH
=
0.6
+
'rem'
}
html_c
+=
' <div class="c_xian" style="margin-bottom:'
+
marginH
+
'">
\
n'
+
' <div class="yuan"></div>
\
n'
+
' <div class="yuan_x"></div>
\
n'
+
' </div>'
...
...
@@ -340,7 +344,8 @@
$
(
".c_center"
).
append
(
html_c
);
$
.
each
(
leftList
,
function
(
i
,
v
)
{
html_r
+=
'<div class="letf_box" style="margin-top: 0.75rem">
\
n'
+
html_r
+=
'<div class="letf_box" style="margin-top: 0.75rem;">
\
n'
+
' <div class="time">
\
n'
+
' <p>'
+
leftList
[
i
].
StartTime
+
'</p>
\
n'
+
' </div>
\
n'
+
...
...
html/annualMeeting/Money.html
View file @
9a65864d
...
...
@@ -364,6 +364,10 @@
document
.
addEventListener
(
"WeixinJSBridgeReady"
,
function
()
{
music
.
load
();
},
false
);
$
(
'#back_ico'
).
click
(
function
()
{
//返回首页
window
.
history
.
back
()
})
});
</script>
</html>
html/annualMeeting/css/Amhome.css
View file @
9a65864d
...
...
@@ -143,7 +143,7 @@ p{
width
:
90%
;
height
:
58%
;
margin-left
:
5%
;
margin-top
:
34
%
;
margin-top
:
28
%
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
...
...
@@ -203,6 +203,7 @@ p{
color
:
#893630
;
font-size
:
0.12rem
;
margin-left
:
0.1rem
;
width
:
90%
;
}
.c_describe
p
:nth-child
(
1
)
{
padding-top
:
0.05rem
;
...
...
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