| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554 |
- * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- body {
- margin: 0;
- padding: 0;
- color: $text;
- font-family: $font-family;
- font-size: $font-size;
- line-height: $line-height;
- -webkit-font-smoothing: antialiased;
- }
- input, .el-input, .el-select{
- font-family: $font-family;
- }
- article,aside,dialog,footer,header,section,footer,nav,figure,menu {
- display: block
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- color: inherit;
- font-family: inherit;
- line-height: inherit;
- }
- a:focus,a:hover{
- text-decoration: none !important;
- }
- dl {
- margin-bottom: $md-pad;
- }
- dd {
- margin-left: $xlg-pad;
- }
- ul,
- ol {
- margin: 0;
- padding: 0;
- vertical-align: baseline;
- list-style: none;
- -webkit-padding-start: 0;
- -webkit-margin-before: 0;
- -webkit-margin-after: 0;
- }
- main,
- header,
- footer,
- article,
- section,
- aside,
- details,
- summary {
- margin: 0 auto;
- width: 100%;
- }
- a, a.nuxt-link-active {
- cursor: pointer;
- text-decoration: none;
- color: $text;
- transition: color .2s ease;
- outline: 0;
- &:hover,&:active {
- text-decoration: none;
- color: $skin-bg;
- }
- }
- a.header-link {
- cursor: pointer;
- text-decoration: none;
- color: #fff;
- transition: color .2s ease;
- outline: 0;
- &:hover {
- text-decoration: underline;
- }
- }
- p{
- margin:0;
- margin-bottom:10px;
- }
- img {
- outline: 0;
- border: none;
- }
- .text-right{
- text-align: right;
- }
- .el-button--blur{
- background: #64c9bb!important;
- color:#fff!important;
- &:hover{
- background: #afddd7!important;
- border:1px solid #afddd7!important;
- }
- &:disabled{
- cursor:not-allowed;
- background: #9dccfc;
- border-color: #9dccfc;
- }
- }
- .el-button--yellow{
- background: #f97f25!important;
- color:#fff!important;
- &:hover{
- background: #f8b584!important;
- border:1px solid #f8b584!important;
- }
- &:disabled{
- cursor:not-allowed;
- background: #f3a164;
- border-color: #f3a164;
- }
- }
- .el-button--yellow_plain{
- background: #fff!important;
- color:#f97f25!important;
- border:1px solid #f97f25!important;
- &:hover{
- color: #ffffff !important;
- background: #f8b584!important;
- border:1px solid #f8b584!important;
- }
- &:disabled{
- cursor:not-allowed;
- background: #f3a164;
- border-color: #f3a164;
- }
- }
- input[type=checkbox] {
- position: absolute;
- clip: rect(0, 0, 0, 0);
- &.blur_checkbox + label::before {
- content: '';
- display: inline-block;
- width: 15px;
- height: 15px;
- vertical-align:middle;
- margin-right:3px;
- background: url(../../static/spirit.png)no-repeat -20px -20px;
- }
- &.blur_checkbox:checked + label::before {
- background: url(../../static/spirit.png)no-repeat 0px -20px;
- }
- &.yellow_checkbox + label::before {
- content: '';
- display: inline-block;
- width: 15px;
- height: 15px;
- vertical-align:middle;
- margin-right:3px;
- background: url(../../static/spirit.png)no-repeat -20px 0px;
- }
- &.yellow_checkbox:checked + label::before {
- background: url(../../static/spirit.png)no-repeat;
- }
- }
- .icon-left-arrow{
- display:inline-block;
- position:relative;
- top:0;
- width:10px;
- height:10px;
- background: url(../../static/icon/left-arrow.png)no-repeat;
- }
- //.icon-business{
- // width:20px;
- // height:20px;
- // background: url(../../static/icon.png)no-repeat -21px 0px;
- //}
- //.icon-order{
- // width:20px;
- // height:20px;
- // background: url(../../static/icon.png)no-repeat -42px 0px;
- //}
- //.icon-client{
- // width:20px;
- // height:20px;
- // background: url(../../static/icon.png)no-repeat -63px 0px;
- //}
- .m-snav{
- color:#666;
- font-size: 20px;
- margin-left:-15px;
- margin-bottom:12px;
- span{
- position:relative;
- margin: 0 15px;
- &.active,&:hover{
- cursor:pointer;
- color:#000;
- border-bottom:1px solid #000;
- }
- }
- }
- // 标题部分
- .headline{
- padding:0 10px;
- line-height: 34px;
- height:34px;
- margin-bottom:10px;
- > span{
- font-size: 18px;
- color:#333;
- font-weight: bold;
- &:before{
- content: '';
- display:inline-block;
- width:3px;
- height:15px;
- margin-right:10px;
- background: #0d5ffe;
- position:relative;
- top:2px;
- }
- }
- .search_time{
- float:right;
- .el-date-editor.el-input, .el-date-editor.el-input__inner{
- width: 350px;
- }
- .el-input .el-input-group__append{
- width:auto;
- cursor:pointer;
- }
- .el-input{
- margin:0 10px;
- width:285px;
- }
- a{
- display:inline-block;
- margin: 0 10px;
- color:#64c9bb;
- background: #fff;
- padding: 0 10px;
- line-height: 32px;
- font-size: 14px;
- text-align: center;
- border: 1px solid #64c9bb;
- i{
- display:inline-block;
- margin-right:5px;
- width:14px;
- height:14px;
- color:#64c9bb;
- text-align: center;
- line-height: 14px;
- font-weight: bold;
- &.border_radius{
- border-radius: 50%;
- font-style:normal;
- background: #64c9bb;
- color:#fff;
- }
- }
- }
- }
- }
- // 表格样式
- .table{
- table-layout:fixed;
- border-collapse: unset;
- border-spacing: 0;
- width:100%;
- color:#666;
- padding:0;
- margin: 0;
- thead{
- line-height:45px;
- tr{
- background: #deeffe;
- th{
- color:#333;
- text-align:center;
- vertical-align: middle;
- }
- }
- }
- tbody{
- tr{
- &:nth-child(even){
- background: #f0f7fe;
- }
- &:hover{
- cursor:pointer;
- background: #DDEBF9;
- td{
- color:#0d5ffe;
- }
- }
- td{
- padding: 15px 5px;
- word-break: break-all;
- word-wrap: break-word;
- text-align: center;
- vertical-align: middle;
- border:1px solid #f0f7fe;
- &.check_td{
- background: #dcdfe6;
- }
- span{
- margin-right:24px;
- &:hover{
- i{
- color:#2f95dd;
- }
- }
- i{
- position:relative;
- top:6px;
- font-size: 26px;
- font-weight: bold;
- }
- }
- input{
- margin: -15px -5px;
- }
- }
- }
- }
- }
- // 单证管理部分
- .documentation{
- .list_event{
- background: #f2f7fb;
- height:46px;
- line-height: 46px;
- margin-bottom:20px;
- a{
- position:relative;
- display:inline-block;
- height:30px;
- line-height: 28px;
- padding: 0 15px;
- margin: 0 10px;
- border: 1px solid #64c9bb;
- color:#64c9bb;
- background: #fff;
- border-radius: 2px;
- &:hover{
- ul{
- display:block;
- }
- }
- ul{
- display:none;
- position:absolute;
- top:100%;
- left:-1px;
- z-index:10000;
- border: 1px solid #64c9bb;
- background: #fff;
- li{
- line-height:25px;
- height:25px;
- color:#666;
- padding: 0 15px;
- &:hover{
- cursor:pointer;
- background: #64c9bb;
- color:#fff;
- }
- }
- }
- }
- }
- .dialog_info{
- .step{
- p{
- color:#333;
- .serial{
- display:inline-block;
- font-size: 12px;
- width:15px;
- height:15px;
- text-align: center;
- line-height: 15px;
- background: #f97f25;
- color:#fff;
- margin-right:10px;
- }
- .link_color{
- color:#2b73fe;
- }
- a{
- display:inline-block;
- vertical-align:middle;
- width:25px;
- height:28px;
- background: url(/spirit.png)no-repeat -67px -38px;
- }
- }
- }
- }
- }
- // 头部
- header{
- background: #474443;
- height:72px;
- .w-logo{
- line-height:72px;
- img{
- vertical-align: middle;
- }
- .w-nav{
- margin-left:30px;
- display:inline-block;
- ul{
- li{
- a{
- color:#b4b4b4;
- padding:0 5px;
- &:hover{
- color:#fff;
- }
- }
- }
- }
- }
- }
- .w-login{
- line-height: 72px;
- a{
- color:#b4b4b4;
- padding:0 15px;
- &:hover{
- color:#fff;
- }
- }
- }
- }
- // 尾部
- footer {
- height:200px;
- background: #ffffff;
- }
- // 弹窗默认样式
- .default-alert {
- .form-list {
- border-bottom: 1px solid #f4f1f1;
- li {
- line-height: 40px;
- margin-bottom: 20px;
- .name {
- color: #333;
- font-size: 14px;
- width: 96px;
- span {
- color: #e50808;
- }
- }
- .input-text {
- width: 312px;
- }
- .input-text2 {
- width: 472px;
- }
- .text {
- font-size: 14px;
- width: 482px;
- }
- .select {
- width: 149px;
- margin-right: 12px;
- &:nth-last-of-type(1) {
- margin-right: 0px;
- }
- }
- .otherText {
- margin-left: 96px;
- color: #333;
- font-size: 14px;
- margin-top: -20px;
- i {
- cursor: pointer;
- color: #333;
- margin-right: 5px;
- &.active {
- color: #f97f25
- }
- }
- }
- }
- }
- .control-btn {
- text-align: center;
- div {
- width: 70px;
- height: 34px;
- line-height: 34px;
- text-align: center;
- border-radius: 3px;
- cursor: pointer;
- display: inline-block;
- margin-right: 12px;
- margin-top: 12px;
- &:nth-last-of-type(1) {
- margin-right: 0px;
- }
- }
- .save {
- background: #f97f25;
- border: 1px solid #f97f25;
- color: #fff;
- &:hover {
- background: #fd964a;
- }
- }
- .cancel {
- background: #fff;
- color: #f97f25;
- border: 1px solid #f97f25;
- &:hover {
- background: #fd964a;
- color: #fff;
- }
- }
- }
- }
- .el-input__inner{
- -moz-appearance:textfield;
- }
- input.el-input__inner::-webkit-inner-spin-button,
- input.el-input__inner::-webkit-outer-spin-button {
- -webkit-appearance: none;
- margin: 0;
- }
|