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
1141b4e3
authored
Jul 16, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化合同样式,合并 CSS 规则以提升代码可读性,并调整印章位置以改善视觉效果
parent
c895dd8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
112 deletions
src/assets/css/public/contract.css
src/assets/css/public/contract.less
src/assets/css/public/contract.css
View file @
1141b4e3
.sign-contract-content
{
max-height
:
500px
;
overflow-y
:
auto
;
color
:
#000
;
padding
:
10px
0
;
}
.sign-contract-content
.title
h2
{
font-size
:
30px
;
font-weight
:
bold
;
color
:
#000
;
}
.sign-contract-content
.title
h4
{
font-size
:
20px
;
font-weight
:
bold
;
color
:
#000
;
}
.sign-contract-content
.sign-table
{
border-collapse
:
collapse
;
width
:
100%
;
}
.sign-contract-content
.sign-table
tr
th
{
padding
:
7px
;
text-align
:
center
;
border
:
1px
solid
#000
;
font-size
:
13px
;
font-weight
:
bold
;
}
.sign-contract-content
.sign-table
tr
td
{
padding
:
8px
;
text-align
:
center
;
border
:
1px
solid
#000
;
font-size
:
13px
;
white-space
:
normal
;
word-break
:
break-all
;
word-wrap
:
break-word
;
word-break
:
normal
;
}
.sign-contract-content
.sign-table
tr
td
.letter
{
letter-spacing
:
6px
;
}
.sign-contract-content
.sign-table
tr
td
.label-width
{
width
:
114px
;
text-align
:
right
;
display
:
inline-block
;
}
.sign-contract-content
.sign-table.norder
tr
td
{
border
:
none
;
}
.sign-contract-content
.sign-table.sign-table-left
tr
td
{
text-align
:
left
;
}
.sign-contract-content
.total
{
justify-content
:
flex-end
;
font-size
:
13px
;
font-weight
:
bold
;
margin
:
5px
0
;
}
.sign-contract-content
.sign-text
p
{
font-size
:
13px
;
line-height
:
22px
;
}
.sign-contract-content
.sign-text
p
b
{
font-weight
:
bold
;
}
.sign-contract-content
.stamp
{
position
:
absolute
;
left
:
100px
;
bottom
:
-30px
;
width
:
176px
;
height
:
176px
;
display
:
block
;
background
:
url("https://img.ichunt.com/images/ichunt/202507/04/b3b50c3ae7da89fc1ca83bd63de22b6e.png")
no-repeat
center
;
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
{
position
:
absolute
;
left
:
0px
;
top
:
-78px
;
width
:
150px
;
height
:
73px
;
display
:
block
;
background
:
url("https://img.ichunt.com/images/ichunt/202507/04/483c94b4da3f9ddfa29c0c8500c61b50.png")
no-repeat
center
;
background-size
:
cover
;
}
.sign-contract-content
.seal
{
position
:
absolute
;
top
:
-55px
;
right
:
0
;
border
:
1px
solid
blue
;
text-align
:
center
;
color
:
blue
;
padding
:
5px
40px
;
font-size
:
18px
;
background
:
transparent
;
z-index
:
1
;
}
.sign-contract-content
.seal
p
{
line-height
:
20px
;
color
:
blue
;
}
.sign-contract-content
{
max-height
:
500px
;
overflow-y
:
auto
;
color
:
#000
;
padding
:
10px
0
}
.sign-contract-content
.title
h2
{
font-size
:
30px
;
font-weight
:
bold
;
color
:
#000
}
.sign-contract-content
.title
h4
{
font-size
:
20px
;
font-weight
:
bold
;
color
:
#000
}
.sign-contract-content
.sign-table
{
border-collapse
:
collapse
;
width
:
100%
}
.sign-contract-content
.sign-table
tr
th
{
padding
:
7px
;
text-align
:
center
;
border
:
1px
solid
#000
;
font-size
:
13px
;
font-weight
:
bold
}
.sign-contract-content
.sign-table
tr
td
{
padding
:
8px
;
text-align
:
center
;
border
:
1px
solid
#000
;
font-size
:
13px
;
white-space
:
normal
;
word-break
:
break-all
;
word-wrap
:
break-word
;
word-break
:
normal
}
.sign-contract-content
.sign-table
tr
td
.letter
{
letter-spacing
:
6px
}
.sign-contract-content
.sign-table
tr
td
.label-width
{
width
:
114px
;
text-align
:
right
;
display
:
inline-block
}
.sign-contract-content
.sign-table.norder
tr
td
{
border
:
none
}
.sign-contract-content
.sign-table.sign-table-left
tr
td
{
text-align
:
left
}
.sign-contract-content
.total
{
justify-content
:
flex-end
;
font-size
:
13px
;
font-weight
:
bold
;
margin
:
5px
0
}
.sign-contract-content
.sign-text
p
{
font-size
:
13px
;
line-height
:
22px
}
.sign-contract-content
.sign-text
p
b
{
font-weight
:
bold
}
.sign-contract-content
.stamp
{
position
:
absolute
;
left
:
100px
;
bottom
:
-30px
;
width
:
176px
;
height
:
176px
;
display
:
block
;
background
:
url("https://img.ichunt.com/images/ichunt/202507/04/b3b50c3ae7da89fc1ca83bd63de22b6e.png")
no-repeat
center
;
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
{
position
:
absolute
;
left
:
0px
;
top
:
-78px
;
width
:
150px
;
height
:
73px
;
display
:
block
;
background
:
url("https://img.ichunt.com/images/ichunt/202507/04/483c94b4da3f9ddfa29c0c8500c61b50.png")
no-repeat
center
;
background-size
:
cover
}
.sign-contract-content
.seal
{
position
:
absolute
;
top
:
-49px
;
left
:
124px
;
border
:
1px
solid
blue
;
text-align
:
center
;
color
:
blue
;
padding
:
5px
40px
;
font-size
:
18px
;
background
:
transparent
;
z-index
:
1
}
.sign-contract-content
.seal
p
{
line-height
:
20px
;
color
:
blue
}
\ No newline at end of file
src/assets/css/public/contract.less
View file @
1141b4e3
...
...
@@ -124,8 +124,8 @@
.seal {
position: absolute;
top: -
55
px;
right: 0;
top: -
49
px;
left: 124px;
border: 1px solid blue;
text-align: center;
color: blue;
...
...
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