Commit 96b388b5 by 王雷

合伙人合作协议

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