Commit 4d4d4119 by ahxiangkui

英文首页banner-liwj

parent 867a0b76
...@@ -464,19 +464,28 @@ small, ...@@ -464,19 +464,28 @@ small,
} }
.toolkit .bg-peach { .toolkit .bg-peach {
background-color: #fbb034 !important; background: url("~@/assets/image/home/peachImg.png") no-repeat;
background-size: 100% 100%;
} }
.toolkit .bg-purple { .toolkit .bg-purple {
background-color: #bf83b9 !important; background: url("~@/assets/image/home/purpleImg.png") no-repeat;
background-size: 100% 100%;
} }
.toolkit .bg-lime { .toolkit .bg-lime {
background-color: #c1d82f !important; background: url("~@/assets/image/home/limeImg.png") no-repeat;
background-size: 100% 100%;
} }
.toolkit .bg-sky { .toolkit .bg-sky {
background-color: #00b6de !important; background: url("~@/assets/image/home/skyImg.png") no-repeat;
background-size: 100% 100%;
}
.width450 {
width: 450px !important;
height: 400px !important;
} }
.toolkit a.btn-primary, .toolkit a.btn-primary,
......
...@@ -6,8 +6,9 @@ ...@@ -6,8 +6,9 @@
<div class="carousel-inner"> <div class="carousel-inner">
<div class="item bg-peach next left"> <div class="item bg-peach next left">
<div class="container"> <div class="container">
<img class="pull-right carousel-glyph" src="@/assets/image/english/GS1-China.jpg" style="margin-top:-40px" <!-- <img class="pull-right carousel-glyph" src="@/assets/image/english/GS1-China.jpg" style="margin-top:-40px"
alt="Placeholder" /> alt="Placeholder" /> -->
<div class="pull-right carousel-glyph width450" style="width:450px;height:400px">&nbsp;</div>
<h1>About GS1 China</h1> <h1>About GS1 China</h1>
<p class="large"> <p class="large">
GS1 China, founded in 1988 under the authorization of the State GS1 China, founded in 1988 under the authorization of the State
...@@ -28,8 +29,9 @@ ...@@ -28,8 +29,9 @@
<div class="carousel-inner"> <div class="carousel-inner">
<div class="item bg-purple"> <div class="item bg-purple">
<div class="container"> <div class="container">
<img class="pull-right carousel-glyph" src="@/assets/image/english/carousel-1.jpg" <!-- <img class="pull-right carousel-glyph" src="@/assets/image/english/carousel-1.jpg"
style="margin-top:-40px" alt="Placeholder" /> style="margin-top:-40px" alt="Placeholder" /> -->
<div class="pull-right carousel-glyph width450" style="width:450px;height:400px">&nbsp;</div>
<h1>About GS1</h1> <h1>About GS1</h1>
<p class="large"> <p class="large">
GS1 believes in the power of standards to transform the way we GS1 believes in the power of standards to transform the way we
...@@ -47,8 +49,9 @@ ...@@ -47,8 +49,9 @@
<div class="carousel-inner"> <div class="carousel-inner">
<div class="item bg-lime"> <div class="item bg-lime">
<div class="container"> <div class="container">
<img class="pull-right carousel-glyph" src="@/assets/image/english/training.jpg" style="margin-top:-40px" <!-- <img class="pull-right carousel-glyph" src="@/assets/image/english/training.jpg" style="margin-top:-40px"
alt="Placeholder" /> alt="Placeholder" /> -->
<div class="pull-right carousel-glyph width450" style="width:450px;height:400px">&nbsp;</div>
<h1>Training</h1> <h1>Training</h1>
<p class="large"> <p class="large">
GS1 offers a wide range of training courses to help you use our GS1 offers a wide range of training courses to help you use our
...@@ -73,8 +76,9 @@ ...@@ -73,8 +76,9 @@
<div class="carousel-inner"> <div class="carousel-inner">
<div class="item bg-sky left"> <div class="item bg-sky left">
<div class="container"> <div class="container">
<img class="pull-right carousel-glyph" src="@/assets/image/english/local.jpg" style="margin-top:-40px" <!-- <img class="pull-right carousel-glyph" src="@/assets/image/english/local.jpg" style="margin-top:-40px"
alt="Placeholder" /> alt="Placeholder" /> -->
<div class="pull-right carousel-glyph width450" style="width:450px;height:400px">&nbsp;</div>
<h1>Contact GS1 local offices</h1> <h1>Contact GS1 local offices</h1>
<p class="large"> <p class="large">
GS1 has local offices in over 100 countries. Our local offices GS1 has local offices in over 100 countries. Our local offices
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment