Commit d481be0c by 王雷

合伙人合作协议

parent 651ba382
<!DOCTYPE html> <!DOCTYPE html>
...@@ -60,24 +60,25 @@ ...@@ -60,24 +60,25 @@
gap: 8px; gap: 8px;
} }
.info-row { .info-row {
display: flex; display: table;
justify-content: space-between; width: 100%;
align-items: center;
min-height: 18px; min-height: 18px;
} }
.info-label { .info-label {
display: table-cell;
font-size: 13px; font-size: 13px;
font-weight: 400; font-weight: 400;
color: #93939e; color: #93939e;
white-space: nowrap; white-space: nowrap;
flex-shrink: 0; width: 1%;
} }
.info-value { .info-value {
display: table-cell;
font-size: 13px; font-size: 13px;
font-weight: 500; font-weight: 500;
color: #15151a; color: #15151a;
text-align: right; 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