Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
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
吴迪
gs1
Commits
6799218b
Commit
6799218b
authored
Mar 17, 2022
by
ahxiangkui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
liwj提交。4个应用领域,加悬浮的交互效果,4个应用领域详情页,标题和正文间,加领域颜色,位置参考如下,颜色以领域颜色为准
parent
05ca8126
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
50 additions
and
11 deletions
+50
-11
english.scss
src/assets/css/english.scss
+39
-0
HeaderBtn.vue
src/components/layout/englishHeader/HeaderBtn.vue
+2
-2
columnFourList.vue
src/views/English/Home/components/columnFourList.vue
+4
-4
ECommerce.vue
src/views/English/SecondaryMenu/ECommerce.vue
+1
-1
GDSN.vue
src/views/English/SecondaryMenu/GDSN.vue
+1
-1
FoodSafety.vue
...ews/English/TertiaryMenu/IndustryPromotion/FoodSafety.vue
+1
-1
Healthcare.vue
...ews/English/TertiaryMenu/IndustryPromotion/Healthcare.vue
+1
-1
blankMain.vue
src/views/English/blankMain.vue
+1
-1
No files found.
src/assets/css/english.scss
View file @
6799218b
...
...
@@ -35,6 +35,45 @@ ol ol {
margin-bottom
:
30px
;
}
.myCard
{
background-color
:
#fff
;
border-radius
:
4px
;
border
:
1px
solid
rgba
(
197
,
216
,
238
,
.5
);
-webkit-transition-duration
:
.2s
;
transition-duration
:
.2s
;
-webkit-transition-timing-function
:
ease
;
transition-timing-function
:
ease
}
.myCard
:hover
{
-webkit-transform
:
translateY
(
-4px
);
transform
:
translateY
(
-4px
);
-webkit-box-shadow
:
0
10px
30px
0
rgba
(
165
,
165
,
167
,
.6
);
box-shadow
:
0
10px
30px
0
rgba
(
165
,
165
,
167
,
.6
);
cursor
:
pointer
;
}
.listBorder
{
padding-bottom
:
20px
;
}
.greenBorder
{
border-bottom
:
7px
solid
rgb
(
122
,
193
,
67
);
}
.green2Border
{
border-bottom
:
7px
solid
rgb
(
113
,
183
,
144
)
}
.blueBorder
{
border-bottom
:
7px
solid
rgb
(
0
,
182
,
222
)
}
.pinkBorder
{
border-bottom
:
7px
solid
rgb
(
240
,
85
,
135
);
}
.toolkit
.section-spacing
h4
{
margin-top
:
30px
;
font-weight
:
400
;
...
...
src/components/layout/englishHeader/HeaderBtn.vue
View file @
6799218b
<
template
>
<div
class=
"header-btn move-btn header-btn-english"
>
<a
href=
"http://www.gs1.org/search/gss"
target=
"_blank"
>
<el-button
type=
"primary"
style=
"padding: 9px 30px;margin-right: 6px"
size=
"small"
>
Search
</el-button>
<
!--
<
el-button
type=
"primary"
style=
"padding: 9px 30px;margin-right: 6px"
size=
"small"
>
Search
</el-button>
-->
</a>
</div>
</
template
>
...
...
src/views/English/Home/components/columnFourList.vue
View file @
6799218b
...
...
@@ -8,7 +8,7 @@
safety
</a>
</h4>
<div
class=
"content-module-wrapper"
style=
"border-top: 7px solid #7ac143"
></div>
<div
class=
"content-module content-module-padding"
style=
"padding: 0px; background-color: #002c6c"
>
<div
class=
"content-module content-module-padding
myCard
"
style=
"padding: 0px; background-color: #002c6c"
>
<img
src=
"@/assets/image/english/Food-satety.jpg"
alt=
""
class=
"img-responsive"
/>
<p
class=
"small"
style=
"padding: 20px"
>
<a
@
click=
"handleGo('/IndustryPromotion/FoodSafety')"
style=
"color: #fff; text-decoration: none"
>
Barcode
...
...
@@ -26,7 +26,7 @@
style=
"text-decoration: none; color: #002c6c"
>
Healthcare
</a>
</h4>
<div
class=
"content-module-wrapper"
style=
"border-top: 7px solid #00b6de"
></div>
<div
class=
"content-module content-module-padding"
style=
"padding: 0px; background-color: #002c6c"
>
<div
class=
"content-module content-module-padding
myCard
"
style=
"padding: 0px; background-color: #002c6c"
>
<img
src=
"@/assets/image/english/Healthcare.jpg"
alt=
""
class=
"img-responsive"
/>
<p
class=
"small"
style=
"padding: 20px"
>
<a
@
click=
"handleGo('/IndustryPromotion/Healthcare')"
style=
"color: #fff; text-decoration: none"
>
GS1 China
...
...
@@ -43,7 +43,7 @@
<a
@
click=
"handleGo('/SecondaryMenu/ECommerce')"
style=
"text-decoration: none; color: #002c6c"
>
ECommerce
</a>
</h4>
<div
class=
"content-module-wrapper"
style=
"border-top: 7px solid #f05587"
></div>
<div
class=
"content-module content-module-padding"
style=
"padding: 0px; background-color: #002c6c"
>
<div
class=
"content-module content-module-padding
myCard
"
style=
"padding: 0px; background-color: #002c6c"
>
<img
src=
"@/assets/image/english/ECommerce.jpg"
alt=
""
class=
"img-responsive"
/>
<p
class=
"small"
style=
"padding: 20px"
>
<a
@
click=
"handleGo('/SecondaryMenu/ECommerce')"
style=
"color: #fff; text-decoration: none"
>
GS1 standard
...
...
@@ -59,7 +59,7 @@
<a
@
click=
"handleGo('/SecondaryMenu/GDSN')"
style=
"text-decoration: none; color: #002c6c"
>
GDSN
</a>
</h4>
<div
class=
"content-module-wrapper"
style=
"border-top: 7px solid #71b790"
></div>
<div
class=
"content-module content-module-padding"
style=
"padding: 0px; background-color: #002c6c"
>
<div
class=
"content-module content-module-padding
myCard
"
style=
"padding: 0px; background-color: #002c6c"
>
<img
src=
"@/assets/image/english/GDSN.jpg"
alt=
""
class=
"img-responsive"
/>
<p
class=
"small"
style=
"padding: 20px"
>
<a
@
click=
"handleGo('/SecondaryMenu/GDSN')"
style=
"color: #fff; text-decoration: none"
>
GS1
...
...
src/views/English/SecondaryMenu/ECommerce.vue
View file @
6799218b
...
...
@@ -14,7 +14,7 @@
</div>
</section>
<section>
<h1>
ECommerce
</h1>
<h1
class=
"listBorder pinkBorder"
>
ECommerce
</h1>
<div
class=
"row"
>
<div
class=
"col-lsm-9"
>
<p
class=
"small"
style=
"padding-top: 20px; line-height:30px"
>
...
...
src/views/English/SecondaryMenu/GDSN.vue
View file @
6799218b
...
...
@@ -14,7 +14,7 @@
</div>
</section>
<section>
<h1>
Global Data Synchronisation Network(GDSN)
</h1>
<h1
class=
"listBorder green2Border"
>
Global Data Synchronisation Network(GDSN)
</h1>
<div
class=
"row"
>
<div
class=
"col-lsm-9"
>
<p
class=
"small"
style=
"padding-top: 20px; line-height:30px"
>
...
...
src/views/English/TertiaryMenu/IndustryPromotion/FoodSafety.vue
View file @
6799218b
...
...
@@ -19,7 +19,7 @@
<section>
<div
class=
"row"
>
<div
class=
"col-lsm-9"
>
<h1>
Food safety
</h1>
<h1
class=
"listBorder greenBorder"
>
Food safety
</h1>
<p
class=
"small"
style=
"padding-top: 20px"
>
In recent years, food safety standards received widespread concern
throughout the world. Through efforts, GS1 China obtained
...
...
src/views/English/TertiaryMenu/IndustryPromotion/Healthcare.vue
View file @
6799218b
...
...
@@ -19,7 +19,7 @@
<section>
<div
class=
"row"
>
<div
class=
"col-lsm-9"
>
<h1>
Healthcare
</h1>
<h1
class=
"listBorder blueBorder"
>
Healthcare
</h1>
<p
class=
"small"
style=
"padding-top: 20px"
>
In order to address to the domestic demand of healthcare safety,
GS1 China strengthened and broadened the use of barcode technology
...
...
src/views/English/blankMain.vue
View file @
6799218b
...
...
@@ -9,7 +9,7 @@
</div>
</
template
>
<
script
>
import
TopBanner
from
'@/components/layout/
topBanner.vue
'
import
TopBanner
from
'@/components/layout/
englishTopBanner
'
import
Header
from
'@/components/layout/englishHeader'
import
Footer
from
"@/components/layout/englishFoot.vue"
export
default
{
...
...
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