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
f776538c
authored
Mar 13, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
css fix detail fix
parent
607e553a
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
97 additions
and
73 deletions
+97
-73
html/about.html
+2
-0
html/dynamic.html
+2
-0
html/dynamicDetail.html
+2
-0
html/productDetail.html
+4
-1
html/products.html
+1
-0
html/products2.html
+2
-0
html/recruit.html
+3
-0
html/solution.html
+2
-0
style/about.css
+6
-7
style/about.less
+7
-7
style/common.css
+7
-0
style/index.css
+12
-13
style/index.less
+13
-13
style/products.css
+2
-3
style/products.less
+3
-3
style/solution.css
+13
-12
style/solution.less
+14
-12
upload.sh
+2
-2
No files found.
html/about.html
View file @
f776538c
...
...
@@ -249,6 +249,8 @@
<script
src=
"https://cdn.bootcss.com/Swiper/2.7.0/idangerous.swiper.min.js"
></script>
<link
rel=
"stylesheet"
href=
"http://api.map.baidu.com/library/SearchInfoWindow/1.5/src/SearchInfoWindow_min.css"
/>
<script
src=
"../js/banner.js"
></script>
<script
src=
"../js/partticles.js"
></script>
</body>
<script>
$
(
document
).
ready
(
function
()
{
...
...
html/dynamic.html
View file @
f776538c
...
...
@@ -179,6 +179,8 @@
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.2/js/swiper.min.js"
></script>
<script
src=
"../js/masonry-docs.min.js"
></script>
<script
src=
"../js/banner.js"
></script>
<script
src=
"../js/partticles.js"
></script>
<!--[if lte IE 9]>
<script src="https://cdn.bootcss.com/Swiper/2.7.0/idangerous.swiper.min.js"></script>
<link rel="stylesheet" href="https://cdn.bootcss.com/Swiper/2.7.0/idangerous.swiper.min.css">
...
...
html/dynamicDetail.html
View file @
f776538c
...
...
@@ -218,6 +218,8 @@
<script
src=
"../js/masonry-docs.min.js"
></script>
<script
src=
"../js/banner.js"
></script>
<script
src=
"../js/tools.js"
></script>
<script
src=
"../js/partticles.js"
></script>
</body>
<script>
$
(
document
).
ready
(
function
()
{
...
...
html/productDetail.html
View file @
f776538c
...
...
@@ -95,7 +95,7 @@
</div>
</div>
<div
class=
"main2-container"
>
<div
class=
"container
"
style=
"height: 650px;
"
>
<div
class=
"container
product-detail-container"
style=
"
"
>
<div
class=
"detail-container"
>
<div
class=
"introduce animated fadeInUp"
style=
"animation-delay: 0.2s;"
>
...
...
@@ -180,6 +180,8 @@
<script
src=
"../js/masonry-docs.min.js"
></script>
<script
src=
"../js/banner.js"
></script>
<script
src=
"../js/tools.js"
></script>
<script
src=
"../js/partticles.js"
></script>
</body>
<script>
$
(
document
).
ready
(
function
()
{
...
...
@@ -187,6 +189,7 @@
console
.
log
(
JSON
.
parse
(
res
))
var
result
=
JSON
.
parse
(
res
).
data
$
(
'.detail-container .introduce .name'
).
text
(
result
.
title
)
$
(
'.detail-container .introduce .en'
).
text
(
result
.
title_en
)
$
(
'.detail-container .introduce .bottom'
).
html
(
result
.
content
)
update
(
createHtml
(
result
.
images
))
})
...
...
html/products.html
View file @
f776538c
...
...
@@ -405,6 +405,7 @@
<script
src=
"../js/banner.js"
></script>
<script
src=
"../js/tools.js"
></script>
<script
src=
"../js/partticles.js"
></script>
<script
src=
"https://cdn.bootcss.com/particles.js/2.0.0/particles.min.js
"
></script>
...
...
html/products2.html
View file @
f776538c
...
...
@@ -408,6 +408,8 @@
<script
src=
"https://cdn.bootcss.com/particles.js/2.0.0/particles.min.js
"
></script>
<script
src=
"../js/partticles.js"
></script>
</body>
<script>
$
(
document
).
ready
(
function
()
{
...
...
html/recruit.html
View file @
f776538c
...
...
@@ -26,6 +26,7 @@
<!-- <script src="../js/less.min.js"></script>
<script src="https://cdn.bootcss.com/less.js/1.0.41/less-1.0.41.min.js"></script> -->
<script
src=
"../js/tools.js"
></script>
</head>
<body>
...
...
@@ -334,6 +335,8 @@
<script
src=
"https://cdn.bootcss.com/Swiper/2.7.0/idangerous.swiper.min.js"
></script>
<script
src=
"../js/banner.js"
></script>
<script
src=
"../js/masonry-docs.min.js"
></script>
<script
src=
"../js/partticles.js"
></script>
</body>
<script>
$
(
document
).
ready
(
function
()
{
...
...
html/solution.html
View file @
f776538c
...
...
@@ -344,6 +344,8 @@
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.2/js/swiper.min.js"
></script>
<script
src=
"../js/masonry-docs.min.js"
></script>
<script
src=
"../js/banner.js"
></script>
<script
src=
"../js/partticles.js"
></script>
<!--[if lte IE 9]>
<script src="https://cdn.bootcss.com/Swiper/2.7.0/idangerous.swiper.min.js"></script>
<link rel="stylesheet" href="https://cdn.bootcss.com/Swiper/2.7.0/idangerous.swiper.min.css">
...
...
style/about.css
View file @
f776538c
...
...
@@ -238,8 +238,8 @@ ul {
font-size
:
14.5px
;
}
.our-products
.views-content
.one
{
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
);
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
);
background
:
url('../img/03_01.png')
no-repeat
top
center
;
position
:
relative
;
width
:
378px
;
...
...
@@ -301,8 +301,8 @@ ul {
top
:
162px
;
left
:
457px
;
border
:
2px
solid
#D6D6D6
;
-webkit-box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
)
inset
;
box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
)
inset
;
-webkit-box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
)
inset
;
box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
)
inset
;
}
.map-container
.introduce
{
margin-left
:
27px
;
...
...
@@ -311,8 +311,8 @@ ul {
background
:
url('../img/mapbg.png')
no-repeat
top
center
;
background-size
:
cover
;
margin-top
:
41px
;
-webkit-box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
);
box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
);
-webkit-box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
);
box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
);
padding-left
:
34px
;
}
.map-container
.introduce
.top
{
...
...
@@ -351,7 +351,6 @@ ul {
}
.left-menu
{
display
:
inline-block
;
background
:
url('/img/bg3.png')
top
center
no-repeat
;
background-position
:
0
0
;
width
:
280px
;
}
...
...
style/about.less
View file @
f776538c
...
...
@@ -254,8 +254,8 @@ ul {
font-size: 14.5px;
}
.one {
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137
);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1
);
background: url('../img/03_01.png') no-repeat top center;
position: relative;
width:378px;
...
...
@@ -321,8 +321,8 @@ ul {
top: 162px;
left: 457px;
border: 2px solid #D6D6D6 ;
// -webkit-box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137
);
-webkit-box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137) inset;box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.349019607843137
) inset;
// -webkit-box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1
);
-webkit-box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1) inset;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1
) inset;
}
.introduce {
margin-left: 27px;
...
...
@@ -331,8 +331,8 @@ ul {
background: url('../img/mapbg.png') no-repeat top center;
background-size: cover;
margin-top: 41px;
-webkit-box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137
);
box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137
);
-webkit-box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1
);
box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1
);
padding-left: 34px;
.top {
padding-top: 60px;
...
...
@@ -373,7 +373,7 @@ ul {
// 解决方案
.left-menu {
display: inline-block;
background: url('/img/bg3.png') top center no-repeat;
//
background: url('/img/bg3.png') top center no-repeat;
background-position: 0 0;
width: 280px;
.menu-title {
...
...
style/common.css
View file @
f776538c
...
...
@@ -1765,4 +1765,10 @@ margin-top: 0.1rem;
line-height
:
1.42857143
;
color
:
#333
;
white-space
:
nowrap
;
}
@media
(
min-width
:
768px
)
{
.navbar-right
.dropdown-menu
{
right
:
auto
!important
;
left
:
-7px
!important
;
}
}
\ No newline at end of file
style/index.css
View file @
f776538c
...
...
@@ -401,8 +401,8 @@ ul {
line-height
:
30px
;
}
.our-products
.views-content
.one
{
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
float
:
left
;
position
:
relative
;
width
:
340px
;
...
...
@@ -419,8 +419,8 @@ ul {
clear
:
both
;
}
.our-products
.views-content
.two
{
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
display
:
inline-block
;
position
:
relative
;
width
:
340px
;
...
...
@@ -567,7 +567,6 @@ ul {
}
.left-menu
{
display
:
inline-block
;
background
:
url('/img/bg3.png')
top
center
no-repeat
;
background-position
:
0
0
;
width
:
280px
;
}
...
...
@@ -817,8 +816,8 @@ ul {
background-color
:
#ffffff
;
border
:
none
;
border-radius
:
0px
;
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
text-align
:
center
;
}
.about-container
.bottom-list
.item
.title
{
...
...
@@ -840,8 +839,8 @@ ul {
background-color
:
#ffffff
;
border
:
none
;
border-radius
:
0px
;
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
text-align
:
center
;
}
.about-container
.bottom-list
.item2
.title
{
...
...
@@ -856,8 +855,8 @@ ul {
top
:
-80px
;
border-radius
:
50%
;
background
:
white
;
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
}
.about-container
.bottom-list
.item2
:hover
{
-webkit-transition
:
0.3s
;
...
...
@@ -917,8 +916,8 @@ ul {
text-indent
:
0px
;
margin-right
:
1%
;
margin-bottom
:
30px
;
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
}
.solution-container
.case
.case-item
img
{
width
:
100%
;
...
...
style/index.less
View file @
f776538c
...
...
@@ -427,8 +427,8 @@ ul {
}
}
.one {
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
float: left;
position: relative;
...
...
@@ -447,8 +447,8 @@ ul {
clear: both;
}
.two {
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
display: inline-block;
position: relative;
width:340px;
...
...
@@ -608,7 +608,7 @@ ul {
// 解决方案
.left-menu {
display: inline-block;
background: url('/img/bg3.png') top center no-repeat;
//
background: url('/img/bg3.png') top center no-repeat;
background-position: 0 0;
width: 280px;
.menu-title {
...
...
@@ -871,8 +871,8 @@ ul {
background-color: rgba(255, 255, 255, 1);
border: none;
border-radius: 0px;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
text-align: center;
.title {
font-size: 22px;
...
...
@@ -895,8 +895,8 @@ ul {
background-color: rgba(255, 255, 255, 1);
border: none;
border-radius: 0px;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
text-align: center;
.title {
font-size: 22px;
...
...
@@ -910,8 +910,8 @@ ul {
top: -80px;
border-radius: 50%;
background: white;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
}
&:hover {
-webkit-transition: 0.3s;
...
...
@@ -986,8 +986,8 @@ ul {
text-indent: 0px;
margin-right: 1%;
margin-bottom: 30px;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
.img-container {}
img {
width: 100%;
...
...
style/products.css
View file @
f776538c
...
...
@@ -303,8 +303,8 @@ ul {
font-size
:
14.5px
;
}
.our-products
.views-content
.one
{
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
);
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
);
background
:
url('../img/03_01.png')
no-repeat
top
center
;
position
:
relative
;
width
:
378px
;
...
...
@@ -324,7 +324,6 @@ ul {
}
.left-menu
{
display
:
inline-block
;
background
:
url('/img/bg3.png')
top
center
no-repeat
;
background-position
:
0
0
;
width
:
280px
;
}
...
...
style/products.less
View file @
f776538c
...
...
@@ -327,8 +327,8 @@ ul {
font-size: 14.5px;
}
.one {
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137
);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1
);
background: url('../img/03_01.png') no-repeat top center;
position: relative;
width:378px;
...
...
@@ -352,7 +352,7 @@ ul {
// 解决方案
.left-menu {
display: inline-block;
background: url('/img/bg3.png') top center no-repeat;
//
background: url('/img/bg3.png') top center no-repeat;
background-position: 0 0;
width: 280px;
.menu-title {
...
...
style/solution.css
View file @
f776538c
...
...
@@ -245,8 +245,8 @@ ul {
font-size
:
14.5px
;
}
.our-products
.views-content
.one
{
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.
3490196
1
);
box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
);
-webkit-box-shadow
:
0px
0px
10px
rgba
(
0
,
0
,
0
,
0.1
);
box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
);
background
:
url('../img/03_01.png')
no-repeat
top
center
;
position
:
relative
;
width
:
378px
;
...
...
@@ -422,7 +422,6 @@ ul {
}
.left-menu
{
display
:
inline-block
;
background
:
url('/img/bg3.png')
top
center
no-repeat
;
background-position
:
0
0
;
width
:
280px
;
}
...
...
@@ -528,8 +527,8 @@ ul {
background
:
url('../img/mapbg.png')
no-repeat
top
center
;
background-size
:
cover
;
margin-top
:
41px
;
-webkit-box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
);
box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
);
-webkit-box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
);
box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
);
padding-left
:
34px
;
}
.join
.introduce
.top
{
...
...
@@ -589,8 +588,8 @@ ul {
padding-bottom
:
70px
;
}
.jobs
.detail
{
-webkit-box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
);
box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
);
-webkit-box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
);
box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
);
background
:
url('../img/mapbg.png')
no-repeat
top
center
;
background-size
:
cover
;
padding
:
0
26px
;
...
...
@@ -650,6 +649,9 @@ ul {
text-indent
:
0px
;
margin-right
:
1%
;
}
.product-detail-container
{
min-height
:
650px
;
}
.detail-container
{
background
:
url('/img/kuang3.png')
top
center
no-repeat
;
min-height
:
400px
;
...
...
@@ -661,11 +663,11 @@ ul {
.detail-container
.introduce
{
margin-left
:
5%
;
width
:
368px
;
height
:
460px
;
min-
height
:
460px
;
background
:
url('../img/mapbg.png')
no-repeat
top
center
;
background-size
:
cover
;
-webkit-box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
);
box-shadow
:
0px
5px
20px
rgba
(
0
,
0
,
0
,
0.3490196
1
);
-webkit-box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
);
box-shadow
:
0px
5px
10px
rgba
(
0
,
0
,
0
,
0.
1
);
padding-left
:
34px
;
}
.detail-container
.introduce
.top
{
...
...
@@ -816,9 +818,8 @@ ul {
line-height
:
30px
;
}
.dynamic-detail
.blockquote
img
{
width
:
100%
;
max-
width
:
100%
;
height
:
auto
;
max-height
:
300px
;
}
.dynamic-detail
.hot
{
background
:
#f1f1f1
;
...
...
style/solution.less
View file @
f776538c
...
...
@@ -260,8 +260,8 @@ ul {
font-size: 14.5px;
}
.one {
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
349019607843137
);
box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137
);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.
1
);
box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1
);
background: url('../img/03_01.png') no-repeat top center;
position: relative;
width:378px;
...
...
@@ -456,7 +456,7 @@ ul {
// 解决方案
.left-menu {
display: inline-block;
background: url('/img/bg3.png') top center no-repeat;
//
background: url('/img/bg3.png') top center no-repeat;
background-position: 0 0;
width: 280px;
.menu-title {
...
...
@@ -568,8 +568,8 @@ ul {
background: url('../img/mapbg.png') no-repeat top center;
background-size: cover;
margin-top: 41px;
-webkit-box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137
);
box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137
);
-webkit-box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1
);
box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1
);
padding-left: 34px;
.top {
padding-top: 60px;
...
...
@@ -629,8 +629,8 @@ ul {
margin-top: 100px;
padding-bottom: 70px;
.detail{
-webkit-box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137
);
box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137
);
-webkit-box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1
);
box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1
);
background: url('../img/mapbg.png') no-repeat top center;
background-size: cover;
padding: 0 26px;
...
...
@@ -692,6 +692,9 @@ ul {
}
}
.product-detail-container {
min-height: 650px;
}
.detail-container {
background: url('/img/kuang3.png') top center no-repeat;
min-height: 400px;
...
...
@@ -702,12 +705,12 @@ ul {
.introduce {
margin-left:5%;
width:368px;
height:
460px;
min-height:
460px;
background: url('../img/mapbg.png') no-repeat top center;
background-size: cover;
-webkit-box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137
);
box-shadow: 0px 5px
20px rgba(0, 0, 0, 0.349019607843137
);
-webkit-box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1
);
box-shadow: 0px 5px
10px rgba(0, 0, 0, 0.1
);
padding-left: 34px;
.top {
padding-top: 60px;
...
...
@@ -875,9 +878,8 @@ ul {
color: #000;
line-height: 30px;
img {
width: 100%;
max-
width: 100%;
height: auto;
max-height: 300px;
}
}
.hot {
...
...
upload.sh
View file @
f776538c
\s
cp
-r
./ root@47.94.12.217:/home/webroot/html
\ No newline at end of file
\s
cp
-r
./style root@47.94.12.217:/home/webroot/html
\ No newline at end of file
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