Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
activities
/
web-job
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7bd3ff1a
authored
Jun 17, 2022
by
Lays-lzq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c端样式调整
parent
bd815ca6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
16 deletions
+25
-16
assets/styles/main.less
+6
-2
assets/styles/reset.less
+8
-2
layout/index.vue
+1
-2
nuxt-dist/components/index.js
+2
-2
nuxt-dist/components/readme.md
+2
-2
nuxt-dist/vetur/tags.json
+6
-6
No files found.
assets/styles/main.less
View file @
7bd3ff1a
...
...
@@ -4,9 +4,11 @@
html,
body {
background: #f7f7f7;
//
background: #f7f7f7;
-webkit-overflow-scrolling: touch;
// overflow: hidden;
}
// 页面进入与离开
.page-enter-active,
.page-leave-active {
...
...
@@ -14,6 +16,7 @@ body {
opacity: 0;
transform: translate(30px, 0);
}
.page-enter,
.page-leave-active {
opacity: 0;
...
...
@@ -23,4 +26,4 @@ body {
.sidebar-hidden-scroll {
right: -0.2rem !important;
opacity: 0.7;
}
}
\ No newline at end of file
assets/styles/reset.less
View file @
7bd3ff1a
...
...
@@ -8,6 +8,7 @@
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
}
html,
body,
div,
...
...
@@ -96,6 +97,7 @@ input {
font-weight: normal;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
...
...
@@ -116,8 +118,9 @@ html {
font-family: 'Avenir', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f7f7f7;
//
background-color: #f7f7f7;
}
blockquote,
q {
quotes: none;
...
...
@@ -134,12 +137,14 @@ table {
border-collapse: collapse;
border-spacing: 0;
}
/* custom */
a {
color: #7e8c8d;
text-decoration: none;
-webkit-backface-visibility: hidden;
}
a:focus,
a:active {
outline: none;
...
...
@@ -165,4 +170,4 @@ body {
body {
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
}
\ No newline at end of file
layout/index.vue
View file @
7bd3ff1a
...
...
@@ -37,12 +37,11 @@ export default {
&__container
{
width
:
100%
;
height
:
100%
;
background-color
:
red
;
}
&
__content
{
-webkit-overflow-scrolling
:
touch
;
overflow
:
hidden
;
overflow-y
:
auto
;
//
overflow-y
:
auto
;
width
:
100%
;
height
:
100%
;
}
...
...
nuxt-dist/components/index.js
View file @
7bd3ff1a
export
{
default
as
DetailIndex
}
from
'../..\\components\\Detail\\DetailIndex.vue'
export
{
default
as
CommonComplaintsDeal
}
from
'../..\\components\\Common\\ComplaintsDeal.vue'
export
{
default
as
CommonNavTop
}
from
'../..\\components\\Common\\NavTop.vue'
export
{
default
as
DetailIndex
}
from
'../..\\components\\Detail\\DetailIndex.vue'
export
{
default
as
ErrorPage
}
from
'../..\\components\\errorPage\\404.vue'
export
{
default
as
IndexItem
}
from
'../..\\components\\Index\\IndexItem.vue'
export
{
default
as
IndexList
}
from
'../..\\components\\Index\\IndexList.vue'
export
{
default
as
ErrorPage
}
from
'../..\\components\\errorPage\\404.vue'
export
{
default
as
Loading
}
from
'../..\\components\\Loading\\index.vue'
export
{
default
as
SubmitForm
}
from
'../..\\components\\Submit\\SubmitForm.vue'
export
{
default
as
SuccessIndex
}
from
'../..\\components\\Success\\SuccessIndex.vue'
...
...
nuxt-dist/components/readme.md
View file @
7bd3ff1a
...
...
@@ -6,12 +6,12 @@ You can directly use them in pages and other components without the need to impo
**Tip:**
If a component is conditionally rendered with
`v-if`
and is big, it is better to use
`Lazy`
or
`lazy-`
prefix to lazy load.
-
`<DetailIndex>`
|
`<detail-index>`
(components/Detail/DetailIndex.vue)
-
`<CommonComplaintsDeal>`
|
`<common-complaints-deal>`
(components/Common/ComplaintsDeal.vue)
-
`<CommonNavTop>`
|
`<common-nav-top>`
(components/Common/NavTop.vue)
-
`<DetailIndex>`
|
`<detail-index>`
(components/Detail/DetailIndex.vue)
-
`<ErrorPage>`
|
`<error-page>`
(components/errorPage/404.vue)
-
`<IndexItem>`
|
`<index-item>`
(components/Index/IndexItem.vue)
-
`<IndexList>`
|
`<index-list>`
(components/Index/IndexList.vue)
-
`<ErrorPage>`
|
`<error-page>`
(components/errorPage/404.vue)
-
`<Loading>`
|
`<loading>`
(components/Loading/index.vue)
-
`<SubmitForm>`
|
`<submit-form>`
(components/Submit/SubmitForm.vue)
-
`<SuccessIndex>`
|
`<success-index>`
(components/Success/SuccessIndex.vue)
...
...
nuxt-dist/vetur/tags.json
View file @
7bd3ff1a
{
"DetailIndex"
:
{
"description"
:
"Auto imported from components/Detail/DetailIndex.vue"
},
"CommonComplaintsDeal"
:
{
"description"
:
"Auto imported from components/Common/ComplaintsDeal.vue"
},
"CommonNavTop"
:
{
"description"
:
"Auto imported from components/Common/NavTop.vue"
},
"DetailIndex"
:
{
"description"
:
"Auto imported from components/Detail/DetailIndex.vue"
},
"ErrorPage"
:
{
"description"
:
"Auto imported from components/errorPage/404.vue"
},
"IndexItem"
:
{
"description"
:
"Auto imported from components/Index/IndexItem.vue"
},
"IndexList"
:
{
"description"
:
"Auto imported from components/Index/IndexList.vue"
},
"ErrorPage"
:
{
"description"
:
"Auto imported from components/errorPage/404.vue"
},
"Loading"
:
{
"description"
:
"Auto imported from components/Loading/index.vue"
},
...
...
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