123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590 |
- .work-item {
- margin-bottom: 12px;
- &.last-enter {
- .work-line .line-box::after {
- height: calc(100% - 26px);
- }
- }
- position: relative;
- &.has-bottom-btn {
- margin-bottom: 52px;
- .enter-btn {
- width: calc(100% - 22px);
- position: absolute;
- left: 22px;
- bottom: -52px;
- height: 40px;
- line-height: 40px;
- .btn {
- width: 100%;
- height: 40px;
- line-height: 40px;
- }
- }
- }
- &.dark {
- .work-info {
- background: #fff;
- border-color: rgba(218, 218, 218, 0.57);
- .card-item-title {
- color: #C3C3C3;
- .dotted {
- background: #C3C3C3;
- }
- }
- .service-name {
- color: #888888;
- }
- .item-table ::v-deep {
- border-color: rgba(218, 218, 218, 0.57);
- border-bottom: 0;
- .el-table .el-table__header th.el-table__cell {
- background: #F9F9F9 !important;
- }
- .el-table tr {
- background: #fff;
- }
- .el-table thead {
- color: #CCCCCC;
- }
- .el-table td.el-table__cell {
- border-color: #DADADA;
- }
- &.has-sub-title .el-table__header .el-table__cell:first-child {
- border-color: rgba(218, 218, 218, 0.57);
- }
- &.has-sub-title .el-table,
- &.has-sub-title .el-table__header,
- &.has-sub-title .el-table td.el-table__cell,
- &.has-sub-title .el-table__row .el-table__cell:first-child {
- border-color: rgba(218, 218, 218, 0.57);
- }
- &.has-sub-title .el-table__row .el-table__cell:first-child {
- border-color: rgba(218, 218, 218, 0.57);
- background: #FAFAFA;
- }
- &.has-sub-title {
- // border: none;
- border: 1px solid rgba(218, 218, 218, 0.57);
- .el-table, .el-table__header {
- border-bottom: 0;
- }
- }
- &.has-sub-title .remark-text {
- border-color: rgba(218, 218, 218, 0.57);
- }
- &.no-wrap-table {
- border: none;
- }
- }
- .prescription-box .prescription-item .sub-name {
- color: rgba(102, 102, 102);
- }
- .step-3-info .step-info-item .info-serve-r {
- color: rgba(102, 102, 102, 0.4);
- background: rgba(102, 102, 102, 0.05);
- }
- .prescription-box {
- .desc {
- color: rgba(0, 0, 0, 0.3);
- background: #FAFAFA;
- span {
- color: #BBBBBB;
- }
- }
- }
- }
- .prescription-result {
- border: none;
- .result-index {
- background: #DDDDDD;
- }
- .result-title .title-item .name {
- color: #CCCCCC;
- }
- .result-title .title-item .value {
- color: #AAAAAA;
- }
- }
- .work-line {
- .line-box::after {
- background: #C3C3C3;
- }
- .line-dotted {
- background: #DDDDDD;
- .dotted-inset {
- background: #C3C3C3;
- }
- }
- }
- }
- .card-item-title {
- display: inline-flex;
- align-items: center;
- color: rgba(0, 0, 0, 0.8);
- font-size: 16px;
- .dotted {
- display: block;
- width: 3px;
- height: 10px;
- border-radius: 20px;
- background: #2199f8;
- margin-right: 10px;
- }
- .real-text {
- padding-left: 4px;
- font-size: 12px;
- color: #2199F8;
- }
- }
- .work-info {
- position: relative;
- color: #fff;
- .step-box {
- position: absolute;
- right: 10px;
- top: 30px;
- }
- .todo-img {
- position: absolute;
- top: -1px;
- right: -1px;
- width: 46px;
- }
- .done-img {
- position: absolute;
- top: -1px;
- right: -1px;
- width: 30px;
- }
- .work-info-conetnt {
- padding-top: 6px;
- }
- .info-item {
- display: flex;
- align-items: center;
- font-size: 15px;
- margin-bottom: 5px;
- .info-name {
- color: #727272;
- flex: none;
- }
- .info-value {
- display: flex;
- align-items: center;
- &.primary-color {
- color: #2199f8;
- }
- .select-value {
- padding-left: 4px;
- }
- ::v-deep {
- .el-select__wrapper {
- box-shadow: 0 0 0 1px #2199F8 inset;
- background: none;
- height: 24px;
- min-height: 24px;
- padding: 4px 8px;
- .el-select__placeholder {
- color: #2199F8;
- }
- .el-select__caret {
- color: #2199F8;
- }
- }
- .date-info {
- height: 24px;
- .el-input__wrapper {
- box-shadow: 0 0 0 1px #2199F8 inset;
- background: none;
- .el-input__prefix {
- color: #2199F8;
- }
- .el-input__inner {
- color: #2199F8;
- }
- }
- }
- }
- }
- }
- .info-item + .info-item {
- &.time-picker {
- margin-top: 6px;
- }
- }
- .prescription-box {
- position: relative;
- padding-right: 10px;
- .desc {
- margin-top: 12px;
- border-radius: 4px;
- color: #727272;
- padding: 10px;
- background: rgba(255, 212, 137, 0.06);
- span {
- color: #2199f8;
- }
- }
- .service-wrap {
- padding: 12px 0;
- .service-item {
- margin-top: 8px;
- display: flex;
- align-items: center;
- border: 1px solid #DDDDDD;
- padding: 0 12px;
- height: 48px;
- color: #000000;
- font-size: 14px;
- border-radius: 8px;
- .service-img {
- width: 32px;
- margin-right: 8px;
- border-radius: 50%;
- }
- .service-c {
- flex: 1;
- text-align: center;
- color: #666666;
- }
- }
- .service-bottom {
- padding-top: 12px;
- .service-btn {
- padding-top: 12px;
- width: 100%;
- .btn {
- width: 100%;
- }
- }
- }
- }
- .bottom-map {
- width: 100%;
- height: 150px;
- border-radius: 8px;
- }
- .prescription-item {
- padding-top: 12px;
- .prescription-chart {
- margin-top: 6px;
- border: 1px solid rgba(196, 196, 196, 0.8);
- border-radius: 5px;
- padding: 4px 0 8px 0;
- position: relative;
- z-index: 1;
- ::v-deep {
- .card-chart {
- width: calc(100vw - 60px - 40px);
- height: 160px;
- }
- }
- }
- .sub-name {
- font-size: 15px;
- margin-bottom: 5px;
- span{
- color: #727272;
- }
- }
- .edit-select {
- ::v-deep {
- .el-select__wrapper {
- box-shadow: 0 0 0 1px #2199F8 inset;
- background: #f1f9ff;
- }
- }
- }
- .recipe-item {
- .recipe-form {
- padding-top: 8px;
- }
- .form-box {
- border: 1px solid #2199F8;
- border-radius: 4px;
- padding: 20px 10px;
- width: 100%;
- position: relative;
- .form-index {
- position: absolute;
- left: 0;
- top: 0;
- padding: 0 6px;
- background: #2199F8;
- border-radius: 4px 0 4px 0;
- height: 18px;
- line-height: 18px;
- font-size: 12px;
- color: #fff;
- }
- .box-item {
- display: flex;
- align-items: center;
- justify-content: space-between;
- color: rgba(0, 0, 0, 0.4);
- .r-text {
- width: 140px;
- text-align: center;
- }
- }
- .input-box {
- padding: 8px 0 12px 0;
- ::v-deep {
- .el-input__wrapper {
- box-shadow: 0 0 0 1px #2199F8 inset;
- }
- .el-input__inner {
- color: #2199F8;
- }
- }
- }
- .text-center {
- ::v-deep {
- .el-input__inner {
- text-align: center;
- }
- }
- }
- .action-btn {
- .btn {
- flex: 1;
- width: calc(50% - 6px);
- }
- .delete-btn {
- color: #FF943D;
- background: rgba(255, 148, 61, 0.1);
- border: 1px solid #FF943D;
- }
- }
- .btn-group {
- padding-top: 12px;
- }
- .sub-item {
- padding-left: 10px;
- .has-sub {
- display: flex;
- flex-direction: column;
- align-items: center;
- .main-name {
- line-height: 20px;
- }
- .sub-name {
- font-size: 10px;
- color: rgba(129, 129, 129, 0.5);
- line-height: 14px;
- }
- }
- .colunm-sub {
- display: flex;
- align-items: center;
- .sub-name {
- font-size: 10px;
- color: rgba(129, 129, 129, 0.5);
- }
- }
- .r-text {
- width: 132px;
- text-align: center;
- font-size: 14px;
- color: #474747;
- }
- .price {
- ::v-deep {
- .el-input__wrapper {
- box-shadow: 0 0 0 1px #2199F8 inset;
- }
- .el-input__inner {
- color: #2199F8;
- }
- }
- }
- }
- .form-title {
- color: #008EFF;
- font-size: 14px;
- padding-top: 6px;
- }
- .box-item + .box-item {
- margin-top: 8px;
- }
- ::v-deep {
- .el-select__wrapper {
- box-shadow: 0 0 0 1px #2199F8 inset;
- .el-select__placeholder {
- color: #2199F8;
- text-align: center;
- }
- }
- }
- }
- .form-box + .form-box {
- margin-top: 8px;
- }
- }
- .one-btn {
- width: 100%;
- }
- }
- }
- .step-3-info {
- padding-top: 12px;
- .step-info-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- .info-serve-l {
- flex: 1;
- display: flex;
- align-items: center;
- color: rgba(0, 0, 0, 0.4);
- .type-name {
- flex: none;
- }
- .img-list {
- display: flex;
- .img-item {
- position: relative;
- .serve-img {
- width: 32px;
- height: 32px;
- object-fit: cover;
- border-radius: 50%;
- }
- .checked-icon {
- position: absolute;
- bottom: 0;
- right: 0;
- width: 14px;
- }
- }
- .img-item + .img-item {
- margin-left: 10px;
- }
- }
- }
- .info-serve-r {
- flex: none;
- color: #2199f8;
- font-size: 12px;
- border-radius: 20px;
- padding: 4px 12px;
- background: rgba(33, 153, 248, 0.12);
- }
- }
- .step-info-item + .step-info-item {
- padding-top: 12px;
- }
- }
- .item-table {
- margin-top: 8px;
- border: 1px solid rgba(33, 153, 248, 0.5);
- // border-top: 0;
- // border-bottom: 0;
- border-radius: 4px;
- color: #333333;
- &.has-wrap-table {
- ::v-deep {
- .el-table__row {
- .el-table__cell:first-child {
- background: #E0F2FF;
- border-right: 1px solid rgba(33, 153, 248, 0.5);
- }
- }
- .el-table__header {
- .el-table__cell:first-child{
- border-right: 1px solid rgba(33, 153, 248, 0.5);
- }
- }
- }
- }
- &.has-sub-title {
- border: none;
- ::v-deep {
- .el-table__cell {
- text-align: center;
- }
- .el-table__row {
- // .el-table__cell:first-child {
- // background: #E0F2FF;
- // border-right: 1px solid rgba(33, 153, 248, 0.5);
- // }
- }
- .el-table__header {
- border-bottom: 1px solid rgba(33, 153, 248, 0.5);
- // .el-table__cell:first-child{
- // border-right: 1px solid rgba(33, 153, 248, 0.5);
- // }
- }
- .el-table {
- border: 1px solid rgba(33, 153, 248, 0.5);
- border-radius: 4px 4px 0 0 ;
- // border-bottom: 0;
- }
- }
- .remark-text {
- border: 1px solid rgba(33, 153, 248, 0.5);
- color: rgba(0, 0, 0, 0.3);
- height: 36px;
- line-height: 36px;
- padding: 0 6px;
- border-radius: 0 0 4px 4px;
- border-top: 0;
- }
- }
- &.no-wrap-table {
- border: none;
- }
- .table-l-title {
- height: 100%;
- }
- ::v-deep {
- .el-table {
- color: rgba(0, 0, 0, 0.4);
- }
- .el-table th.el-table__cell {
- padding: 4px 3px;
- }
- .el-table thead {
- color: rgba(33, 153, 248, 0.6);
- font-weight: normal !important;
- }
- .el-table .el-table__header th.el-table__cell {
- background: #e0f2ff !important;
- }
- .el-table tr {
- background: #f1f9ff;
- }
- .el-table--default .el-table__cell {
- padding: 4px 0;
- }
- .el-table--default .cell {
- padding: 0px 2px;
- font-size: 11px;
- font-weight: normal;
- }
- .el-table__header, .el-table__body {
- width: auto !important;
- }
- .el-table__header .cell {
- line-height: 13px;
- }
- .el-table td.el-table__cell {
- border-color: rgba(33, 153, 248, 0.5);
- }
- }
- }
- }
- }
|