Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr-mobile
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-mobile
Commits
ee1c6fc9
Commit
ee1c6fc9
authored
Sep 07, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情
parent
f15ea74a
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
247 additions
and
277 deletions
+247
-277
base.scss
assets/styles/base.scss
+3
-1
index.vue
pages/activityDetail/index.vue
+2
-3
index.vue
pages/campsiteDetail/index.vue
+120
-120
download.vue
pages/download.vue
+0
-31
index.vue
pages/tourDetail/index.vue
+120
-120
index.vue
pages/vehicleDetail/index.vue
+2
-2
No files found.
assets/styles/base.scss
View file @
ee1c6fc9
@import
'./mixin'
;
@import
'./mixin'
;
@import
'./iconfont'
;
@import
'./iconfont'
;
html
{
overflow-x
:
hidden
;
}
*
{
*
{
word-break
:
break-all
;
word-break
:
break-all
;
color
:
#333
;
color
:
#333
;
...
...
pages/activityDetail/index.vue
View file @
ee1c6fc9
...
@@ -82,7 +82,6 @@
...
@@ -82,7 +82,6 @@
font-weight
:
bold
;
font-weight
:
bold
;
margin-bottom
:
13px
;
margin-bottom
:
13px
;
}
}
}
.detail-main-container
{
.detail-main-container
{
border-radius
:
7px
7px
0
0
;
border-radius
:
7px
7px
0
0
;
box-shadow
:
0px
0px
13px
#666
;
box-shadow
:
0px
0px
13px
#666
;
...
@@ -223,5 +222,5 @@
...
@@ -223,5 +222,5 @@
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
}
}
}
}
}
</
style
>
</
style
>
pages/campsiteDetail/index.vue
View file @
ee1c6fc9
...
@@ -239,9 +239,9 @@
...
@@ -239,9 +239,9 @@
margin-right
:
13px
;
margin-right
:
13px
;
}
}
}
}
}
.detail-main-container
{
.detail-main-container
{
border-radius
:
7px
7px
0
0
;
border-radius
:
7px
7px
0
0
;
padding-bottom
:
60px
;
box-shadow
:
0px
0px
13px
#666
;
box-shadow
:
0px
0px
13px
#666
;
margin-top
:
-10px
;
margin-top
:
-10px
;
z-index
:
99
;
z-index
:
99
;
...
@@ -376,5 +376,5 @@
...
@@ -376,5 +376,5 @@
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
}
}
}
}
}
</
style
>
</
style
>
pages/download.vue
deleted
100644 → 0
View file @
f15ea74a
<
template
>
<div
class=
"download-page"
>
<img
:src=
"startup"
alt=
""
>
</div>
</
template
>
<
script
>
import
config
from
"~/config"
;
export
default
{
head
:
{
title
:
"下载APP"
},
data
()
{
return
{
startup
:
`
${
config
.
IMG_URL
}
startup.png`
,
}
}
};
</
script
>
<
style
lang=
"scss"
>
@import
"../assets/styles/mixin"
;
.download-page
{
padding
:
0
;
}
</
style
>
pages/tourDetail/index.vue
View file @
ee1c6fc9
...
@@ -268,8 +268,8 @@
...
@@ -268,8 +268,8 @@
margin-right
:
13px
;
margin-right
:
13px
;
}
}
}
}
}
.detail-main-container
{
.detail-main-container
{
padding-bottom
:
60px
;
border-radius
:
7px
7px
0
0
;
border-radius
:
7px
7px
0
0
;
box-shadow
:
0px
0px
13px
#666
;
box-shadow
:
0px
0px
13px
#666
;
margin-top
:
-10px
;
margin-top
:
-10px
;
...
@@ -405,5 +405,5 @@
...
@@ -405,5 +405,5 @@
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
}
}
}
}
}
</
style
>
</
style
>
pages/vehicleDetail/index.vue
View file @
ee1c6fc9
...
@@ -321,8 +321,8 @@
...
@@ -321,8 +321,8 @@
.vehicle-detail-page
{
.vehicle-detail-page
{
font-size
:
px2rem
(
24px
);
font-size
:
px2rem
(
24px
);
}
.detail-main-container
{
.detail-main-container
{
padding-bottom
:
60px
;
border-radius
:
7px
7px
0
0
;
border-radius
:
7px
7px
0
0
;
box-shadow
:
0px
0px
13px
#666
;
box-shadow
:
0px
0px
13px
#666
;
margin-top
:
-10px
;
margin-top
:
-10px
;
...
@@ -458,5 +458,5 @@
...
@@ -458,5 +458,5 @@
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
}
}
}
}
}
</
style
>
</
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