Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
56d88ec2
authored
2023-08-25 10:59:15 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
登记薄样式
1 parent
e561d58c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
9 deletions
src/views/registerBook/qlxxCommon.scss
src/views/registerBook/qlxxCommon.scss
View file @
56d88ec
...
...
@@ -40,6 +40,7 @@
.xxTable
{
//border-spacing: 1px;
width
:
100%
;
border-collapse
:
collapse
;
// table-layout: fixed;
tr
{
...
...
@@ -59,12 +60,34 @@
top
:
0px
;
z-index
:
3
;
margin-top
:
-2px
;
&
:after
{
content
:
""
;
display
:
inline-block
;
width
:
100%
;
height
:
2px
;
background-color
:
rgb
(
227
,
226
,
226
);
position
:
absolute
;
bottom
:
-1px
;
left
:
0
;
z-index
:
3
;
}
}
tr
:nth-child
(
2
)
{
position
:
sticky
;
top
:
40px
;
z-index
:
3
;
&
:after
{
content
:
""
;
display
:
inline-block
;
width
:
100%
;
height
:
2px
;
background-color
:
rgb
(
227
,
226
,
226
);
position
:
absolute
;
bottom
:
-1px
;
left
:
0
;
z-index
:
3
;
}
}
tr
:nth-child
(
3
)
{
...
...
@@ -79,6 +102,28 @@
left
:
0
;
z-index
:
2
;
margin-left
:
-2px
;
&
:before
{
content
:
""
;
display
:
inline-block
;
width
:
2px
;
height
:
43px
;
background-color
:
#e3e2e2
;
position
:
absolute
;
top
:
0
;
left
:
-2px
;
z-index
:
3
;
}
&
:after
{
content
:
""
;
display
:
inline-block
;
width
:
2px
;
height
:
43px
;
background-color
:
#e3e2e2
;
position
:
absolute
;
top
:
0
;
right
:
-2px
;
z-index
:
3
;
}
}
th
.linshi
,
...
...
@@ -166,27 +211,27 @@
tr
{
display
:
flex
;
//
display: flex;
}
tr
td
{
border
:
1
px
solid
rgb
(
227
,
226
,
226
);
border
:
2
px
solid
rgb
(
227
,
226
,
226
);
text-align
:
center
;
height
:
40px
;
font-size
:
13px
;
width
:
140px
;
flex
:
1
;
//
flex: 1;
width
:
100%
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
min-width
:
3
6
0px
;
//
display: flex;
//
align-items: center;
//
justify-content: center;
min-width
:
3
4
0px
;
z-index
:
1
;
}
td
:first-child
{
flex
:
inherit
!
important
;
width
:
200px
!
important
;
min-width
:
auto
!
important
;
//
width: 200px !important;
min-width
:
180px
!
important
;
}
>
tr
:nth-child
(
odd
)
td
{
background
:
#f2f2f2
;
...
...
Please
register
or
sign in
to post a comment