Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr
Project
Project
Details
Activity
Releases
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
lixy
vue-ssr
Commits
8c690b8c
Commit
8c690b8c
authored
Sep 04, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关于欣新
parent
e6376b44
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
114 additions
and
37 deletions
+114
-37
main.css
assets/main.css
+18
-0
vehicleBanner.vue
components/vehicleBanner.vue
+15
-15
aboutXx.vue
pages/aboutXx.vue
+81
-4
index.vue
pages/index.vue
+0
-18
No files found.
assets/main.css
View file @
8c690b8c
...
...
@@ -15,6 +15,24 @@ body {
bottom
:
150px
!important
;
top
:
auto
!important
;
}
.v-type-active
{
background
:
#1bbb9f
;
color
:
#fff
;
}
.v-type
{
display
:
inline-block
;
cursor
:
pointer
;
width
:
110px
;
height
:
40px
;
line-height
:
40px
;
text-align
:
center
;
}
.v-type-ul
{
width
:
600px
;
margin
:
0
auto
20px
auto
;
justify-content
:
space-between
;
display
:
flex
;
}
.min-win
{
width
:
1200px
;
}
...
...
components/vehicleBanner.vue
View file @
8c690b8c
...
...
@@ -3,7 +3,7 @@
<div
class=
"box"
>
<ul>
<li
v-for=
"(item, index) in list"
:key=
"item.id"
:class=
"index === current ? 'active' : ''"
@
click=
"bannerClick(index, item)"
>
<img
:src=
"item.cover"
style=
"width:100%;min-width: 1120px;height:
100%
;"
:alt=
"item.title"
/>
<img
:src=
"item.cover"
style=
"width:100%;min-width: 1120px;height:
240px;object-fit: cover
;"
:alt=
"item.title"
/>
</li>
</ul>
<!--
<div
class=
"status"
>
-->
...
...
@@ -151,24 +151,24 @@
justify-content
:
center
;
}
@media
screen
and
(
max-width
:
1200px
){
.box
{
position
:
relative
;
height
:
150px
;
}
}
@media
screen
and
(
min-width
:
1201px
)
and
(
max-width
:
1920px
){
.box
{
position
:
relative
;
height
:
180px
;
}
}
@media
screen
and
(
min-width
:
1920px
){
/*@media screen and (max-width:1200px){*/
/*.box{*/
/*position:relative;*/
/*height:150px;*/
/*}*/
/*}*/
/*@media screen and (min-width:1201px) and (max-width:1920px){*/
/*.box{*/
/*position:relative;*/
/*height:180px;*/
/*}*/
/*}*/
/*@media screen and (min-width:1920px){*/
.box
{
position
:
relative
;
height
:
240px
;
}
}
/*}*/
span
{
display
:
block
;
height
:
40px
;
...
...
pages/aboutXx.vue
View file @
8c690b8c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
pages/index.vue
View file @
8c690b8c
...
...
@@ -655,24 +655,6 @@ export default {
position
:
relative
;
margin-bottom
:
50px
;
}
.v-type-active
{
background
:
#1bbb9f
;
color
:
#fff
;
}
.v-type
{
display
:
inline-block
;
cursor
:
pointer
;
width
:
110px
;
height
:
40px
;
line-height
:
40px
;
text-align
:
center
;
}
.v-type-ul
{
width
:
600px
;
margin
:
0
auto
20px
auto
;
justify-content
:
space-between
;
display
:
flex
;
}
.tour-t
{
color
:
#666
;
...
...
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