Commit 18721251 by liangjianmin

feat: 添加香港印章样式,优化合同详情印章展示逻辑,提升用户体验

parent 533c4679
...@@ -72,6 +72,16 @@ ...@@ -72,6 +72,16 @@
background: url("https://img.ichunt.com/images/ichunt/202507/04/b3b50c3ae7da89fc1ca83bd63de22b6e.png") no-repeat center; background: url("https://img.ichunt.com/images/ichunt/202507/04/b3b50c3ae7da89fc1ca83bd63de22b6e.png") no-repeat center;
background-size: cover; background-size: cover;
} }
.sign-contract-content .stamp-hk {
position: absolute;
left: 100px;
bottom: -30px;
width: 180px;
height: 180px;
display: block;
background: url("http://files.ichunt.net/download/1c9c10700102e0h1jrfm30") no-repeat center;
background-size: cover;
}
.sign-contract-content .company-logo { .sign-contract-content .company-logo {
position: absolute; position: absolute;
left: 0px; left: 0px;
......
...@@ -100,6 +100,17 @@ ...@@ -100,6 +100,17 @@
background-size: cover; background-size: cover;
} }
.stamp-hk {
position: absolute;
left: 100px;
bottom: -30px;
width: 180px;
height: 180px;
display: block;
background: url("http://files.ichunt.net/download/1c9c10700102e0h1jrfm30") no-repeat center;
background-size: cover;
}
.company-logo { .company-logo {
position: absolute; position: absolute;
left: 0px; left: 0px;
......
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