Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
18721251
authored
Jul 10, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat: 添加香港印章样式,优化合同详情印章展示逻辑,提升用户体验
parent
533c4679
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
src/assets/css/public/contract.css
src/assets/css/public/contract.less
src/views/OrderTrack/goodsDetail.vue
src/assets/css/public/contract.css
View file @
18721251
...
@@ -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
;
...
...
src/assets/css/public/contract.less
View file @
18721251
...
@@ -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;
...
...
src/views/OrderTrack/goodsDetail.vue
View file @
18721251
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment