Commit 7bd3ff1a by Lays-lzq

c端样式调整

parent bd815ca6
......@@ -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
......@@ -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
......@@ -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%;
}
......
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'
......
......@@ -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)
......
{
"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"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment