Commit 5c287036 by 王雷

合伙人合作协议

parent b95c2c9f
<!DOCTYPE html> <!DOCTYPE html>
...@@ -165,25 +165,23 @@ ...@@ -165,25 +165,23 @@
background: #fff; background: #fff;
border-radius: 5px; border-radius: 5px;
border: 4px solid #FF3D44; border: 4px solid #FF3D44;
position: relative;
transform: rotate(10deg); transform: rotate(10deg);
overflow: hidden; overflow: hidden;
position: relative;
} }
.sign-stamp-placeholder-inner { .sign-stamp-placeholder-inner {
position: absolute; position: absolute;
top: 4px; top: 4px;
left: 4px; left: 4px;
right: 4px;
bottom: 4px;
border: 2px solid #FF3D44; border: 2px solid #FF3D44;
border-radius: 3px; border-radius: 3px;
height: 64px;
width: 64px;
} }
.sign-stamp-placeholder .stamp-chars { .sign-stamp-placeholder .stamp-chars {
position: absolute; display: block;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60px; width: 60px;
margin: 16px auto 0;
font-weight: 600; font-weight: 600;
color: #FF3D44; color: #FF3D44;
font-size: 16px; font-size: 16px;
......
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