123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509 |
- @import '@/style/basics.scss';
- html {
- line-height: 1.15;
-
- -webkit-text-size-adjust: 100%;
-
- }
- body {
- margin: 0;
- }
- main {
- display: block;
- }
- h1 {
- font-size: 2em;
- margin: 0.67em 0;
- }
- hr {
- box-sizing: content-box;
-
- height: 0;
-
- overflow: visible;
-
- }
- pre {
- font-family: monospace, monospace;
-
- font-size: 1em;
-
- }
- a {
- background-color: transparent;
- }
- abbr[title] {
- border-bottom: none;
-
- text-decoration: underline;
-
- text-decoration: underline dotted;
-
- }
- b,
- strong {
- font-weight: bolder;
- }
- code,
- kbd,
- samp {
- font-family: monospace, monospace;
-
- font-size: 1em;
-
- }
- small {
- font-size: 80%;
- }
- sub,
- sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
- }
- sub {
- bottom: -0.25em;
- }
- sup {
- top: -0.5em;
- }
- img {
- border-style: none;
- }
- button,
- input,
- optgroup,
- select,
- textarea {
- font-family: inherit;
-
- font-size: 100%;
-
- line-height: 1.15;
-
- margin: 0;
-
- }
- button,
- input {
-
- overflow: visible;
- }
- button,
- select {
-
- text-transform: none;
- }
- button,
- [type="button"],
- [type="reset"],
- [type="submit"] {
- -webkit-appearance: button;
- }
- button::-moz-focus-inner,
- [type="button"]::-moz-focus-inner,
- [type="reset"]::-moz-focus-inner,
- [type="submit"]::-moz-focus-inner {
- border-style: none;
- padding: 0;
- }
- button:-moz-focusring,
- [type="button"]:-moz-focusring,
- [type="reset"]:-moz-focusring,
- [type="submit"]:-moz-focusring {
- outline: 1px dotted ButtonText;
- }
- fieldset {
- padding: 0.35em 0.75em 0.625em;
- }
- legend {
- box-sizing: border-box;
-
- color: inherit;
-
- display: table;
-
- max-width: 100%;
-
- padding: 0;
-
- white-space: normal;
-
- }
- progress {
- vertical-align: baseline;
- }
- textarea {
- overflow: auto;
- }
- [type="checkbox"],
- [type="radio"] {
- box-sizing: border-box;
-
- padding: 0;
-
- }
- [type="number"]::-webkit-inner-spin-button,
- [type="number"]::-webkit-outer-spin-button {
- height: auto;
- }
- [type="search"] {
- -webkit-appearance: textfield;
-
- outline-offset: -2px;
-
- }
- [type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
- }
- ::-webkit-file-upload-button {
- -webkit-appearance: button;
-
- font: inherit;
-
- }
- details {
- display: block;
- }
- summary {
- display: list-item;
- }
- template {
- display: none;
- }
- [hidden] {
- display: none;
- }
- HTML,
- body,
- div,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- ul,
- ol,
- dl,
- li,
- dt,
- dd,
- p,
- blockquote,
- pre,
- form,
- fieldset,
- table,
- th,
- td {
- border: none;
- font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
- font-size: 14px;
- margin: 0px;
- padding: 0px;
- }
- html,
- body {
- height: 100%;
- width: 100%;
- }
- address,
- caption,
- cite,
- code,
- dfn,
- em,
- strong,
- th,
- var {
- font-style: normal;
- font-weight: normal;
- }
- a {
- text-decoration: none;
- }
- a:link {
- color: #fff;
- }
- a:visited {
- color: #fff;
- }
- a:hover {
- color: #fff;
- }
- a:active {
- color: #fff;
- }
- input::-ms-clear {
- display: none;
- }
- input::-ms-reveal {
- display: none;
- }
- input {
- -webkit-appearance: none;
- margin: 0;
- outline: none;
- padding: 0;
- }
- input::-webkit-input-placeholder {
- color: #ccc;
- }
- input::-ms-input-placeholder {
- color: #ccc;
- }
- input::-moz-placeholder {
- color: #ccc;
- }
- input[type=submit],
- input[type=button] {
- cursor: pointer;
- }
- button[disabled],
- input[disabled] {
- cursor: default;
- }
- img {
- border: none;
- }
- ul,
- ol,
- li {
- list-style-type: none;
- }
- #app {
- .el-container {
- position: relative;
- height: 100%;
- width: 100%;
- }
- .el-container.mobile.openside {
- position: fixed;
- top: 0;
- }
- .el-aside {
- -webkit-transition: width .2s;
- transition: width .2s;
- width: $width-aside;
- background-color: $bg-aside;
- height: 100%;
- position: fixed;
- font-size: 0;
- top: 0;
- bottom: 0;
- left: 0;
- z-index: 1001;
- overflow: hidden;
- .el-menu {
- border-right: none;
- }
- .tilte {
- min-height: $height-aside-tilte;
- line-height: $height-aside-tilte;
- background: $bg-aside;
- text-align: center;
- transition: all 0.3s;
- .logoimg {
- width: $width-aside-img;
- height: $height-aside-img;
- vertical-align: middle;
- background: #fff;
- border-radius: 50%;
- padding: 3px;
- }
- .tit-text {
- display: inline-block;
- color: #fff;
- font-weight: 600;
- font-size: 20px;
- vertical-align: middle;
- padding-left: 10px;
- }
- }
- }
- .aside {
- .el-menu-vertical {
- transition: all 0.3s;
- background-color: $bg-aside;
- }
- .el-submenu {
- background-color: $bg-aside;
- .el-menu {
- .el-menu-item {
- background-color: #000408;
- height: 44px;
- line-height: 44px;
- }
- .is-active {
- background-color: #1890ff;
-
- ul{
- border:none;
- }
- }
-
- .is-active.is-opened{
- background-color: #191a23;
- ul{
- border:none;
- }
- }
- }
- }
- .el-menu-item:focus, .el-menu-item:hover{
- background-color: transparent;
- }
- .el-menu-item:hover i,
- .el-menu-item:hover span {
- color: #fff;
- }
- .el-submenu__title:hover {
- background-color: $bg-aside;
- }
- .el-submenu__title:hover i,
- .el-submenu__title:hover span {
- color: #fff;
- }
- .el-menu--inline {
- border-left: 5px solid #2c3b41;
- }
- }
- .hideside {
- .aside {
- width: $width-hideside-aside;
- }
- }
- .mobile.hideside {
- .el-aside {
- -webkit-transition-duration: .2s;
- transition-duration: .2s;
- -webkit-transform: translate3d(-210px, 0, 0);
- transform: translate3d(-220px, 0, 0);
- }
- }
- .mobile {
- .el-aside {
- -webkit-transition: -webkit-transform .28s;
- transition: -webkit-transform .28s;
- transition: transform .28s;
- transition: transform .28s, -webkit-transform .28s;
- width: $width-mobile-aside;
- }
- }
- .main-cont.el-main {
- min-height: 100%;
- -webkit-transition: margin-left .28s;
- transition: margin-left .28s;
- margin-left: $width-aside;
- position: relative;
- }
- .hideside {
- .main-cont.el-main {
- margin-left: 54px;
- }
- }
- .mobile {
- .main-cont.el-main {
- margin-left: 0px;
- }
- }
- .openside.mobile {
- .shadowBg {
- background: #000;
- opacity: .3;
- width: 100%;
- top: 0;
- height: 100%;
- position: absolute;
- z-index: 999;
- left: 0;
- }
- }
- }
- .layout-cont {
- .main-cont {
- position: relative;
- &.el-main {
- background-color: $bg-main;
- padding: 0;
- }
- }
- }
- .admin-box {
- padding: 14px 20px;
- .el-button {
- padding: 7px 10px;
- }
- .el-input__inner {
- height: 30px;
- line-height: 30px;
- }
- .el-input__icon {
- line-height: 30px;
- }
- }
- .admin-box {
- min-height: calc(100vh - 200px);
- background-color: $white-bg;
- padding: 14px;
- margin: 114px 14px 20px;
- border-radius: 2px;
- .el-table--border {
- border-radius: 4px;
- margin-bottom: 14px;
- }
- .el-table {
- thead {
- color: $color-table-thead;
- }
- th {
- padding: 5px 0;
- .cell {
- min-height: 34px;
- line-height: 34px;
- }
- }
- td {
- padding: 8px 0;
- }
- td,
- th.is-leaf {
- border-bottom: 1px solid #e8e8e8;
- }
- }
- .search-term {
- border-left: none;
- border-right: none;
- padding: 0 5px;
- .el-form-item {
- margin-bottom: 10px;
- }
- }
- .el-pagination {
- padding: 20px 0 0 0;
- }
- .upload-demo,
- .upload {
- padding: 0;
- }
- .system {
- padding: 0;
- }
- .el-form.el-form--inline {
- .el-form-item:last-child {
- margin-bottom: 0;
- }
- }
- .edit_container,
- .edit {
- padding: 0;
- }
- }
- .admin-box:after,
- .admin-box:before {
- content: "";
- display: block;
- clear: both;
- }
- .button-box {
- background: $white-bg;
- border: none;
- padding: 0 0 10px 0px;
- }
- .search-term {
- background: $white-bg;
- padding: 0 15px;
- border-left: 1px solid #ebeef5;
- border-right: 1px solid #ebeef5;
- .demo-form-inline {
- margin-bottom: 10px;
- }
- }
- .has-gutter {
- tr {
- th {
- background-color: #fafafa;
- }
- }
- }
- .el-table--striped {
- .el-table__body {
- tr.el-table__row--striped {
- td {
- background: #fff !important;
- }
- }
- }
- }
- .el-table th,
- .el-table tr {
- background-color: #fafafa;
- }
- .el-pagination {
- .btn-prev,
- .btn-next {
- border: 1px solid #ddd;
- border-radius: 4px;
- }
- .el-pager {
- li {
- color: #666;
- font-size: 12px;
- margin: 0 5px;
- border: 1px solid #ddd;
- border-radius: 4px;
- }
- }
- padding: 20px 0 !important;
- }
- .el-row {
- padding: 10px 0;
- .el-col>label {
- line-height: 30px;
- text-align: right;
- width: 80%;
- padding-right: 15px;
- display: inline-block;
- }
- .line {
- line-height: 30px;
- text-align: center;
- }
- }
- .edit_container {
- background-color: $white-bg;
- padding: 15px;
- .el-button {
- margin: 15px 0;
- }
- }
- .edit {
- background-color: $white-bg;
- padding: 15px;
- .el-button {
- margin: 15px 0;
- }
- }
- .upload-demo,
- .upload {
- background-color: $white-bg;
- padding: 15px;
- .el-upload-list__item-status-label {
- right: 0;
- left: 120px;
- }
- .el-upload__tip {
- margin: 10px 0;
- }
- }
- .system {
- padding: 15px;
- .el-input__inner {
- width: 80%;
- }
- }
- .el-container {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- .tips {
- margin-top: 10px;
- font-size: 14px;
- font-weight: 400;
- color: #606266;
- }
- }
- .el-container.layout-cont {
-
-
-
-
-
- .main-cont.el-main {
- background-color: $bg-main;
- .menu-total {
- font-size: 22px;
- color: #838383;
- margin-top: 16px;
- }
-
- }
- }
- .el-container.layout-cont {
- .main-cont {
- .router-history {
-
- background: #fff;
- padding: 0 6px;
- border-top: 1px solid $border-color;
- padding: 0;
- .el-tabs__header {
- margin: 0px 0 0 0;
- .el-tabs__item {
- height: $height-nav-scroll;
- height: $height-nav-scroll;
- border: none;
- border-left: 1px solid $border-color;
- }
- .el-tabs__item.is-active {
- background-color: rgba(64, 158, 255, .08);
- }
- .el-tabs__nav {
- border: none;
- }
- }
- }
- }
- }
- .el-table__row {
- .el-button.el-button--text.el-button--small {
- position: relative;
- }
-
-
-
-
-
-
-
-
-
- .cell {
- button:last-child::after {
- content: '' !important;
- position: absolute !important;
- width: 0px !important;
- }
- }
- }
- .clear:after,
- .clear:before {
- content: "";
- display: block;
- clear: both;
- }
- .el-table--striped .el-table__body tr.el-table__row--level-1 td:first-child {
- .cell {
- .el-table__indent {
- border-right: 1.5px solid #ccc;
- margin-left: 6px;
- }
- .el-table__placeholder {
- width: 10px;
- }
- }
- }
- .el-table--striped .el-table__body tr.el-table__row--level-2 td:first-child {
- .cell {
- .el-table__indent {
- border-right: 1.5px solid #ccc;
- margin-left: 6px;
- }
- .el-table__placeholder {
- width: 10px;
- }
- }
- }
- .el-input-number__decrease,
- .el-input-number__increase {
- position: absolute;
- z-index: 1;
- top: 6px !important;
- width: 42px;
- height: 26px;
- line-height: 26px;
- text-align: center;
- background: #F5F7FA;
- color: #606266;
- cursor: pointer;
- font-size: 13px;
- }
- .table-button+span {
- margin-left: 10px !important;
- }
- $headerHigh: 52px;
- $mainHight: 100vh;
- .dropdown-group {
- min-width: 100px;
- }
- .topfix {
- position: fixed;
- top: 0;
- box-sizing: border-box;
- z-index: 999;
- >.el-row{
- padding: 0;
- .el-col-lg-14{
- height: 60px;
- }
- }
- }
- .el-scrollbar__wrap {
- padding-bottom: 17px;
- }
- .layout-cont {
- .right-box {
- height: $height-header;
- line-height: $height-header;
- text-align: center;
- vertical-align: middle;
- margin-right: 10px;
- img {
- vertical-align: middle;
- border: 1px solid #ccc;
- border-radius: 6px;
- }
- }
- .header-cont {
- height: $height-header;
- background: #fff;
- }
- .main-cont {
- .breadcrumb {
- height: $height-header;
- line-height: $height-header;
- display: inline-block;
- background-color: #fff;
- padding: 0;
- }
- .fl-right {
-
-
- }
- &.el-main {
- overflow: auto;
- background: #fff;
- }
- height: $mainHight !important;
- overflow: visible;
- position: relative;
- .menu-total {
- float: left;
- margin-top: 10px;
- width: 30px;
- height: 30px;
- line-height: 30px;
- font-size: 30px;
- }
- .aside {
- overflow: auto;
-
- &::-webkit-scrollbar {
- display: none;
- }
- }
- .el-menu-vertical {
- height: calc(100vh - 64px) !important;
- visibility: auto;
- &:not(.el-menu--collapse) {
- width: 220px;
- }
- }
- .el-menu--collapse {
- width: 54px;
- li {
- .el-tooltip,
- .el-submenu__title {
- padding: 0px 15px !important;
- }
- }
- }
- &::-webkit-scrollbar {
- display: none;
- }
- &.main-left {
- width: auto !important;
- }
- &.main-right {
- .admin-title {
- float: left;
- font-size: 16px;
- vertical-align: middle;
- margin-left: 20px;
- img {
- vertical-align: middle;
- }
- &.collapse {
- width: 53px;
- }
- }
- }
- }
- }
- .screenfull {
- display: inline-block;
- }
- .header-avatar {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .search-component {
- display: inline-block;
- overflow: hidden;
- height: 60px;
- width: 120px;
- text-align: center;
- .el-input__inner {
- border: none;
- border-bottom: 1px solid #606266;
- }
- .el-dropdown-link {
- cursor: pointer;
- }
- .search-icon {
- font-size: $icon-size;
- margin-right: 14px;
- display: inline-block;
- vertical-align: middle;
- box-sizing: border-box;
- color: #606266;
- }
- .dropdown-group {
- min-width: 100px;
- }
- }
- .transition-box {
- overflow: hidden;
- width: 120px;
- text-align: center;
- }
- .screenfull {
- overflow: hidden;
- width: 40px;
- text-align: center;
- }
- .el-dropdown {
- overflow: hidden;
- height: 60px;
- }
- .card {
- background-color: $white-bg;
- padding: 20px;
- border-radius: 4px;
- overflow: hidden;
- .car-left {
- height: $height-car;
-
-
- }
- .car-right {
- height: $height-car;
-
-
- .flow,
- .user-number,
- .feedback {
- width: $el-icon-mini;
- height: $el-icon-mini;
- display: inline-block;
- border-radius: 50%;
- line-height: $el-icon-mini;
- text-align: center;
- font-size: 13px;
- margin-right: 5px;
- }
- .flow {
- background-color: #fff7e8;
- border-color: #feefd0;
- color: #faad14;
- }
- .user-number {
- background-color: #ecf5ff;
- border-color: #d9ecff;
- color: #409eff;
- }
- .feedback {
- background-color: #eef9e8;
- border-color: #dcf3d1;
- color: #52c41a;
- }
- .car-item {
- text-align: right;
- b {
- display: block;
- }
- }
- }
- .card-img {
- width: $height-car;
- height: $height-car;
- display: inline-block;
- float: left;
- overflow: hidden;
- img {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- }
- .text {
- height: $height-car;
- margin-left: 10px;
- float: left;
- margin-top: 14px;
- h4 {
- font-size: 20px;
- color: #262626;
- font-weight: 500;
- white-space: nowrap;
- word-break: break-all;
- text-overflow: ellipsis;
- }
- .tips-text {
- color: #8c8c8c;
- margin-top: 8px;
- .el-icon{
- margin-right: 8px;
- display:inline-block;
- }
- }
- }
- }
- .shadow {
- margin: 4px 0;
- .grid-content {
- background-color: $white-bg;
- border-radius: 4px;
- text-align: center;
- padding: 10px 0;
- cursor: pointer;
- .el-icon {
- width: $el-icon-small;
- height: $el-icon-small;
- font-size: $el-icon-small;
- margin-bottom: 8px;
- }
- }
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #f8f8f8;
- }
- ::-webkit-scrollbar {
- width: 9px;
- height: 9px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #dddddd;
- background-clip: padding-box;
- min-height: 28px;
- border-radius: 4px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background-color: #bbb;
- }
|