| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145 |
- .filter-container {
- padding: 5px 0 10px 0;
- }
- .filter-container .el-button,
- .filter-container .el-input,
- .filter-container .el-input__inner {
- padding: 0 15px;
- height: 34px;
- line-height: 34px;
- }
- .form-container {
- margin: auto;
- background: #fff !important;
- padding: 30px 15px 15px 15px;
- text-align: center;
- max-width: 800px;
- height: 100%;
- }
- .page-close-box {
- position: absolute;
- top: -0;
- right: -0;
- width: 42px;
- height: 42px;
- text-align: center;
- cursor: pointer;
- z-index: 999;
- }
- .page-close-box img {
- position: absolute;
- top: 4px;
- right: 4px;
- background-image: url();
- }
- .page-close-box::before {
- position: absolute;
- top: 0;
- right: 0;
- width: 0;
- height: 0;
- border: 20px solid #46a6fe;
- border-color: #46a6fe #46a6fe transparent transparent;
- content: "";
- }
- .flowicon {
- display: inline-block;
- font-style: normal;
- vertical-align: baseline;
- text-align: center;
- text-transform: none;
- line-height: 1;
- text-rendering: optimizeLegibility;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .flowicon:before {
- display: block;
- font-family: flow !important;
- }
- .flowicon-close:before {
- content: url("../images/add-close.png");
- filter: brightness(0) saturate(100%) invert(0);
- }
- .flowicon-close-circle:before {
- content: url("../images/cancel.png");
- }
- .flowicon-delete:before {
- content: url("../images/delete.png");
- }
- .flowicon-right:before {
- content: url("../images/right-arrow.png");
- filter: brightness(0) saturate(100%) invert(0);
- }
- .flowicon-left:before {
- content: url("../images/left-arrow.png");
- }
- .flowicon-exclamation-circle:before {
- content: url("../images/warning.png");
- }
- .flow-btn {
- line-height: 1.5;
- display: inline-block;
- font-weight: 400;
- text-align: center;
- touch-action: manipulation;
- cursor: pointer;
- background-image: none;
- border: 1px solid transparent;
- white-space: nowrap;
- padding: 0 15px;
- font-size: 14px;
- border-radius: 4px;
- height: 32px;
- user-select: none;
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
- position: relative;
- color: rgba(0, 0, 0, 0.65);
- background-color: #fff;
- border-color: #d9d9d9;
- }
- .flow-btn > .flowicon {
- line-height: 1;
- }
- .flow-btn,
- .flow-btn:active,
- .flow-btn:focus {
- outline: 0;
- }
- .flow-btn > a:only-child {
- color: currentColor;
- }
- .flow-btn > a:only-child:after {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background: transparent;
- }
- .flow-btn:focus,
- .flow-btn:hover {
- color: #40a9ff;
- background-color: #fff;
- border-color: #40a9ff;
- }
- .flow-btn:focus > a:only-child,
- .flow-btn:hover > a:only-child {
- color: currentColor;
- }
- .flow-btn:focus > a:only-child:after,
- .flow-btn:hover > a:only-child:after {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background: transparent;
- }
- .flow-btn.active,
- .flow-btn:active {
- color: #096dd9;
- background-color: #fff;
- border-color: #096dd9;
- }
- .flow-btn.active > a:only-child,
- .flow-btn:active > a:only-child {
- color: currentColor;
- }
- .flow-btn.active > a:only-child:after,
- .flow-btn:active > a:only-child:after {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background: transparent;
- }
- .flow-btn.active,
- .flow-btn:active,
- .flow-btn:focus,
- .flow-btn:hover {
- background: #fff;
- text-decoration: none;
- }
- .flow-btn > i,
- .flow-btn > span {
- pointer-events: none;
- }
- .flow-btn:before {
- position: absolute;
- top: -1px;
- left: -1px;
- bottom: -1px;
- right: -1px;
- background: #fff;
- opacity: 0.35;
- content: "";
- border-radius: inherit;
- z-index: 1;
- transition: opacity 0.2s;
- pointer-events: none;
- display: none;
- }
- .flow-btn .flowicon {
- transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
- }
- .flow-btn:active > span,
- .flow-btn:focus > span {
- position: relative;
- }
- .flow-btn > .flowicon + span,
- .flow-btn > span + .flowicon {
- margin-left: 8px;
- }
- .my-nav-container {
- display: inline-block;
- position: relative;
- }
- .my-nav-container .ghost-bar {
- position: absolute;
- width: 150px;
- height: 100%;
- left: 0;
- background: #1583f2;
- -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
- }
- .my-nav-container .ghost-bar:after {
- content: "";
- position: absolute;
- bottom: 0;
- left: 50%;
- margin-left: -5px;
- width: 0;
- height: 0;
- border-style: solid;
- border-width: 0 5px 6px;
- border-color: transparent transparent #f6f6f6;
- }
- .my-nav-item {
- position: relative;
- cursor: pointer;
- display: inline-block;
- line-height: 60px;
- width: 150px;
- text-align: center;
- white-space: nowrap;
- }
- .my-nav-item .order-num {
- display: inline-block;
- width: 20px;
- height: 20px;
- line-height: 20px;
- border: 1px solid #fff;
- border-radius: 50%;
- margin-right: 6px;
- -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
- }
- .my-nav-item.active .order-num {
- color: #1583f2;
- background: #fff;
- }
- .flow-input {
- font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI,
- PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica,
- Arial, sans-serif;
- font-variant: tabular-nums;
- box-sizing: border-box;
- margin: 0;
- padding: 0;
- list-style: none;
- position: relative;
- display: inline-block;
- padding: 4px 11px;
- width: 100%;
- height: 32px;
- font-size: 14px;
- line-height: 1.5;
- color: rgba(0, 0, 0, 0.65);
- background-color: #fff;
- background-image: none;
- border: 1px solid #d9d9d9;
- border-radius: 4px;
- transition: all 0.3s;
- }
- .flow-input::-moz-placeholder {
- color: #bfbfbf;
- opacity: 1;
- }
- .flow-input:-ms-input-placeholder {
- color: #bfbfbf;
- }
- .flow-input::-webkit-input-placeholder {
- color: #bfbfbf;
- }
- .flow-input:focus,
- .flow-input:hover {
- border-color: #40a9ff;
- border-right-width: 1px !important;
- }
- .flow-input:focus {
- outline: 0;
- box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
- }
- textarea.flow-input {
- max-width: 100%;
- height: auto;
- vertical-align: bottom;
- transition: all 0.3s, height 0s;
- min-height: 32px;
- }
- .my-nav {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 997;
- width: 100%;
- height: 60px;
- font-size: 14px;
- color: #fff;
- background: #3296fa;
- display: flex;
- align-items: center;
- }
- .my-nav > * {
- flex: 1;
- width: 100%;
- }
- .my-nav .my-nav-left {
- display: -webkit-box;
- display: flex;
- align-items: center;
- }
- .my-nav .my-nav-center {
- flex: none;
- width: 600px;
- text-align: center;
- }
- .my-nav .my-nav-right {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- text-align: right;
- }
- .my-nav .my-nav-back {
- display: inline-block;
- width: 60px;
- height: 60px;
- font-size: 22px;
- border-right: 1px solid #1583f2;
- text-align: center;
- cursor: pointer;
- }
- .my-nav .my-nav-back:hover {
- background: #5af;
- }
- .my-nav .my-nav-back:active {
- background: #1583f2;
- }
- .my-nav .my-nav-back .flowicon {
- line-height: 60px;
- }
- .my-nav .my-nav-title {
- width: 0;
- flex: 1;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- padding: 0 15px;
- }
- .my-nav a {
- color: #fff;
- margin-left: 12px;
- }
- .my-nav .button-publish {
- min-width: 80px;
- margin-left: 4px;
- margin-right: 15px;
- color: #3296fa;
- border-color: #fff;
- }
- .my-nav .button-publish.flow-btn:focus,
- .my-nav .button-publish.flow-btn:hover {
- color: #3296fa;
- border-color: #fff;
- box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
- }
- .my-nav .button-publish.flow-btn:active {
- color: #3296fa;
- background: #d6eaff;
- box-shadow: none;
- }
- .my-nav .button-preview {
- min-width: 80px;
- margin-left: 16px;
- margin-right: 4px;
- color: #fff;
- border-color: #fff;
- background: transparent;
- }
- .my-nav .button-preview.flow-btn:focus,
- .my-nav .button-preview.flow-btn:hover {
- color: #fff;
- border-color: #fff;
- background: #59acfc;
- }
- .my-nav .button-preview.flow-btn:active {
- color: #fff;
- border-color: #fff;
- background: #2186ef;
- }
- .my-nav-content {
- position: fixed;
- top: 60px;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 1;
- overflow-x: hidden;
- overflow-y: hidden;
- padding-bottom: 30px;
- height: 100%;
- }
- .error-modal-desc {
- font-size: 13px;
- color: red;
- line-height: 22px;
- margin-bottom: 14px;
- }
- .error-modal-list {
- height: 200px;
- overflow-y: auto;
- margin-right: -25px;
- padding-right: 25px;
- }
- .error-modal-item {
- padding: 10px 20px;
- line-height: 21px;
- background: #f6f6f6;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 8px;
- border-radius: 4px;
- }
- .error-modal-item-label {
- flex: none;
- font-size: 15px;
- color: rgba(25, 31, 37, 0.56);
- padding-right: 10px;
- }
- .error-modal-item-content {
- text-align: right;
- flex: 1;
- font-size: 13px;
- color: red;
- }
- #body.blur {
- -webkit-filter: blur(3px);
- filter: blur(3px);
- }
- .zoom {
- display: flex;
- position: fixed;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- height: 40px;
- /*width: 125px;*/
- right: 40px;
- margin-top: 30px;
- z-index: 10;
- }
- .zoom .zoom-in,
- .zoom .zoom-out {
- width: 30px;
- height: 30px;
- background: #fff;
- color: #c1c1cd;
- cursor: pointer;
- background-size: 100%;
- background-repeat: no-repeat;
- }
- .zoom .zoom-out {
- background-image: url(../images/minus-90-90.png);
- }
- .zoom .zoom-out.disabled {
- opacity: 0.5;
- }
- .zoom .zoom-in {
- background-image: url(../images/plus-90-90.png);
- }
- .zoom .zoom-in.disabled {
- opacity: 0.5;
- }
- .zoom-reset {
- color: #595d62;
- font-weight: bold;
- padding: 2px 7px;
- background: #ffffff;
- border: 1px solid #e3e4e4;
- cursor: pointer;
- margin-left: 10px;
- }
- .zoom > span {
- text-align: center;
- width: 39px;
- margin: 0 10px;
- }
- .auto-judge:hover .editable-title,
- .node-wrap-box:hover .editable-title {
- border-bottom: 1px dashed #fff;
- }
- .auto-judge:hover .editable-title.editing,
- .node-wrap-box:hover .editable-title.editing {
- text-decoration: none;
- border: 1px solid #d9d9d9;
- }
- .auto-judge:hover .editable-title {
- border-color: #15bc83;
- }
- .editable-title {
- line-height: 15px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- border-bottom: 1px dashed transparent;
- }
- .editable-title:before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 40px;
- }
- .editable-title:hover {
- border-bottom: 1px dashed #fff;
- }
- .editable-title-input {
- flex: none;
- height: 18px;
- padding-left: 4px;
- text-indent: 0;
- font-size: 12px;
- line-height: 18px;
- z-index: 1;
- }
- .editable-title-input:hover {
- text-decoration: none;
- }
- .flow-btn {
- position: relative;
- }
- .node-wrap-box {
- display: -webkit-inline-box;
- display: -ms-inline-flexbox;
- display: inline-flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- position: relative;
- width: 220px;
- min-height: 72px;
- -ms-flex-negative: 0;
- flex-shrink: 0;
- background: #fff;
- border-radius: 4px;
- cursor: pointer;
- }
- .node-wrap-box:after {
- pointer-events: none;
- content: "";
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 2;
- border-radius: 4px;
- border: 1px solid transparent;
- transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
- }
- .node-wrap-box.active:after,
- .node-wrap-box:active:after,
- .node-wrap-box:hover:after {
- border: 1px solid #3296fa;
- box-shadow: 0 0 6px 0 rgba(50, 150, 250, 0.3);
- }
- .node-wrap-box.active .close,
- .node-wrap-box:active .close,
- .node-wrap-box:hover .close {
- display: block;
- }
- .node-wrap-box.error:after {
- border: 1px solid #f25643;
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
- }
- .node-wrap-box .title {
- position: relative;
- display: flex;
- align-items: center;
- padding-left: 16px;
- padding-right: 30px;
- width: 100%;
- height: 24px;
- line-height: 24px;
- font-size: 12px;
- color: #fff;
- text-align: left;
- background: #576a95;
- border-radius: 4px 4px 0 0;
- }
- .node-wrap-box .title .iconfont {
- font-size: 12px;
- margin-right: 5px;
- }
- .node-wrap-box .placeholder {
- color: #bfbfbf;
- }
- .node-wrap-box .close {
- display: none;
- position: absolute;
- right: 10px;
- top: 50%;
- transform: translateY(-50%);
- width: 20px;
- height: 20px;
- font-size: 14px;
- color: #fff;
- border-radius: 50%;
- text-align: center;
- line-height: 20px;
- }
- .node-wrap-box .content {
- position: relative;
- font-size: 14px;
- padding: 16px;
- padding-right: 30px;
- }
- .node-wrap-box .content .text {
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 3;
- line-clamp: 3;
- -webkit-box-orient: vertical;
- }
- .node-wrap-box .content .arrow {
- position: absolute;
- right: 10px;
- top: 50%;
- transform: translateY(-50%);
- width: 20px;
- height: 14px;
- font-size: 14px;
- color: #979797;
- }
- .start-node.node-wrap-box .content .text {
- display: block;
- white-space: nowrap;
- }
- .node-wrap-box:before {
- content: "";
- position: absolute;
- top: -12px;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- width: 0;
- height: 4px;
- border-style: solid;
- border-width: 8px 6px 4px;
- border-color: #cacaca transparent transparent;
- background: #f5f5f7;
- }
- .node-wrap-box.start-node:before {
- content: none;
- }
- .top-left-cover-line {
- left: -1px;
- }
- .top-left-cover-line,
- .top-right-cover-line {
- position: absolute;
- height: 8px;
- width: 50%;
- background-color: #f5f5f7;
- top: -4px;
- }
- .top-right-cover-line {
- right: -1px;
- }
- .bottom-left-cover-line {
- left: -1px;
- }
- .bottom-left-cover-line,
- .bottom-right-cover-line {
- position: absolute;
- height: 8px;
- width: 50%;
- background-color: #f5f5f7;
- bottom: -4px;
- }
- .bottom-right-cover-line {
- right: -1px;
- }
- .dingflow-design {
- width: 100%;
- background-color: #f5f5f7;
- overflow: hidden;
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- top: 0;
- display: inline-flex;
- flex-direction: column;
- align-items: center;
- }
- .dingflow-design .box-scale {
- transform: scale(1);
- display: inline-block;
- position: relative;
- width: 100%;
- padding: 54.5px 0;
- -webkit-box-align: start;
- -ms-flex-align: start;
- align-items: flex-start;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- min-width: -webkit-min-content;
- min-width: -moz-min-content;
- min-width: min-content;
- background-color: #f5f5f7;
- /*transform-origin: 50% 0px 0px;*/
- }
- .dingflow-design .node-wrap {
- flex-direction: column;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: flex-start;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -webkit-box-flex: 1;
- -ms-flex-positive: 1;
- padding: 0 50px;
- position: relative;
- z-index: 9999;
- }
- .dingflow-design .branch-wrap,
- .dingflow-design .node-wrap {
- display: inline-flex;
- width: 100%;
- }
- .dingflow-design .branch-box-wrap {
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-direction: column;
- flex-direction: column;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- min-height: 270px;
- width: 100%;
- -ms-flex-negative: 0;
- flex-shrink: 0;
- }
- .dingflow-design .branch-box {
- display: flex;
- overflow: visible;
- min-height: 180px;
- height: auto;
- border-bottom: 2px solid #ccc;
- border-top: 2px solid #ccc;
- position: relative;
- margin-top: 15px;
- }
- .dingflow-design .branch-box .col-box {
- background: #f5f5f7;
- }
- .dingflow-design .branch-box .col-box:before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 0;
- margin: auto;
- width: 2px;
- height: 100%;
- background-color: #cacaca;
- }
- .dingflow-design .add-branch {
- border: none;
- outline: none;
- user-select: none;
- justify-content: center;
- font-size: 12px;
- padding: 0 10px;
- height: 30px;
- line-height: 30px;
- border-radius: 15px;
- color: #3296fa;
- background: #fff;
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
- position: absolute;
- top: -16px;
- left: 50%;
- transform: translateX(-50%);
- transform-origin: center center;
- cursor: pointer;
- z-index: 1;
- display: inline-flex;
- align-items: center;
- -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
- }
- .dingflow-design .add-branch:hover {
- transform: translateX(-50%) scale(1.1);
- box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
- }
- .dingflow-design .add-branch:active {
- transform: translateX(-50%);
- box-shadow: none;
- }
- .dingflow-design .col-box {
- display: inline-flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- flex-direction: column;
- -webkit-box-align: center;
- align-items: center;
- position: relative;
- }
- .dingflow-design .condition-node {
- min-height: 220px;
- }
- .dingflow-design .condition-node,
- .dingflow-design .condition-node-box {
- display: inline-flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- flex-direction: column;
- -webkit-box-flex: 1;
- }
- .dingflow-design .condition-node-box {
- padding-top: 30px;
- padding-right: 50px;
- padding-left: 50px;
- -webkit-box-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- align-items: center;
- flex-grow: 1;
- position: relative;
- }
- .dingflow-design .condition-node-box:before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- width: 2px;
- height: 100%;
- background-color: #cacaca;
- }
- .dingflow-design .auto-judge {
- position: relative;
- width: 220px;
- min-height: 72px;
- background: #fff;
- border-radius: 4px;
- padding: 14px 19px;
- cursor: pointer;
- }
- .dingflow-design .auto-judge:after {
- pointer-events: none;
- content: "";
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 2;
- border-radius: 4px;
- border: 1px solid transparent;
- transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
- }
- .dingflow-design .auto-judge.active:after,
- .dingflow-design .auto-judge:active:after,
- .dingflow-design .auto-judge:hover:after {
- border: 1px solid #3296fa;
- box-shadow: 0 0 6px 0 rgba(50, 150, 250, 0.3);
- }
- .dingflow-design .auto-judge.active .close,
- .dingflow-design .auto-judge:active .close,
- .dingflow-design .auto-judge:hover .close {
- display: block;
- }
- .dingflow-design .auto-judge.error:after {
- border: 1px solid #f25643;
- box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
- }
- .dingflow-design .auto-judge .title-wrapper {
- position: relative;
- font-size: 12px;
- color: #15bc83;
- text-align: left;
- line-height: 16px;
- }
- .dingflow-design .auto-judge .title-wrapper .editable-title {
- display: inline-block;
- max-width: 120px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .dingflow-design .auto-judge .title-wrapper .priority-title {
- float: right;
- margin-right: 10px;
- color: rgba(25, 31, 37, 0.56);
- }
- .dingflow-design .auto-judge .placeholder {
- color: #bfbfbf;
- }
- .dingflow-design .auto-judge .close {
- display: none;
- position: absolute;
- right: -10px;
- top: -10px;
- width: 20px;
- height: 20px;
- font-size: 14px;
- color: rgba(0, 0, 0, 0.25);
- border-radius: 50%;
- text-align: center;
- line-height: 20px;
- z-index: 2;
- }
- .dingflow-design .auto-judge .content {
- font-size: 14px;
- color: #191f25;
- text-align: left;
- margin-top: 6px;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 3;
- line-clamp: 3;
- -webkit-box-orient: vertical;
- }
- .dingflow-design .auto-judge .sort-left,
- .dingflow-design .auto-judge .sort-right {
- position: absolute;
- top: 0;
- bottom: 0;
- display: none;
- z-index: 1;
- }
- .dingflow-design .auto-judge .sort-left {
- left: 0;
- border-right: 1px solid #f6f6f6;
- }
- .dingflow-design .auto-judge .sort-right {
- right: 0;
- border-left: 1px solid #f6f6f6;
- }
- .dingflow-design .auto-judge:hover .sort-left,
- .dingflow-design .auto-judge:hover .sort-right {
- display: flex;
- align-items: center;
- }
- .dingflow-design .auto-judge .sort-left:hover,
- .dingflow-design .auto-judge .sort-right:hover {
- background: #efefef;
- }
- .dingflow-design .end-node {
- border-radius: 50%;
- font-size: 14px;
- color: rgba(25, 31, 37, 0.4);
- text-align: left;
- }
- .dingflow-design .end-node .end-node-circle {
- width: 20px;
- height: 20px;
- margin: auto;
- border-radius: 50%;
- background: #dbdcdc;
- }
- .dingflow-design .end-node .end-node-text {
- margin-top: 5px;
- text-align: center;
- }
- .approval-setting {
- border-radius: 2px;
- margin: 20px 0;
- position: relative;
- background: #fff;
- }
- .flow-btn {
- position: relative;
- }
|