Commit 053273ba by 王雷

合伙人合作协议

parent 3e4cddd2
<!DOCTYPE html> <!DOCTYPE html>
...@@ -129,11 +129,15 @@ ...@@ -129,11 +129,15 @@
align-items: flex-start; align-items: flex-start;
} }
.sign-party { .sign-party {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
width: 148px; width: 148px;
text-align: center;
}
.sign-party > * {
display: block;
margin-bottom: 8px;
}
.sign-party > *:last-child {
margin-bottom: 0;
} }
.sign-label { .sign-label {
font-size: 12px; font-size: 12px;
...@@ -144,10 +148,8 @@ ...@@ -144,10 +148,8 @@
.sign-stamp { .sign-stamp {
width: 100px; width: 100px;
height: 100px; height: 100px;
display: flex; margin: 0 auto;
align-items: center; padding: 10px;
justify-content: center;
margin: auto;
} }
.sign-stamp img { .sign-stamp img {
width: 100px; width: 100px;
...@@ -175,6 +177,7 @@ ...@@ -175,6 +177,7 @@
font-weight: 600; font-weight: 600;
color: #FF3D44; color: #FF3D44;
font-size: 16px; font-size: 16px;
line-height: 20px;
letter-spacing: 1px; letter-spacing: 1px;
text-align: center; text-align: center;
} }
......
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