Commit 053273ba by 王雷

合伙人合作协议

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