Commit 4c25f267 by 王雷

合伙人合作协议

parent 1c7b2362
<!DOCTYPE html> <!DOCTYPE html>
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
background: #f4f6fb; background: #f4f6fb;
border-radius: 10px; border-radius: 10px;
padding: 15px; padding: 15px;
margin-bottom: 15px; margin-bottom: 25px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 8px; gap: 8px;
...@@ -90,10 +90,10 @@ ...@@ -90,10 +90,10 @@
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
color: rgba(21, 21, 26, 0.9); color: rgba(21, 21, 26, 0.9);
line-height: 22px; line-height: 26px;
} }
.contract-body p { .contract-body p {
line-height: 22px; line-height: 26px;
margin-bottom: 4px; margin-bottom: 4px;
color: rgba(21, 21, 26, 0.9); color: rgba(21, 21, 26, 0.9);
text-indent: 2em; text-indent: 2em;
...@@ -108,16 +108,16 @@ ...@@ -108,16 +108,16 @@
font-size: 16px; font-size: 16px;
font-weight: 600; font-weight: 600;
color: #15151a; color: #15151a;
line-height: 22px; line-height: 26px;
margin: 10px 0 0px; margin: 14px 0 4px;
display: block; display: block;
} }
.sub-title { .sub-title {
font-size: 16px; font-size: 16px;
font-weight: 600; font-weight: 600;
color: #15151a; color: #15151a;
line-height: 22px; line-height: 26px;
margin: 4px 0 0px; margin: 12px 0 2px;
display: block; display: block;
} }
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
.divider { .divider {
border: none; border: none;
border-top: 1px solid #ebebf0; border-top: 1px solid #ebebf0;
margin: 15px 0; margin: 35px 0;
} }
/* ── 签署区 ── */ /* ── 签署区 ── */
......
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