123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674 |
- @import "./variables.scss";
- @import "./mixin.scss";
- @import "./transition.scss";
- @import "./element-ui.scss";
- @import "./sidebar.scss";
- @import "./btn.scss";
- .pagePadding{
- padding: 8px 20px 20px 20px;
- }
- body {
- height: 100%;
- -moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
- Microsoft YaHei, Arial, sans-serif;
- }
- #add-more {
- font-family: "Microsoft Yahei", Arial, 黑体, 宋体, sans-serif;
- font-size: 14px;
- color: rgb(132, 146, 166);
- padding: 0 20px;
- height: 30px;
- line-height: 30px;
- margin-bottom: -5px;
- &:hover {
- cursor: pointer;
- }
- }
- label {
- font-weight: 700;
- }
- .hasHover{
- &:hover{
- cursor: pointer!important;
- }
- }
- html {
- height: 100%;
- box-sizing: border-box;
- }
- .mini-link{
- padding:0 4px;
- span{
- display: inline-block;
- height: 23px;
- font-size: 12px;
- }
- }
- #app {
- height: 100%;
- }
- *,
- *:before,
- *:after {
- box-sizing: inherit;
- }
- .no-padding {
- padding: 0px !important;
- }
- .padding-content {
- padding: 4px 0;
- }
- a:focus,
- a:active {
- outline: none;
- }
- .hover-tag{
- &:hover{
- cursor: pointer!important;
- }
- }
- a,
- a:focus,
- a:hover {
- cursor: pointer;
- color: inherit;
- text-decoration: none;
- }
- .el-checkbox{
- margin: 0 20px 5px 0;
- }
- .el-radio{
- margin: 6px 20px 6px 0;
- }
- div:focus {
- outline: none;
- }
- .fr {
- float: right;
- }
- .fl {
- float: left;
- }
- .pr-5 {
- padding-right: 5px;
- }
- .pl-5 {
- padding-left: 5px;
- }
- .block {
- display: block;
- }
- .pointer {
- cursor: pointer;
- }
- .inlineBlock {
- display: block;
- }
- .clearfix {
- &:after {
- visibility: hidden;
- display: block;
- font-size: 0;
- content: " ";
- clear: both;
- height: 0;
- }
- }
- .el-list-select-input{
- li{
- float: left;
- &:first-child{
- width: 115px;
- background: #F5F7FA;
- .el-input{
- input{
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- background: #F5F7FA;
- border-right: 0;
- }
- }
- }
- &:last-child{
- width: calc(100% - 115px);
- .el-input{
- input{
- border-top-left-radius: 0;
- border-bottom-left-radius: 0;
- }
- }
- }
- }
- }
- .right{
- .ladder-body{
- ul{
- li{
- .el-input-number{
- .el-input{
- input.el-input_inner{
- border-radius: 0!important;
- }
- }
- }
- }
- }
- }
- }
- #el-cor-full-style{
- width: calc( 100% - 316px)!important;
- padding: 0 0 0 10px!important;
- }
- #tl-number{
- .el-input{
- input{
- text-align: left;
- }
- }
- }
- .el-tree-node__content{
- height: 35px;
- }
- .el-tree-node__content>#custom-tree-node {
- flex: 1;
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 14px;
- border-bottom: 1px solid #eaeefb;
- padding-right: 8px;
- >div{
- span{
- display: inline-block;
- padding:8px 0;
- &.el-tag.el-tag--warning{
- padding:0 5px;
- }
- }
- }
- }
- aside {
- background: #eef1f6;
- padding: 8px 24px;
- margin-bottom: 20px;
- border-radius: 2px;
- display: block;
- line-height: 32px;
- font-size: 16px;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
- Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
- color: #2c3e50;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- a {
- color: #337ab7;
- cursor: pointer;
- &:hover {
- color: rgb(32, 160, 255);
- }
- }
- }
- .tl {
- text-align: left;
- }
- .tc {
- text-align: center;
- }
- .tr {
- text-align: right;
- }
- //main-container全局样式
- .clear::after,
- .clear::before {
- // content: "";
- // height: 0px;
- // display: block;
- clear: both;
- }
- // .el-steps--simple {
- // background: transparent;
- // }
- .code-main {
- float: left;
- width: 100%;
- list-style-type: none;
- padding: 0;
- margin: 0;
- vertical-align: top;
- li {
- float: left;
- list-style-type: none;
- height: 40px;
- padding: 0;
- margin: 0;
- &:first-child {
- width: calc(100% - 90px);
- .el-input__inner {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- border-right: 0;
- }
- .el-input {
- border-top-right-radius: 0;
- border-bottom-right-radius: 0;
- }
- }
- }
- }
- .app-container {
- padding: 20px;
- }
- .components-container {
- margin: 30px 50px;
- position: relative;
- }
- .pagination-container {
- margin-top: 30px;
- }
- .text-center {
- text-align: center;
- }
- .sub-navbar {
- height: 50px;
- line-height: 50px;
- position: relative;
- width: 100%;
- text-align: right;
- padding-right: 20px;
- transition: 600ms ease position;
- background: linear-gradient(
- 90deg,
- rgba(32, 182, 249, 1) 0%,
- rgba(32, 182, 249, 1) 0%,
- rgba(33, 120, 241, 1) 100%,
- rgba(33, 120, 241, 1) 100%
- );
- .subtitle {
- font-size: 20px;
- color: #fff;
- }
- &.draft {
- background: #d0d0d0;
- }
- &.deleted {
- background: #d0d0d0;
- }
- }
- .link-type,
- .link-type:focus {
- color: #337ab7;
- cursor: pointer;
- &:hover {
- color: rgb(32, 160, 255);
- }
- }
- .filter-container {
- padding-bottom: 10px;
- .filter-item {
- display: inline-block;
- vertical-align: middle;
- margin-bottom: 10px;
- }
- }
- .demo-goods-ruleForm{
- .el-form-item{
- margin: 0!important;
- }
- }
- //refine vue-multiselect plugin
- .multiselect {
- line-height: 16px;
- }
- .multiselect--active {
- z-index: 1000 !important;
- }
- #yewuInput.el-input-number .el-input__inner input {
- text-align: left;
- }
- .el-form-item--mini .el-form-item__label {
- // line-height: 15px;
- }
- .tb-icon,.tb-download {
- margin: 0 6px;
- font-size: 17px;
- width: 17px;
- height: 17px;
- vertical-align: top;
- cursor: pointer;
- &.el-icon-s-check{
- line-height: 19px;
- font-size: 18px;;
- }
- &:hover {
- color: 3888e5;
- }
- }
- .el-step__title{
- // font-size: 14px!important;
- }
- .el-carousel__indicators--outside{
- display: none;
- }
- .el-input.is-disabled.errorInput{
- input.el-input__inner{
- border:1px solid #ff8888!important;
- color: #ff8888!important;
- }
-
- }
- .el-form-item.errorForm{
- label.el-form-item__label{
- color: #ff8888!important;
- }
- .el-form-item__content{
- // .is-disabled
- .el-input{
- input.el-input__inner{
- border:1px solid #ff8888!important;
- color: #ff8888!important;
- }
-
- }
- }
- }
- .dropzone .dz-message{
- margin: 8em 0!important;
- }
- .dropzone .dz-preview.dz-image-preview{
- background: transparent!important;
- }
- // .el-collapse-item__wrap{
- // overflow-y: scroll!important;
- // max-height: 500px!important;
- // }
- .el-collapse-item__content{
- padding:0!important;
- }
- .el-table__expanded-cell[class*=cell] {
- // padding: 20px 20px 20px 50px!important;
- }
- .notAnniu.el-input-number.el-input-number--mini.is-controls-right{
- span.el-input-number__decrease{
- display: none!important;
- }
- span.el-input-number__increase{
- display: none!important;
- }
- .el-input.el-input--mini{
- .el-input__inner{
- padding-right: 15px!important;
- text-align: left;
- }
- }
- }
- .el-form-item.el-form-item--feedback.el-form-item--mini.noMargin{
- .el-form-item__content
- {
- margin: 0!important;
- }
- }
- .my-el-alert.el-alert.is-light{
-
- &.el-alert--success{
- color: #63cbe7!important;
- background: #effafd!important;
- border-color: #c1eaf5!important;
- }
- .el-alert__content>.el-alert__title{
- vertical-align: top!important;
- display: inline-block!important;
- font-size: 17px!important;
- line-height: 30px!important;
- }
- .el-alert__icon{
- display: inline-block!important;
- vertical-align: top!important;
- width: 30px!important;
- height: 30px!important;
- font-size: 26px!important;
- line-height: 30px!important;
- text-align: center!important;
- }
-
- }
- .fl-col{
- position: relative;
- .fl-tag{
- position: absolute;
- z-index: 4;
- top:0;
- left:0;
- }
- }
- .my-el-divider.el-divider.el-divider--horizontal{
- margin: 12px 0!important;
- .el-divider__text.is-center{
-
- padding:0 10px!important;
- color: #63cbe7!important;
- }
- }
-
-
-
- .el-table__fixed-right {
- height: 100% !important;
- }
- .el-table__fixed-left {
- height: 100% !important;
- }
- .el-table .warning-row {
- background: #f5f7fa !important;
- // background: oldlace !important;
- }
- .el-table .success-row {
- background: #f0f9eb !important;
- }
- .projectDetail,.zxDiffOrderDetail,.zxReturnDetail {
- .modal-form-style {
- #demo-sitem.el-form {
- .el-row {
- border-left: 1px solid #ebeef5 !important;
- border-top : 1px solid #ebeef5 !important;
- .el-col {
- border-bottom: 1px solid #ebeef5 !important;
- border-right: 1px solid #ebeef5 !important;
- .el-form-item {
- margin: 0 !important;
-
- // >.el-form-item__label {
- // border-right: 1px solid #ebeef5 !important;
- // }
- }
- label.el-form-item__label {
- background: #fafafa !important;
- font-weight: 400!important;
- color: #909399!important;
- border-right: 1px solid #ebeef5 !important;
- }
- .el-form-item__content{
- padding:0 0 0 12px!important;
- color: #606266!important;
- }
-
- }
- }
- }
- }
- }
- .processTimeLine {
- .el-step__head.is-finish {
- color: #e8e8e8 !important;
- border-color: #e8e8e8 !important;
- .el-step__line{
- background: #e8e8e8!important;
- }
- .el-step__line-inner{
- background: #e8e8e8!important;
- }
- .el-step__icon.is-icon {
- color: #30b08f !important;
- border-color: #30b08f !important;
- }
- // background: #e8e8e8!important;
- }
- .el-step__main{
-
- .el-step__title.is-finish{
- color: rgba(0,0,0,.85)!important;
- font-size: 16px!important;
- }
- .el-step__description.is-finish{
- .name,.item,.time{
- line-height: 23px!important;
- color: rgba(0,0,0,.85)!important;
- }
- .time{
- color: rgba(0,0,0,.45)!important;
- }
- }
-
- }
- }
- .detail-page-title{
- line-height: 28px!important;
- height: 28px!important;
- // font-size: 16px!important;
- padding:0!important;
- margin: 20px 0 30px 0!important;
- // span.title{
- // line-height: 50px!important;
- // font-size: 16px!important;
- // margin: 0 20px 0 0;
- // }
- }
- .exam-content{
- line-height: 28px!important;
- height: 28px!important;
- // font-size: 16px!important;
- padding:0!important;
- margin: 0 0 20px 0!important;
- &::after,&::before{
- content: "";
- display: block;
- clear: both;
- }
- }
- .activity-upload {
- position: relative;
- .btnupload {
- float: left;
- border: 1px solid rgb(220, 223, 230);
- box-sizing: border-box;
- width: 102px;
- height: 102px;
- line-height: 102px;
- text-align: center;
- }
- .Upload {
- width: 102px;
- height: 102px;
- line-height: 102px;
- text-align: center;
- position: absolute;
- line-height: 0px;
- top: 0;
- left: 0;
- line-height: 102px;
- }
- .fileUp {
- vertical-align: top;
- }
- .avatar {
- width: 102px;
- height: 102px;
- line-height: 102px;
- text-align: center;
- }
- .avatar-uploader .el-upload:hover {
- border-color: #409eff;
- }
- .avatar-uploader-icon {
- font-size: 28px;
- color: #8c939d;
- width: 50px;
- height: 50px;
- line-height: 50px;
- text-align: center;
- }
- .avatar {
- width: 100%;
- height: 100%;
- display: block;
- }
- .txt-tips {
- display: inline-block;
- font-size: 12px;
- color: #606266;
- padding: 9px 0 0 15px;
- p {
- margin: 0;
- line-height: 28px;
- }
- }
- .avatar-uploader .el-upload {
- border: 1px dashed #DCDFE6;
- border-radius: 6px;
- cursor: pointer;
- position: relative;
- overflow: hidden;
- }
- }
- .hover{
- &:hover{
- cursor: pointer!important;
- }
- }
|