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
565204a6
Commit
565204a6
authored
Dec 06, 2021
by
Jianli Ou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
44792de5
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
20 deletions
+26
-20
Animalcode.vue
src/views/Business/Animalcode.vue
+3
-2
UDI.vue
src/views/Business/UDI.vue
+2
-2
ypzs.vue
src/views/Business/ypzs.vue
+2
-2
Health.vue
src/views/News/Health.vue
+9
-8
Logistics.vue
src/views/News/Logistics.vue
+7
-4
index.vue
src/views/News/index.vue
+3
-2
No files found.
src/views/Business/Animalcode.vue
View file @
565204a6
...
...
@@ -176,6 +176,8 @@ export default {
margin
:
10px
0
;
}
ul
{
margin-left
:
28px
;
line-height
:
28px
;
list-style-type
:
disc
}
}
...
...
@@ -218,4 +220,4 @@ export default {
}
}
}
</
style
>
\ No newline at end of file
</
style
>
src/views/Business/UDI.vue
View file @
565204a6
...
...
@@ -170,6 +170,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.corppay
{
@include
module-box;
line-height
:
30px
;
.corppay-msg
{
margin
:
30px
0
;
font-size
:
14px
;
...
...
@@ -309,4 +310,4 @@ export default {
}
}
}
</
style
>
\ No newline at end of file
</
style
>
src/views/Business/ypzs.vue
View file @
565204a6
...
...
@@ -157,6 +157,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.corppay
{
@include
module-box;
line-height
:
30px
;
.corppay-msg
{
margin
:
30px
0
;
font-size
:
14px
;
...
...
@@ -296,4 +297,4 @@ export default {
}
}
}
</
style
>
\ No newline at end of file
</
style
>
src/views/News/Health.vue
View file @
565204a6
...
...
@@ -2,7 +2,7 @@
<div
class=
"container"
>
<breadcrumb
/>
<div
class=
"health"
>
<div
class=
""
>
<ul
class=
"health-ul"
>
<li
v-for=
"(tmp, i) in typeList"
:key=
"i"
>
...
...
@@ -17,7 +17,7 @@
</ul>
</div>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -26,7 +26,7 @@ import breadcrumb from "../comps/breadcrumb.vue";
export
default
{
components
:
{
breadcrumb
},
data
()
{
return
{
...
...
@@ -72,7 +72,7 @@ export default {
]);
},
methods
:
{},
};
</
script
>
<
style
lang=
"scss"
>
...
...
@@ -105,7 +105,9 @@ export default {
//
border-radius
:
4px
;
margin-bottom
:
30px
;
border-top
:
5px
solid
#00B6DE
;
transition
:
all
0.22s
;
&:hover{
transform
:
translateY
(
-10px
);
box-shadow
:
0px
4px
15px
2px
rgba
(
4
,
64
,
141
,
0.08
);
}
.health-li-tp
{
...
...
@@ -129,7 +131,7 @@ export default {
color
:
#00B6DE
;
}
.listyle
::before
{
content
:
"\25CF"
;
content
:
"\25CF"
;
margin-right
:
5px
;
}
...
...
@@ -138,11 +140,11 @@ export default {
}
.health-top
{
@include
module-box;
}
.health-bottom
{
@include
module-box;
margin-top
:
30px
;
}
}
</
style
>
\ No newline at end of file
</
style
>
src/views/News/Logistics.vue
View file @
565204a6
...
...
@@ -175,16 +175,20 @@ export default {
margin-bottom
:
30px
;
img
{
width
:
100%
;
cursor
:
pointer
;
transition
:
all
0.22s
;
}
div
{
&:nth-child(1)
{
img
:
hover
{
box-shadow
:
0px
4px
15px
2px
rgba
(
236
,
164
,
34
,
0.2
);
transform
:
translateY
(
-10px
);
box-shadow
:
0px
4px
12px
2px
rgba
(
236
,
164
,
34
,
0.6
);
}
}
&
:nth-child
(
2
)
{
img
:
hover
{
box-shadow
:
0px
4px
15px
2px
rgba
(
232
,
86
,
134
,
0.2
);
transform
:
translateY
(
-10px
);
box-shadow
:
0px
4px
12px
2px
rgba
(
232
,
86
,
134
,
0.6
);
}
}
}
...
...
@@ -256,4 +260,4 @@ export default {
}
}
}
</
style
>
\ No newline at end of file
</
style
>
src/views/News/index.vue
View file @
565204a6
...
...
@@ -437,7 +437,9 @@ export default {
cursor
:
pointer
;
padding
:
2px
;
box-sizing
:
border-box
;
transition
:
all
0.22s
;
&:hover{
transform
:
translate
(
0px
,
-10px
)
scale
(
1.03
);
box-shadow
:
0px
4px
15px
2px
rgba
(
4
,
64
,
141
,
0.08
);
}
.four-li-left
{
...
...
@@ -476,4 +478,4 @@ export default {
}
}
}
</
style
>
\ No newline at end of file
</
style
>
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