Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
microduino-web
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
韩洪虎
microduino-web
Commits
40a3c32a
Commit
40a3c32a
authored
Apr 12, 2019
by
贾新
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f6228379
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
9 deletions
+20
-9
K12Online.css
cms/skin/website/css/K12Online.css
+1
-1
news.css
cms/skin/website/css/news.css
+18
-7
service.css
cms/skin/website/css/service.css
+1
-1
No files found.
cms/skin/website/css/K12Online.css
View file @
40a3c32a
.k12Online
{
margin
:
132px
0
60
px
;
margin
-top
:
132
px
;
}
.k12Online
.banner
{
height
:
537px
;
...
...
cms/skin/website/css/news.css
View file @
40a3c32a
...
...
@@ -4,18 +4,24 @@ body{
.news
{
margin
:
152px
0
60px
;
}
.news
>
div
{
.news
>
a
>
div
{
width
:
1180px
;
margin
:
0
auto
20px
;
height
:
203px
;
background
:
#fff
url('../image/news.jpg')
no-repeat
right
/
271px
203px
;
background
:
#fff
;
display
:
flex
;
background
:
#fff
;
justify-content
:
space-between
;
}
.news
>
div
:hover
{
a
:hover
{
text-decoration
:
none
;
/*鼠标放上去有下划线*/
}
.news
>
a
>
div
:hover
{
box-shadow
:
0
0
12px
rgba
(
0
,
0
,
0
,
.2
);
}
.news
>
div
>
div
{
.news
>
a
>
div
>
div
>
div
{
width
:
833px
;
padding
:
0
30px
;
color
:
#666
;
font-size
:
16px
;
line-height
:
26px
;
...
...
@@ -24,11 +30,15 @@ body{
display
:
-webkit-box
;
-webkit-line-clamp
:
3
;
-webkit-box-orient
:
vertical
;
padding-left
:
30px
;
}
.news
>
div
>
div
:first-child
{
.news
>
a
>
div
>
div
>
div
:first-child
{
font-size
:
24px
;
color
:
#333
;
padding
:
30px
30px
2
0px
;
padding
:
30px
0
20px
3
0px
;
display
:
flex
;
justify-content
:
space-between
;
}
.news
>
a
>
div
>
img
{
width
:
271px
;
}
\ No newline at end of file
cms/skin/website/css/service.css
View file @
40a3c32a
.service
{
margin
:
132px
0
60
px
;
margin
-top
:
132
px
;
}
.service
.banner
{
background
:
url('../image/service_banner.png')
no-repeat
center
/
1920px
;
...
...
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