@import "www/lib/ionic/scss/mixins", "variables"; @import "www/css/style"; //icomoon图标 $striped-color: #197FEE; /* 进度条选中 */ $striped-hover: #B1DDF8; /* 进度条未选中 */ $note-color: #868686; /* 灰色 说明文本颜色 */ $complete-color: #FF8905; /* 橘黄色 文本 */ $clear-color: #ABABAB; /* 灰色 文本清除按钮 */ $icon-color-1: #00AAFF; /* 蓝色 公司管理,登录网页版 */ $icon-color-2: #544D79; /* 紫色 设置 */ $icon-color-3: #FAA701; /* 黄色 收藏 */ $icon-color-4: #5D75BF; /* 靛蓝 帮助 */ $icon-color-5: #F25B00; /* 橘红 推荐 */ $daily-count-backcolor: #232637; /* 日报统计背景 */ $active-color: rgb(217, 217, 217); $title-bar: #0092e6; $item-border-color: rgb(240, 240, 240); /* 公司管理边框颜色 */ /*被选中人的背景色 浅灰蓝*/ $selected-bgcolor: #d6cadd; .center { text-align: center; } .over-flow-auto { overflow: auto; } .max-width-45 { max-width: 45% !important; } .input-margin { margin-left: 0.825em !important; } .link { text-decoration: none; } .clear { color: $clear-color; } .type { text-align: center; font-size: 0.925em; } .apply-register { width: 90% !important; margin-left: 5% !important; background-color: #f2f4f4 !important; border: #e6ecef 1px solid; color: #2AA8FF !important; font-weight: 100 !important; font-size: 14px; } .striped { button { height: 1px !important; min-height: 1px !important; max-height: 1px !important; } } .striped-color { background-color: $striped-color; } .striped-hover { background-color: $striped-hover; } .note { color: $note-color !important; font-size: 0.625em !important; } /* 图标圆形样式 白字 */ .icon-style { margin-top: 18px; height: 32px !important; color: white; @include border-radius(50%); // border-radius: 50%; font-size: 24px !important; } .icon-color-1 { background-color: $icon-color-1; } .icon-color-2 { background-color: $icon-color-2; } .icon-color-3 { background-color: $icon-color-3; } .icon-color-4 { background-color: $icon-color-4; } .icon-color-5 { background-color: $icon-color-5; } /* slide右滑 */ .slide-in-right { -webkit-transform: translateX(-100%); transform: translateX(100%); } .slide-in-right.ng-enter, .slide-in-right > .ng-enter { -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms; transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms; } .slide-in-right.ng-enter-active, .slide-in-right > .ng-enter-active { -webkit-transform: translateX(0); transform: translateX(0); } .slide-in-right.ng-leave, .slide-in-right > .ng-leave { -webkit-transition: all ease-in-out 250ms; transition: all ease-in-out 250ms; } /* slide左滑 */ .slide-in-left { -webkit-transform: translateX(100%); transform: translateX(-100%); } .slide-in-left.ng-enter, .slide-in-left > .ng-enter { -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms; transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms; } .slide-in-left.ng-enter-active, .slide-in-left > .ng-enter-active { -webkit-transform: translateX(0); transform: translateX(0); } .slide-in-left.ng-leave, .slide-in-left > .ng-leave { -webkit-transition: all ease-in-out 250ms; transition: all ease-in-out 250ms; } .ion-checkbox-class { padding: 1px !important; } .ion-checkbox-class img { max-width: 40px; max-height: 40px; border-radius: 50%; margin-left: 50px; margin-top: 6px; } .labelname { position: absolute !important; top: 12px !important; margin-left: 10px; font-size: 15px; } .labelrole { position: absolute; top: 29px; margin-left: 10px; color: #666; font-size: 13px; } .ul-imgs { li { float: left; padding-left: 0.4em; padding-bottom: 0.2em; } float: left; } .ul-imgs img { max-width: 40px; max-height: 40px; border-radius: 50%; margin-left: 2%; } .item-emp { min-height: 0px !important; height: 52px !important; img { top: 6px !important; } h3 { margin-top: -9px !important; margin-bottom: 2px !important; } } .item-group { padding: 0; width: 100%; border-right: none; height: 52px; label { position: absolute; top: 1em; left: 1em; } img { max-width: 40px; max-height: 40px; border-radius: 50%; position: absolute; top: 0.4em; right: 2.5em; } } /*groupinfo*/ .label-right-text { float: right; margin-right: -1.6em; } .dividertext { label { position: absolute; top: 0; bottom: 8px; color: gray; } } .desctext { margin-left: 16px; color: gray; margin-top: 4px; } .dividercolor { background-color: black; color: white; text-align: center; font-size: 1em; } /*dept 人员列表*/ .empclass { min-height: 52px !important; .item-content { max-height: 52px !important; } img { top: 6px !important; } h2 { position: absolute; top: 9px; .ion-ios-compose-outline { padding-left: 2px; padding-top: 2px; font-size: 21px; color: $icon-color-1; } } p { position: absolute; bottom: 0.3em; } .from-p { font-size: 12px; top: 2.7em; } } .empclass .item-content { min-height: 54px !important; } /*列表分隔符字体*/ .divider-font { font-size: 1em; } .search-label { border-radius: 15px !important; height: 30px; width: 100%; margin: 0 auto; } //popver .popver_view { height: 84px; width: 114px !important; background-color: $note-color; .item-content, .item-button { background-color: $note-color; color: white; padding: 14px; } .scroll-content { margin: 0 !important; } .item { margin: -6px; border-top-width: none !important; } .popover-arrow:after { background-color: $note-color; } .scroll-bar { border: none !important; } } //背景幕透明 .popover-backdrop { background-color: rgba(0, 0, 0, 0) !important; } .image-backdrop { background-color: rgba(0, 0, 0, 0.8); position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; .img-responsive { position: relative; top: 10%; bottom: 10%; z-index: 10; display: block; height: 80%; width: 100%; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); } } .popover-backdrop1 { @extend .image-backdrop; .ion-ios-trash-outline { font-size: 50px; color: white; opacity: 0.8; position: absolute; bottom: 4%; left: 4%; z-index: 999; } } /* report */ .datetime { position: absolute; top: 10px; right: 10px; } .daily { .time { @extend .datetime } .blob { margin-top: 10px; img { width: 48px; height: 48px; margin: 3px; background-color: #F5F5F5; border-radius: 2px; } } .tool { padding: 0; text-align: center; a { color: #D0D0D0; @extend .link; } } } .daily-color { border: 1px solid $striped-color; color: white !important; background-color: $striped-color !important; } .daily-hover { border: 1px solid $striped-color; color: $striped-color !important; background-color: white !important; } .icon-show { .checkbox-icon { display: none; } .item-content { color: $note-color; } } .item-divider-deptmoban { padding-top: 4px; font-size: 14px; } .divider-editmoban-text { height: 50px; padding-top: 2px; color: $note-color; } .dividertextcolor { color: $icon-color-1; border-top: none; } .formfield { .icon { position: absolute !important; top: 0px !important; left: 11.2em !important; } label { color: $note-color; } } .see-list { border-top: 1px solid #DDDDDD; margin-top: 5px; padding-top: 15px; > img { border-radius: 50%; height: 28px; width: 28px; margin-right: 6px; } } .check-dept-li { background-color: white; height: 52px; padding-top: 16px; border-bottom: 1px solid #ddd; .icon { float: right; padding-right: 14px; color: $note-color; padding-top: 2px; } .deptname { width: 65%; display: inline-block; height: 100%; padding-bottom: 10px; } } .dept-icon { li { height: 38px; width: 40px; border-radius: 50%; background: $note-color; vertical-align: middle; text-align: center; padding-top: 10px; font-size: 12px; margin-left: 3px; margin-top: 0px; padding-left: 0; // color:black; } } .field-radio { height: 52px; .radio-content .item-content { padding-top: 8px; p { font-size: 13px; } } } .mobanitem { padding: 0; .itemfield { height: 40px; vertical-align: middle; padding-top: 7px; font-size: 12px; } } .disabled { color: $note-color; } .clickactive { background-color: #d9d9d9; border-color: #ccc; } .selectfielditem { background-color: #fff; height: 45px; input { height: 18px; padding-top: 0 !important; padding-bottom: 7px !important; margin-top: 0 !important; } } /* report details */ .details-popup { height: 126px !important; @extend .popver_view; } .details-popup-other { height: 42px !important; @extend .popver_view; } .popup { border-radius: 4px !important; } .input-left-text { padding-right: 10px; } /* account */ .radius-30 { border-radius: 30px; } .account-back-color { //background-color: #F5F5F5; i { color: #11c1f3; } } .account-botton { margin-top: 0 !important; margin-bottom: 0 !important; color: red !important; border-bottom: solid 1px #DDDDDD !important; } textarea { resize: none; } .bigview { height: 170px; .ul-imgs { width: 100%; overflow-x: auto !important; overflow-y: auto !important; } button { height: 30px; padding-left: 8px !important; padding-right: 8px !important; margin-top: 130px; opacity: 0.8; } } .footer-div { opacity: 0.8; .cirl-i { font-size: 20px; padding: 3px; } } /* report see count */ .init-load { margin-top: 70%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .text-margin { margin-top: 10px; } .text-line-height { line-height: 36px; } .daily-count-back { height: 80px; background-color: $daily-count-backcolor; color: white; text-align: center; padding-top: 8px; > span:first-child { border-right: 1px solid $note-color; p { font-size: 32px; margin-top: 10px; } } > span { p { color: white; font-size: 16px; margin-top: 16px; } } h4 { color: $note-color !important; span { color: white; font-size: 28px; } } } .daily-count-height-40 { height: 40px; } .float-right { float: right; } .border-right { border-right: 1px solid $note-color; } .item-click-active:active { background-color: $active-color; } .div-active { margin-top: 5px; margin-bottom: 5px; @extend .item-click-active; } .daily-count-back-submit { background-color: $complete-color !important; } /* workatd */ .workatd-checkin-title { padding: 25px 0 25px 15px; color: white; .title { color: white; font-weight: bold; } .date1 { font-size: 13px; } .date2 { font-size: 13px; color: #00009F; /*margin-top: 2px;*/ } } /* task */ /*postedtask*/ .item-row { padding: 0; border-width: 1px; margin: 0; background: #f5f5f5; border-top: none; height: 52px; .col { text-align: center; background: #f5f5f5; line-height: 52px; i { font-size: 20px; color: #ddd; } } .v-line { line-height: 52px; font-size: 26px; color: #ddd; padding-top: 2px; } } .divider-top { border-top: none; } .item-divider { margin-top: -3px; } .item-sort:first-child { border-top: none; margin-top: -2px; } .select-div { height: 50%; background: white; position: fixed; width: 100%; top: 52px; z-index: 3; } .select-back { height: 60%; width: 100%; background: #ddd; opacity: 0.6; position: fixed; width: 100%; top: 40%; z-index: 2; } .radio-icon { color: #11c1f3; } // .item-sort { // .item-radio input:checked + .radio-content .item-content { // background: white; // color: #11c1f3; // } // } .item-radio input:checked + .radio-content .item-content { background: white; color: #11c1f3; } .hidden-item { display: none; } .overflow-hidden { overflow: hidden; } .updown-color { color: #11c1f3 !important; } .task-data { overflow-y: scroll; height: 90.5%; } .right-ion { font-size: 25px !important; } .none-content { color: $clear-color; font-size: 25px; margin: 0 auto; line-height: 200px; opacity: 0.6; } .task-header { height: 90px !important; img { top: 16px !important; max-width: 60px !important; max-height: 60px !important; } h2 { position: absolute; top: 1.9em; left: 85px; } p { position: absolute; top: 4em; left: 85px; } } .task-details { p { padding-top: 4px; } } .colorred { color: red; } .border-red { border-color: red; } .colorgray { color: gray; } .task-divider { min-height: 20px !important; } .task-button-div { // position:fixed; // top:44px; border-top: 1px solid #ddd; background: white; height: 40px; width: 100%; z-index: 20; div { float: left; margin-left: 16px; margin-top: 10px; label { margin-left: 16px; color: #ddd; } } hr { border-color: orange; padding-right: 4px !important; } } .slide-task { clear: both; } .footer-task { a { border-right: 1px solid #ddd; font-size: 1em !important; } a:last-child { border-right: none; } i { font-size: 2em !important; } } .childtask { background: #ddd; padding: 4px !important; margin-left: 10px !important; border-radius: 10px; label { padding-left: 4px; } } .comment-empty { color: #ddd; margin-top: 20%; font-size: 16px; } .comment-box { min-height: 360px; background: white; textarea { width: 100%; padding-top: 8px; padding-left: 4px; min-height: 200px; } .task-comment-img { height: 20%; width: 100%; position: absolute; bottom: 30px; img { max-height: 80px; max-width: 80px; } } } .task-comment-img { height: 20%; width: 100%; img { max-height: 80px; max-width: 80px; } } .child-task-desc { width: 80% !important; } .top-mark { height: 54px; background: #33cd5f; color: #fff; .title { text-align: center; label { font-size: 20px; padding-left: 4px; line-height: 52px; } .ion-ios-checkmark-outline { font-size: 25px; } } } .obligate-item { margin-top: 40px; } .apply-list { .item-apply { div { float: right; position: absolute; top: 22%; right: 2px; } p { padding-top: 2px; color: #11c1f3; } button { margin-right: 15px; min-height: 20px !important; min-width: 60px !important; } } .item-apply:first-child { border-top: none; } } .comment-imgs { img { // height:50px; // width:50px; padding: 2px; } } .camera-item { > div { float: left; width: 48px; height: 48px; margin: 3px; background-color: #F5F5F5; border-radius: 2px; > i { font-size: 24px; line-height: 48px; } img { width: 48px; height: 48px; } } } .task-create-content { > div:first-child { border-top: #DDDDDD solid 1px; border-bottom: none; } > div { border-top: none; overflow: auto; @extend .camera-item; } } .task-create-member { overflow: auto; > div { float: left; width: 4em; margin: 10px 0; > .ion-ios-minus { color: red; position: absolute; } > .ion-ios-close { font-size: 20px; color: $dark; position: absolute; opacity: 0.5; } > img { width: 40px; height: 40px; border-radius: 50%; margin-top: 4px; } > p { font-size: 10px; margin-top: -6px; } > a { > i { font-size: 48px !important; margin-bottom: 10px !important; } > span { font-size: 10px; } } } } .task-create-member-p { color: $complete-color !important; } .task-comment-icon { i { font-size: 4em !important; } } .workatd-setting-item { .item { } .date1 { font-size: 11px; padding-top: 5px; } .date2 { font-size: 11px; padding-top: 5px; } } .comment-div { hr { width: 35px; margin-left: 0px; } } /* task-icon-position */ .task-icon-position { position: absolute; right: 16px; top: 5px; font-size: 4em; color: #33CD5F; } ion-content { overflow-y: auto !important; } .icon-man-woman-style { position: absolute; top: 0px !important; margin-left: 10px !important; font-size: 2em; } .icon-man-style { color: #7AC3FE; @extend .icon-style; } .icon-woman-style { color: #FF809D; @extend .icon-style; } .schedule-data { overflow-y: scroll; height: 90.5%; } .schedule-data-receive { font-size: 12px !important; } .schedule-template-1 { font-size: 12px !important; color: #FFAC92 !important; } .schedule-template-2 { font-size: 15px !important; font-weight: 580; } .schedule-template-3 { font-size: 12px !important; } .schedule-details-header { background-color: #61CE5B !important; p { padding-top: 4px; font-size: 20px; color: #FFFFFF !important; } span { font-size: 15px; color: #FFFFFF !important; } } .schedule-details-header-disable { background-color: #B0B0B0 !important; p { padding-top: 4px; font-size: 20px; } span { font-size: 15px; color: #FFFFFF !important; } } .schedule-details-footer { a { border-right: 1px solid #ddd; font-size: 1em !important; } a:last-child { border-right: none; } i { font-size: 2em !important; } } .schedule-icon-position { position: absolute; right: 16px; top: 5px; font-size: 4em; color: #FF3A90; } .schedule-icon-position1 { position: absolute; right: 20px !important; top: -4px !important; font-size: 50px !important; font-color: white !important; //color: #777777; } //auditUser .audituser { background: #f00; padding: 0 5px; border-radius: 50%; color: white; } // #nav-comment{ // position: // z-index: 2; // } ion-header-bar { background-color: $title-bar !important; i, div, button, title, h1, .title { color: white !important; } } .fix-to-top { position: fixed !important; z-index: 999; width: 100%; top: 44px; } .fullscreen-image { max-width: 100%; max-height: 100%; bottom: 0; left: 0; margin: auto; overflow: auto; position: fixed; right: 0; top: 0; z-index: 101; } .comment-content { p { } } .striped-color { background-color: $title-bar !important; height: 2px; } //workflow .workflow-public { text-align: center; padding: 0; } .workflow-moban { border-color: #ccc; background-color: #D9D9D9; padding-left: 0; padding-right: 0; &:last-child { padding-bottom: 0; .workflow-item:first-child { border-bottom: 1px solid #ddd; } } .workflow-item { text-align: center; border-right: none; border-bottom: none; margin: 0; } .workflow-item.activated { @extend .bgColorClass; } } .workflow-ion { font-size: 3em; } .workflow-moban-checkbox { font-size: 28px; position: absolute; top: 4%; right: 4%; } .bgColorClass { background-color: rgb(248, 248, 248); } .workflow-step { @extend .empclass; h2 { left: 3.4em } p { left: 4.6em; } .workflow-number { width: 24px; height: 24px; line-height: 24px; border-radius: 50%; padding-top: 2px; background-color: #11c1f3; color: white; text-align: center; vertical-align: baseline; display: block; } } .workflow-desc { width: 100%; padding: 6px; } .current-account { .cirl-i { font-size: 20px; padding: 3px; color: #ddd; top: -6px; } .ion-android-globe { font-size: 34px; } // max-height: 56px!important; } .account-wrap { background: rgb(255, 255, 255); .item.activated { background-color: white !important; } .account-radio { top: 1px; // height: 40px; margin-left: 12%; border-color: $item-border-color; border-left: none; .item-content { padding: 7px 18px 7px 7px; } div.radio-content { // max-height: 40px!important; // padding:0!important; .item-content { // height:30px; // line-height: 30px; vertical-align: middle; } &:first-child { border-top: none; } i { padding: 0; padding-right: 8px; padding-top: 4px; } } span { color: #666; font-size: 14px; margin-bottom: 2px; } input:checked + .radio-content .item-content { background-color: white; span { color: $calm; } } } } .comp-item { border: 1px solid $item-border-color; border-bottom: none; // max-height:50px!important; .ion-person { color: #11c1f3; } label { top: -4px; font-size: 110%; padding-left: 6px; } p { margin-left: 7px; margin-top: 4px; margin-bottom: 0; padding-bottom: none; } img { top: 12px !important; padding-bottom: 0; margin: 0; max-width: 48px !important; max-height: 48px !important; } } .comp-op { width: 100%; background-color: white; div { margin-left: 21%; height: 50px; vertical-align: middle; border-top: 1px solid $item-border-color; margin-top: 1px; label { line-height: 50px; vertical-align: middle; color: #666; } .button { position: absolute; min-height: 30px !important; line-height: 30px !important; width: 70px; right: 10%; margin-top: 10px; } } } .comp-op:last-child { border-bottom: 1px solid $item-border-color; } .item-comp { border: 1px solid $item-border-color; .compname { font-size: 16px; } } .comp-edit-button { margin-top: 90%; width: 100%; } .popup-header-height { height: 50px; padding: 0 !important; vertical-align: middle; h5 { font-size: 15px !important; } } .popup-head { padding: 0 !important; padding-top: 5px !important; border-bottom: none !important; } .popup-body { padding: 0 !important; overflow: hidden !important; } .popup-edit-comp { width: 92%; margin-left: 4%; input { padding-left: 4px; } label { padding-left: 2%; } } .images-div-top { height: 20px; width: 100%; line-height: 20px; margin-top: 10px; } .comp-logo-box { width: 100%; height: 120px; text-align: center; background-color: #11c1f3; padding: 0; img { margin-top: 6%; height: 60px; width: 60px; border-radius: 50% } div { color: white; } } .compname-div { width: 90% !important; margin-left: 5%; label { } } .line-hr { padding-top: 10px; border-top: 1px solid #ddd; } .create-comp-button { margin-top: 8% !important; margin-bottom: 10% !important; width: 90% !important; margin-left: 5% !important; background-color: #197FEE !important; color: white !important; font-weight: bold !important; background-color: #11c1f3 !important; } .create-comp-content { padding-top: 0 !important; } .current-account { .cirl-i { padding: 0; } border-color: $item-border-color; padding-top: 14px; } .newcomp-modalview { .bar { background-size: 100% 0px !important; } } .complist { h2 { vertical-align: middle; line-height: 40px; } img { top: 5px !important; } } .joincomp-tip { @extend .top-mark; position: absolute; width: 100%; z-index: 10; opacity: 0.8; background: $complete-color; height: 50px; .title { label { font-size: 16px !important; } .ion-ios-checkmark-outline { font-size: 20px; } } } // .check-childtask{ // .item-checkbox{ // position:absolute; // } // .task-content{ // margin-left: 50px; // } // } .taskcontent-checkbox { width: 12%; } //notice .rj-list .list { width: 95%; margin-right: auto; margin-top: -18px; margin-bottom: -18px } .rj-list .list .rj-item { border-left: none; border-right: none; border-bottom: none; padding-left: 10px; padding-top: 6px; padding-bottom: 6px; border-color: #f0f0f0; } .rj-contacts-item { padding: 0px !important; } .rj-item .rj-contacts-pic { color: white; height: 36px; width: 36px; line-height: 36px; float: left; font-size: 28px; text-align: center; } .rj-item h2 { padding-left: 20px; position: absolute; margin: auto !important; top: 0; bottom: 0; left: 36px; height: 32px; line-height: 32px; } .rj-contacts-pic img { width: 36px; height: 36px; } .rj-contacts-index-bar { background-color: #F5F5F5; padding-left: 10px; height: 20px; line-height: 20px; font-size: 80%; color: #545454; padding-top: 2px; } .rj-contacts-right-bar { position: fixed; right: 0; top: 71px; width: 20px; height: 464px; z-index: 2; text-align: center; font-size: 80%; color: #545454; } .rj-contacts-right-bar div { height: 16px; } .rj-contacts-middle-bar { position: fixed; margin: auto; left: 0; top: 0; right: 0; bottom: 0; height: 60px; width: 60px; line-height: 60px; text-align: center; color: #FFF; font-size: 300%; background-color: rgba(0, 0, 0, .5); } .notice-input { .input-label { max-width: 50px; } .notice-resvicename { color: $calm; font-size: 16px; padding-right: 2px; } } .input-btn-row { padding: 1px 0 0 0; border: 1px solid #ddd; .item-input { border: none; } .col { padding: 0; } .button { padding: 0; min-height: 40px; margin: 3px; } } .postnotice-footer { .notice-first-ion { font-size: 30px; margin-left: 10px; } .notice-right-ion { margin-left: 30px; i { font-size: 30px; } } } .notice-title { width: 60%; float: left; border-right: none; top: 1px; } .notice-div-button { .button { min-height: 30px !important; line-height: 30px !important; width: 50px; margin-top: 8px; margin-left: 10px; padding: 2px; } height: 47px; border-bottom: 1px solid #ddd; } .notice-content { textarea { padding-left: 16px; } .div-address { margin: 10px 0 0 16px; i { color: $calm; padding-right: 2px; } } } .notice-details-voteitem { border-left-width: 0px !important; border-right-width: 0px !important; } .notice-details-button { height: 40px; min-height: 40px; width: 90px; } .notice-details-giveupbutton { height: 40px; min-height: 40px; } .notice-details-hr { height: 1px; border: none; border-top: 1px solid #F0F0F0; } .notice-details-warn { height: 40px; min-height: 40px; width: 70%; margin: 0 15% 4% 15%; } .notice-result-title { border-left: solid 3px #ffc900; padding-left: 10px; } //pay .typelist { .ion-edit { font-size: 20px; padding-left: 4px; } } .type-icon { padding: 6px 10px 12px 10px; // padding-bottom: 4px; li { margin: 6px 8px; line-height: 38px; padding-top: 2px; .ion-ios-checkmark-empty { font-size: 40px; color: white; } } } .type-icon-bg { li { background-color: white; i { font-size: 30px; // color: #cccccc; } } } .unacitvecolor { color: #cccccc !important; } .acitvecolor { color: white !important; } .border-style { .item { border-color: $item-border-color !important; } } .audit-list { .item-thumbnail-left, .item-thumbnail-left .item-content { min-height: 0px !important; max-height: 60px !important; border-color: rgb(240, 240, 240); p { height: 8px; } } .item-content { padding-left: 72px; padding-top: 14px; } img { max-width: 40px !important; max-height: 40px !important; left: 16px !important; } .label-right-text { position: absolute; top: 22px; right: 50px; max-width: 50%; color: gray; } .ion-chevron-right { color: rgb(240, 240, 240); } } .auditemp-box { padding-right: 0px; color: gray; padding-bottom: 0px; .auditstepbox { border: none; width: 100%; min-height: 60px; border-top: 1px solid #F0F0F0; margin-top: 14px; padding-top: 6px; padding-left: 0px; .audit-member-div { //border:1px solid red; float: left; margin: 6px 12px; img { height: 40px; width: 40px; border-radius: 50% } p { text-align: right; padding-right: 3px; color: gray; } .ion-ios-close { font-size: 20px; color: rgb(185, 185, 200); position: relative; top: -22px; right: -6px; } .p-apply { text-align: center; position: absolute; top: 55px; left: 30px; } } } } .member-add { .ion-ios-plus-outline { font-size: 50px; color: #dddddd; } p { padding-top: 3px; } } .item-border { border-color: #F0F0F0; border-bottom: none; } .stepmfitembox { @extend .auditemp-box; .stepmfitem { border: none; margin-left: -16px; .button { position: absolute; min-height: 32px !important; line-height: 32px !important; width: 70px; right: 6%; top: 16px; } } .stepmfitemdiv { margin-top: 0; label { color: black; } } padding-top: 0; } .text-input { .input-label { width: 14%; } } .record-picture-box { .auditstepbox { div { float: left; text-align: center; line-height: 54px; width: 48px; vertical-align: middle; background: #F5F5F5; border-radius: 4px; margin-right: 4px; margin-bottom: 16px; .ion-image { font-size: 30px; opacity: 0.6; } } img { border: none !important; min-width: 50px !important; min-height: 50px !important; } } } .paytype-item-box { width: 100%; float: left; border-right: 1px solid #f0f0f0; } .paytype-item { float: left; width: 25.5%; border-right: none; margin-top: 1px; border-top: 0; text-align: center; .ion { font-size: 34px; } .col { font-size: 14px; } } .paytype-item:last-child { border-right: 1px solid #ccc; } .bill-record-box { border-top: 1px solid #f0f0f0; border-color: #f0f0f0; margin-top: 12px; padding: 0; padding-top: 2px; padding-bottom: 2px; .item { margin-right: 0; border: 0; } } .bill-sum { text-align: right; line-height: 45px; padding-right: 16px; } .edit-text-label { float: right; padding-right: 16px; } .bill-auditlist-box { .item-content { background: none; } .item { background: none; border: none; padding-top: -2px !important; } .item-divider { padding-top: 0px; } .bill-audit-item { // border:none; background: none; img { border: 1px solid #f5f5f5; padding: 1px; border-radius: 50%; min-width: 42px !important; min-height: 42px !important; } } } .customer-op { height: 20px; width: 100%; line-height: 20px; margin-top: 10px; } .image-list-thumb { padding: 2px 2px 2px 2px; height: 100px; } .image-modal { width: 100% !important; height: 100%; top: 0 !important; left: 0 !important; } .transparent { background: transparent !important; } //.fullscreen-image { // max-width: 100%; // max-height: 100%; // bottom: 0; // left: 0; // margin: auto; // overflow: auto; // position: fixed; // right: 0; // top: 0; //} .slider { width: 100%; height: 100%; } .img-popver-pad { margin: 2px 0 0 2px; } .border-none { border: none; } .h-li { width: 2em; height: 2em; text-align: center; line-height: 2em; border-radius: 1em; background: dodgerblue; margin: 0 1em; display: inline-block; color: white; position: relative; } .h-li::before { content: ''; position: absolute; top: .9em; left: -4em; width: 4em; height: .2em; background: dodgerblue; z-index: -1; } .h-li:first-child::before { display: none; } .active-li { background: dodgerblue; } .active-li ~ .h-li { background: lightblue; } .active-li ~ .h-li::before { background: lightblue; } .box-shadow { box-shadow: 10px 14px #5D75BF; } .circle { width: 32px; height: 32px; display: inline-block; background: #0092e6; -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; text-align: center; line-height: 32px; font-size: 1.5em; padding: 2px; border-color: #fff; } .ion-ask { font-size: 3em; margin-bottom: 15px; //margin: 30% 50%; } .marginTop30 { margin: 30% 0 !important;; } .marginTop10 { margin-top: 10px; } .tab-title{ font-size: 1.4em; }