Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
bdideal
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c8611760
authored
Mar 08, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
cead3d1f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
198 additions
and
6 deletions
+198
-6
style/index.css
+95
-0
style/index.less
+99
-5
style/products.css
+1
-0
style/products.less
+3
-1
No files found.
style/index.css
View file @
c8611760
...
...
@@ -467,6 +467,101 @@ ul {
height
:
411px
;
float
:
left
;
}
.our-products
.views-content
.two
a
{
display
:
inline-block
;
color
:
#fff
;
border
:
1px
solid
#ffffff
;
}
.our-products
.views-content
.two
.introduce
{
background
:
url('../img/index_02bgpink.png')
no-repeat
top
center
;
background-size
:
cover
;
}
.our-products
.views-content
.two
.introduce
.top
{
padding-top
:
60px
;
}
.our-products
.views-content
.two
.introduce
.top
.line1
{
width
:
169px
;
height
:
1px
;
background
:
#fff
;
}
.our-products
.views-content
.two
.introduce
.top
.line2
{
width
:
33px
;
height
:
1px
;
background
:
#fff
;
}
.our-products
.views-content
.two
.introduce
.top
.name
{
font-size
:
24px
;
font-weight
:
400
;
color
:
#fff
;
line-height
:
1
;
padding-top
:
17px
;
padding-bottom
:
9px
;
}
.our-products
.views-content
.two
.introduce
.top
.en
{
font-size
:
12px
;
font-weight
:
300
;
line-height
:
1
;
color
:
#fff
;
padding-bottom
:
18px
;
}
.our-products
.views-content
.two
.introduce
.bottom
{
padding-top
:
40px
;
color
:
#fff
;
font-size
:
14px
;
line-height
:
30px
;
}
.our-products
.views-content
.two
a
{
display
:
inline-block
;
color
:
#fff
;
border
:
1px
solid
#ffffff
;
}
.our-products
.views-content
.two
:hover
.introduce
{
width
:
340px
;
height
:
411px
;
background
:
url('../img/mapbg.png')
no-repeat
top
center
;
background-size
:
cover
;
padding-left
:
34px
;
}
.our-products
.views-content
.two
:hover
.introduce
.top
{
padding-top
:
60px
;
}
.our-products
.views-content
.two
:hover
.introduce
.top
.line1
{
width
:
169px
;
height
:
1px
;
background
:
#c70151
;
}
.our-products
.views-content
.two
:hover
.introduce
.top
.line2
{
width
:
33px
;
height
:
1px
;
background
:
#c70151
;
}
.our-products
.views-content
.two
:hover
.introduce
.top
.name
{
font-size
:
24px
;
font-weight
:
400
;
color
:
#c70151
;
line-height
:
1
;
padding-top
:
17px
;
padding-bottom
:
9px
;
}
.our-products
.views-content
.two
:hover
.introduce
.top
.en
{
font-size
:
12px
;
font-weight
:
300
;
line-height
:
1
;
color
:
#c70151
;
padding-bottom
:
18px
;
}
.our-products
.views-content
.two
:hover
.introduce
.bottom
{
padding-top
:
40px
;
color
:
#979797
;
font-size
:
14px
;
line-height
:
30px
;
}
.our-products
.views-content
.two
:hover
a
{
display
:
inline-block
;
color
:
#A7A7A7
;
border
:
1px
solid
#A7A7A7
;
cursor
:
pointer
;
}
.left-menu
{
display
:
inline-block
;
background
:
url('/img/bg3.png')
top
center
no-repeat
;
...
...
style/index.less
View file @
c8611760
...
...
@@ -499,11 +499,105 @@ ul {
width:340px;
height: 411px;
float: left;
// a {
// display: inline-block;
// color: #fff;
// border:1px solid #ffffff;
// }
a {
display: inline-block;
color: #fff;
border:1px solid #ffffff;
}
.introduce {
// background-image: url('') !important;
background: url('../img/index_02bgpink.png') no-repeat top center;
background-size: cover;
.top {
padding-top: 60px;
.line1 {
width:169px;
height:1px;
// background:rgba(199,1,81,1);
background: #fff;
}
.line2 {
width:33px;
height:1px;
background: #fff; }
.name{
font-size:24px;
font-weight:400;
color: #fff;
line-height: 1;
padding-top: 17px;
padding-bottom: 9px;
}
.en {
font-size:12px;
font-weight:300;
line-height: 1;
color:#fff;
padding-bottom: 18px;
}
}
.bottom {
padding-top: 40px;
color: #fff;
font-size: 14px;
line-height: 30px;
}
}
a {
display: inline-block;
color: #fff;
border:1px solid #ffffff;
}
&:hover {
.introduce {
width:340px;
height: 411px;
background: url('../img/mapbg.png') no-repeat top center;
background-size: cover;
padding-left: 34px;
.top {
padding-top: 60px;
.line1 {
width:169px;
height:1px;
background:rgba(199,1,81,1);
}
.line2 {
width:33px;
height:1px;
background:rgba(199,1,81,1);
}
.name{
font-size:24px;
font-weight:400;
color:rgba(199,1,81,1);
line-height: 1;
padding-top: 17px;
padding-bottom: 9px;
}
.en {
font-size:12px;
font-weight:300;
line-height: 1;
color:rgba(199,1,81,1);
padding-bottom: 18px;
}
}
.bottom {
padding-top: 40px;
color: #979797;
font-size: 14px;
line-height: 30px;
}
}
a {
display: inline-block;
color: #A7A7A7;
border:1px solid #A7A7A7;
cursor: pointer;
}
}
}
}
}
...
...
style/products.css
View file @
c8611760
...
...
@@ -103,6 +103,7 @@ ul {
bottom
:
0
;
left
:
10%
;
z-index
:
1
;
opacity
:
0.5
;
}
#banner
.word-box
{
position
:
absolute
;
...
...
style/products.less
View file @
c8611760
...
...
@@ -111,7 +111,9 @@ ul {
position: absolute;
bottom: 0;
left: 10%;
z-index: 1
z-index: 1;
opacity: 0.5;
}
// background-color: #ccc;
position: relative;
...
...
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