Commit d481be0c by 王雷

合伙人合作协议

parent 651ba382
<!DOCTYPE html>
<!DOCTYPE html>
......@@ -60,24 +60,25 @@
gap: 8px;
}
.info-row {
display: flex;
justify-content: space-between;
align-items: center;
display: table;
width: 100%;
min-height: 18px;
}
.info-label {
display: table-cell;
font-size: 13px;
font-weight: 400;
color: #93939e;
white-space: nowrap;
flex-shrink: 0;
width: 1%;
}
.info-value {
display: table-cell;
font-size: 13px;
font-weight: 500;
color: #15151a;
text-align: right;
margin-left: 8px;
padding-left: 8px;
}
/* ── 协议正文 ── */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment