Commit 435229a1 authored by 罗超's avatar 罗超

1

parent 18cc6f4b
<template>
<div id="q-app">
<div id="q-app">
<router-view />
</div>
</div>
</template>
<script>
export default {
name: 'App'
}
name: "App",
};
</script>
<style>
@import url('~assets/css/font.css');
@import url('//at.alicdn.com/t/font_2077629_gab1nkk31vv.css');
.q-scrollarea__thumb{
z-index: 999999!important;
@import url("~assets/css/font.css");
@import url("//at.alicdn.com/t/font_2077629_9tmhtn2zdwi.css");
.q-scrollarea__thumb {
z-index: 999999 !important;
}
html,
body,
......@@ -22,130 +22,132 @@ body,
min-height: 100vh;
min-width: 100%;
-webkit-font-smoothing: antialiased;
font-family: -apple-system,BlinkMacSystemFont,'pingfang',' Microsoft YaHei',"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
font-family: -apple-system, BlinkMacSystemFont, "pingfang", " Microsoft YaHei",
"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
color: #3f4254;
}
.q-position-engine {
z-index: 9999;
}
.el-date-picker,
.time-select{
.time-select {
z-index: 999999 !important;
}
.remark-font{
font-size:12px;
font-family: Poppins,Helvetica,sans-serif;
.remark-font {
font-size: 12px;
font-family: Poppins, Helvetica, sans-serif;
font-weight: 400;
color:#b5b5c3!important;
color: #b5b5c3 !important;
}
.svg-icon.svg-icon-primary g [fill] {
transition: fill .3s ease;
fill: var(--q-color-primary) !important
transition: fill 0.3s ease;
fill: var(--q-color-primary) !important;
}
.svg-icon.svg-icon-secondary g [fill] {
transition: fill .3s ease;
fill:var(--q-color-secondary) !important;
transition: fill 0.3s ease;
fill: var(--q-color-secondary) !important;
}
.svg-icon.svg-icon-grey g [fill] {
transition: fill .3s ease;
fill:#ccc!important;
transition: fill 0.3s ease;
fill: #ccc !important;
}
.svg-icon.svg-icon-warning g [fill] {
transition: fill .3s ease;
fill:var(--q-color-warning) !important;
transition: fill 0.3s ease;
fill: var(--q-color-warning) !important;
}
.svg-icon.svg-icon-negative g [fill] {
transition: fill .3s ease;
fill:var(--q-color-negative) !important;
transition: fill 0.3s ease;
fill: var(--q-color-negative) !important;
}
.svg-icon.svg-icon-accent g [fill] {
transition: fill .3s ease;
fill:var(--q-color-accent) !important;
transition: fill 0.3s ease;
fill: var(--q-color-accent) !important;
}
.svg-icon.svg-icon-dark g [fill] {
transition: fill .3s ease;
fill:var(--q-color-dark) !important;
transition: fill 0.3s ease;
fill: var(--q-color-dark) !important;
}
.svg-icon.svg-icon-orange g [fill] {
transition: fill .3s ease;
fill:rgb(255, 152, 0) !important;
transition: fill 0.3s ease;
fill: rgb(255, 152, 0) !important;
}
.svg-icon.svg-icon-positive g [fill] {
transition: fill .3s ease;
fill:'#C9F7F5' !important;
transition: fill 0.3s ease;
fill: "#C9F7F5" !important;
}
.svg-icon.svg-icon-white g [fill] {
transition: fill .3s ease;
fill:white !important;
transition: fill 0.3s ease;
fill: white !important;
}
.svg-icon.svg-icon-g-p g [fill] {
transition: fill .3s ease;
fill:grey !important;
transition: fill 0.3s ease;
fill: grey !important;
}
.svg-icon.svg-icon-g-p{
.svg-icon.svg-icon-g-p {
cursor: pointer;
}
.svg-icon.svg-icon-g-p:hover g [fill] {
transition: fill .3s ease;
fill:var(--q-color-primary) !important;
transition: fill 0.3s ease;
fill: var(--q-color-primary) !important;
}
.svg-icon.svg-icon-b-p g [fill] {
transition: fill .3s ease;
fill:#000 !important;
transition: fill 0.3s ease;
fill: #000 !important;
}
.svg-icon.svg-icon-b-p{
.svg-icon.svg-icon-b-p {
cursor: pointer;
}
.svg-icon.svg-icon-b-p:hover g [fill] {
transition: fill .3s ease;
fill:var(--q-color-primary) !important;
transition: fill 0.3s ease;
fill: var(--q-color-primary) !important;
}
.hover-primary:hover .svg-icon g [fill]{
transition: fill .3s ease;
fill:white !important;
.hover-primary:hover .svg-icon g [fill] {
transition: fill 0.3s ease;
fill: white !important;
}
.hover-primary:hover .q-avatar{
.hover-primary:hover .q-avatar {
background-color: var(--q-color-primary) !important;
}
.hover-primary:hover{
.hover-primary:hover {
color: var(--q-color-primary) !important;
}
.hover-d-p{
.hover-d-p {
cursor: pointer;
color:var(--q-color-dark) !important;
color: var(--q-color-dark) !important;
}
.hover-d-p .svg-icon g [fill]{
transition: fill .3s ease;
fill:var(--q-color-dark) !important;
.hover-d-p .svg-icon g [fill] {
transition: fill 0.3s ease;
fill: var(--q-color-dark) !important;
}
.hover-d-p:hover{
color:var(--q-color-primary) !important;
.hover-d-p:hover {
color: var(--q-color-primary) !important;
}
.hover-d-p:hover .svg-icon g [fill]{
transition: fill .3s ease;
fill:var(--q-color-primary) !important;
.hover-d-p:hover .svg-icon g [fill] {
transition: fill 0.3s ease;
fill: var(--q-color-primary) !important;
}
.hover-g-p{
.hover-g-p {
cursor: pointer;
color:#ccc !important;
color: #ccc !important;
}
.hover-g-p .svg-icon g [fill]{
transition: fill .3s ease;
fill:#ccc !important;
.hover-g-p .svg-icon g [fill] {
transition: fill 0.3s ease;
fill: #ccc !important;
}
.hover-g-p:hover{
color:var(--q-color-primary) !important;
.hover-g-p:hover {
color: var(--q-color-primary) !important;
}
.hover-g-p:hover .svg-icon g [fill]{
transition: fill .3s ease;
fill:var(--q-color-primary) !important;
.hover-g-p:hover .svg-icon g [fill] {
transition: fill 0.3s ease;
fill: var(--q-color-primary) !important;
}
.text-muted {
color: #B5B5C3 !important;
color: #b5b5c3 !important;
}
.page-body {
border-radius: 8px;
background: #FFF;
background: #fff;
padding: 30px;
}
......@@ -175,13 +177,14 @@ body,
.myscroll::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 10px;
background: #EDEDED;
background: #ededed;
}
.micfont {
font-family: perfectFont !important;
}
.fixed-right, .absolute-right{
.fixed-right,
.absolute-right {
overflow: unset;
}
.dialog-out-close {
......@@ -193,61 +196,60 @@ body,
height: 40px !important;
line-height: 40px;
text-align: center;
color: #FFF;
color: #fff;
border-top-left-radius: 4px !important;
border-bottom-left-radius: 4px !important;
cursor: pointer;
}
.q-dialog__backdrop{
background:rgba(0, 0, 0, 0.1);
.q-dialog__backdrop {
background: rgba(0, 0, 0, 0.1);
}
/***************************************************** Begin 重写ElementUI 抽屉效果 ***************************************************************/
.el-drawer__wrapper{
.el-drawer__wrapper {
top: 61px !important;
}
.v-modal{
.v-modal {
display: none !important;
}
.el-drawer__wrapper .drawerTop {
background: none !important;
border-bottom: 1px solid #f5f5f5;
}
.el-drawer__wrapper .drawerTop .drawer_Span{
.el-drawer__wrapper .drawerTop .drawer_Span {
font-size: 18px !important;
font-weight: 500 !important;
font-family: perfectFont !important;
}
.el-drawer__wrapper .drawerTop .icon-guanbi{
.el-drawer__wrapper .drawerTop .icon-guanbi {
display: none !important;
}
.el-tabs__item.is-active{
color:var(--q-color-primary) !important;
.el-tabs__item.is-active {
color: var(--q-color-primary) !important;
}
.el-tabs__active-bar{
background-color:var(--q-color-primary) !important;
.el-tabs__active-bar {
background-color: var(--q-color-primary) !important;
}
.page-body{
padding:15px !important;
.page-body {
padding: 15px !important;
min-height: calc(100% - 30px);
margin:15px !important;
margin: 15px !important;
}
.q-table__top {
padding: 0 0 12px 0px !important;
}
.q-btn__wrapper .row,
.q-btn__wrapper .column,
.q-btn__wrapper .flex{
.q-btn__wrapper .flex {
flex-wrap: nowrap !important;
}
.q-toolbar__title{
flex:unset !important;
.q-toolbar__title {
flex: unset !important;
}
button.bg-accent{
background: linear-gradient(90deg, #37ADF7, #2961FE) !important;
button.bg-accent {
background: linear-gradient(90deg, #37adf7, #2961fe) !important;
}
button.bg-accent:active{
background: linear-gradient(270deg, #37ADF7, #2961FE) !important;
button.bg-accent:active {
background: linear-gradient(270deg, #37adf7, #2961fe) !important;
}
/*.q-avatar__content{
font-family: perfectFont !important;
......@@ -271,14 +273,15 @@ button.bg-accent:active{
display: block;
content: ' ';
}*/
.left-menu-box a.q-item.q-link{
margin:0 13px;
.left-menu-box a.q-item.q-link {
margin: 0 13px;
min-height: 32px !important;
border-radius: 4px !important;
}
.left-menu-box a.q-item.q-router-link--active,.left-menu-box .q-item--active{
background:#ecf1ff !important;
color:var(--q-color-primary) !important;
.left-menu-box a.q-item.q-router-link--active,
.left-menu-box .q-item--active {
background: #ecf1ff !important;
color: var(--q-color-primary) !important;
}
/***************************************************** End 重写ElementUI 抽屉效果 ***************************************************************/
</style>
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 to comment