Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jianchayuan
Project
Project
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
liuqing
jianchayuan
Commits
2fd2f070
Commit
2fd2f070
authored
Nov 10, 2023
by
zhangpux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面制作
parent
f68fb1ad
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
113 additions
and
13 deletions
+113
-13
commonArea1.css
static/css/commonArea1.css
+35
-0
workshop1.css
static/css/workshop1.css
+71
-0
beijian.html
wgs/beijian.html
+2
-5
jiaoyu.html
wgs/jiaoyu.html
+2
-5
workshop.html
wgs/workshop.html
+3
-3
No files found.
static/css/commonArea1.css
0 → 100644
View file @
2fd2f070
.content_top
{
height
:
1.4rem
;
background
:
url("../images/topBg.png")
center
center
no-repeat
;
}
.content_box
{
width
:
13rem
;
height
:
8.8rem
;
margin
:
0.2rem
;
background
:
rgba
(
0
,
0
,
0
,
0.6
);
padding
:
0.25rem
0.52rem
;
border-radius
:
0.1rem
;
}
.padding_box
{
padding
:
0.12rem
0.7rem
;
}
.room_box
{
position
:
relative
;
height
:
100%
;
}
.bg_img
{
position
:
absolute
;
top
:
0
;
left
:
0
;
height
:
100%
;
width
:
100%
;
}
.camera
{
position
:
absolute
;
}
\ No newline at end of file
static/css/workshop1.css
0 → 100644
View file @
2fd2f070
.padding_box
{
padding
:
1.4rem
1rem
0
;
}
.flex-box
{
display
:
flex
;
align-content
:
center
;
justify-content
:
center
;
}
.menu_box
{
width
:
4rem
;
}
.menu_title_box
{
width
:
100%
;
text-align
:
center
;
font-size
:
0.32rem
;
color
:
#fff
;
}
.tab_list
ul
{
display
:
block
;
width
:
100%
;
}
.tab_list
ul
li
{
color
:
#fff
;
font-weight
:
normal
;
font-size
:
0.24rem
;
background
:
rgb
(
0
35
105
/
70%
);
margin
:
0.2rem
0
;
border-radius
:
0.2rem
;
line-height
:
0.6rem
;
}
.tab_list
ul
li
div
{
font-size
:
0.24rem
;
justify-content
:
space-around
;
}
.monitor
{
font-size
:
0.2rem
;
}
.monitor
span
{
background
:
#006aec
;
padding
:
0.04rem
0.2rem
;
border-radius
:
0.2rem
;
margin-left
:
0.1rem
;
}
.tab_list
ul
li
a
{
color
:
#a84c47
;
}
.tab_list
ul
li
.current
{
line-height
:
0.6rem
;
border
:
none
;
background
:
#006aec
;
font-weight
:
normal
;
}
.tab_list
ul
li
.current
.monitor
span
{
background
:
#0055bd
;
}
.content_box
{
flex
:
1
;
}
\ No newline at end of file
wgs/beijian.html
View file @
2fd2f070
...
...
@@ -7,8 +7,8 @@
<script
src=
"../static/js/jquery-1.8.1.min.js"
type=
text/javascript
></script>
<script
src=
"../static/js/rem.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/workshop.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/commonArea.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/workshop
1
.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/commonArea
1
.css"
/>
<title>
上海市人民检察院
</title>
</head>
<style
type=
"text/css"
>
...
...
@@ -18,9 +18,6 @@
min-height
:
100vh
;
background-size
:
cover
;
}
.padding_box
{
padding
:
0.12rem
1rem
0
;
}
</style>
<script
type=
"text/javascript"
>
$
(
function
()
{
...
...
wgs/jiaoyu.html
View file @
2fd2f070
...
...
@@ -7,8 +7,8 @@
<script
src=
"../static/js/jquery-1.8.1.min.js"
type=
text/javascript
></script>
<script
src=
"../static/js/rem.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/workshop.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/commonArea.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/workshop
1
.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/commonArea
1
.css"
/>
<title>
上海市人民检察院
</title>
</head>
<style
type=
"text/css"
>
...
...
@@ -18,9 +18,6 @@
min-height
:
100vh
;
background-size
:
cover
;
}
.padding_box
{
padding
:
0.12rem
1rem
0
;
}
</style>
<script
type=
"text/javascript"
>
$
(
function
()
{
...
...
wgs/workshop.html
View file @
2fd2f070
...
...
@@ -7,8 +7,8 @@
<script
src=
"../static/js/jquery-1.8.1.min.js"
type=
text/javascript
></script>
<script
src=
"../static/js/rem.js"
></script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/common.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/workshop.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/commonArea.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/workshop
1
.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/commonArea
1
.css"
/>
<title>
上海市人民检察院
</title>
</head>
<style
type=
"text/css"
>
...
...
@@ -19,7 +19,7 @@
background-size
:
cover
;
}
.padding_box
{
padding
:
0.12rem
1rem
0
;
align-items
:
normal
;
}
</style>
<script
type=
"text/javascript"
>
...
...
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