2025-07-29 17:46:10 +08:00
|
|
|
.back-wap {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
padding-left: 24px;
|
|
|
|
|
padding-right: 24px;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.workflow-container {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding-left: 24px;
|
|
|
|
|
padding-right: 24px;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 24px;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
|
|
|
|
|
.left-wap {
|
|
|
|
|
width: 360px;
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
background: var(--BG-100, #F7F8FA);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
|
|
|
|
|
.header {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
height: 160px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
.image-body {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
flex: 1 1 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
background: #FFEDED;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
width: 408.90px;
|
|
|
|
|
height: 218px;
|
|
|
|
|
left: -24.45px;
|
|
|
|
|
top: -29px;
|
|
|
|
|
position: absolute
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-07-15 15:16:03 +08:00
|
|
|
}
|
|
|
|
|
|
2025-07-29 17:46:10 +08:00
|
|
|
.content {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
display: inline-flex;
|
2025-07-15 15:16:03 +08:00
|
|
|
|
2025-07-29 17:46:10 +08:00
|
|
|
.title-body {
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
display: flex;
|
2025-07-15 15:16:03 +08:00
|
|
|
|
2025-07-29 17:46:10 +08:00
|
|
|
.text {
|
|
|
|
|
justify-content: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
color: var(--Text-1, #211F24);
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
}
|
2025-07-15 15:16:03 +08:00
|
|
|
|
2025-07-29 17:46:10 +08:00
|
|
|
.tag-body {
|
|
|
|
|
height: 20px;
|
|
|
|
|
padding-left: 8px;
|
|
|
|
|
padding-right: 8px;
|
|
|
|
|
background: var(--Functional-Red-1, #FFE9E7);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 4px;
|
|
|
|
|
display: flex;
|
2025-07-16 18:49:28 +08:00
|
|
|
|
2025-07-29 17:46:10 +08:00
|
|
|
.text {
|
|
|
|
|
color: var(--Functional-Red-6, #F64B31);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
word-wrap: break-word
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-07-16 18:49:28 +08:00
|
|
|
|
2025-07-29 17:46:10 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.use-body {
|
|
|
|
|
width: 79px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
.num {
|
|
|
|
|
left: 20px;
|
|
|
|
|
top: 0px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
color: var(--Text-2, #3C4043);
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
word-wrap: break-word
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text {
|
|
|
|
|
left: 43px;
|
|
|
|
|
top: 3px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
color: var(--Text-3, #737478);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.description {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
display: flex;
|
2025-07-29 19:30:52 +08:00
|
|
|
padding: 10px;
|
2025-07-29 17:46:10 +08:00
|
|
|
.text {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
color: var(--Text-2, #3C4043);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.out-line {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
height: 40px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
.out-line-div {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
height: 0px;
|
|
|
|
|
outline: 1px var(--Border-2, #E6E6E8) solid;
|
|
|
|
|
outline-offset: -0.50px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.history {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
flex: 1 1 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
display: flex;
|
2025-07-29 19:30:52 +08:00
|
|
|
padding: 10px;
|
2025-07-29 17:46:10 +08:00
|
|
|
.section {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
height: 40px;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
display: inline-flex;
|
2025-07-16 18:49:28 +08:00
|
|
|
|
2025-07-29 17:46:10 +08:00
|
|
|
.text {
|
|
|
|
|
color: var(--Text-3, #737478);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
word-wrap: break-word
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.history-item {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
|
|
.item-body {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
height: 40px;
|
|
|
|
|
padding: 8px;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
|
|
|
|
|
.text {
|
|
|
|
|
flex: 1 1 0;
|
|
|
|
|
color: var(--Text-1, #211F24);
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-family: Alibaba PuHuiTi;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-07-16 18:49:28 +08:00
|
|
|
}
|
|
|
|
|
|
2025-07-29 17:46:10 +08:00
|
|
|
.right-wap {
|
|
|
|
|
flex: 1 1 0;
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
background: var(--BG-White, white);
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
display: inline-flex;
|
2025-07-28 17:25:23 +08:00
|
|
|
|
2025-07-29 17:46:10 +08:00
|
|
|
.header {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
padding-top: 28px;
|
|
|
|
|
padding-bottom: 28px;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 10px;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
|
|
|
|
|
.body {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
.fold {
|
|
|
|
|
width: 15px;
|
|
|
|
|
height: 12.50px;
|
|
|
|
|
left: 17.50px;
|
|
|
|
|
top: 16.25px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
transform: rotate(-180deg);
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
background: var(--Text-3, #737478)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
border-top: 1px var(--Border-1, #D7D7D9) solid;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
|
|
|
|
|
.form {
|
|
|
|
|
width: 400px;
|
|
|
|
|
height: 796px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
position: relative;
|
|
|
|
|
border-right: 1px var(--Border-1, #D7D7D9) solid;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 32px;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.res {
|
|
|
|
|
flex: 1 1 0;
|
|
|
|
|
align-self: stretch;
|
|
|
|
|
padding-left: 32px;
|
|
|
|
|
padding-right: 32px;
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 32px;
|
|
|
|
|
display: inline-flex
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-07-15 15:16:03 +08:00
|
|
|
}
|