Commit 96b388b5 by 王雷

合伙人合作协议

parent 5c287036
<!DOCTYPE html>
<!DOCTYPE html>
......@@ -21,7 +21,8 @@
}
.ma{
margin: auto;
margin-left: auto;
margin-right: 0;
}
/* ── 主白色卡片 ── */
......@@ -211,13 +212,12 @@
padding: 15px;
margin-top: 15px;
}
.time-row {
display: flex;
justify-content: space-between;
align-items: center;
.time-table {
width: 100%;
border-collapse: collapse;
}
.time-label { font-size: 13px; color: #93939e; }
.time-value { font-size: 13px; font-weight: 500; color: #15151a; }
.time-label { font-size: 13px; color: #93939e; white-space: nowrap; width: 1%; }
.time-value { font-size: 13px; font-weight: 500; color: #15151a; text-align: right; padding-left: 8px; }
</style>
</head>
<body>
......@@ -478,10 +478,12 @@
<!-- 签署时间 -->
<div class="time-card">
<div class="time-row">
<span class="time-label">签署时间</span>
<span class="time-value" data-set-sign_time>2026-03-15 14:28:42</span>
</div>
<table class="time-table">
<tr>
<td class="time-label">签署时间</td>
<td class="time-value" data-set-sign_time>2026-03-15 14:28:42</td>
</tr>
</table>
</div>
</div><!-- /.contract-body -->
......
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