Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
Europa-web
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
7165f187
authored
Jan 08, 2025
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
搜索修改
parent
07eb486b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
pages/search/index.module.css
pages/search/index.module.min.css
pages/search/index.module.scss
pages/search/index.module.css
View file @
7165f187
...
...
@@ -46,7 +46,6 @@
height
:
35px
;
line-height
:
35px
;
color
:
#000
;
font-weight
:
bold
;
text-align
:
right
;
position
:
relative
;
}
...
...
pages/search/index.module.min.css
View file @
7165f187
.mvSearchPage
{
margin-bottom
:
70px
}
.mvSearchPage
.fixedSupplierBox
{
position
:
fixed
;
top
:
243px
;
transform
:
translateX
(
-214px
)}
.mvSearchPage
.fixedSupplierBox
div
{
position
:
relative
;
width
:
62px
;
height
:
22px
;
background-color
:
#FF9A00
;
border-radius
:
2px
;
color
:
#fff
;
margin-bottom
:
12px
;
line-height
:
21px
;
font-size
:
14px
;
padding
:
0
5px
;
left
:
128px
}
.mvSearchPage
.fixedSupplierBox
div
::after
{
content
:
""
;
position
:
absolute
;
right
:
7px
;
top
:
22px
;
height
:
0
;
width
:
0
;
overflow
:
hidden
;
font-size
:
0
;
line-height
:
0
;
border-color
:
#fff
#FF9A00
transparent
transparent
;
border-style
:
solid
solid
dashed
dashed
;
border-width
:
0px
8px
8px
0
}
.mvSearchPage
.fixedSupplierBox
p
{
width
:
200px
;
box-sizing
:
border-box
;
padding-right
:
12px
;
border-right
:
1px
solid
#e5e5e5
;
font-size
:
14px
;
height
:
35px
;
line-height
:
35px
;
color
:
#000
;
font-weight
:
bold
;
text-align
:
right
;
position
:
relative
}
.mvSearchPage
.fixedSupplierBox
p
:hover
,
.mvSearchPage
.fixedSupplierBox
p
.act
{
color
:
#FF9A00
;
cursor
:
pointer
}
.mvSearchPage
.fixedSupplierBox
p
:hover::after
,
.mvSearchPage
.fixedSupplierBox
p
.act
::after
{
content
:
""
;
position
:
absolute
;
width
:
0
;
height
:
0
;
border-top
:
6px
solid
transparent
;
border-bottom
:
6px
solid
transparent
;
border-right
:
6px
solid
#FF9A00
;
right
:
2px
;
top
:
11px
}
.mvSearchPage
.fixedSupplierBox
p
:hover::before
,
.mvSearchPage
.fixedSupplierBox
p
.act
::before
{
content
:
""
;
position
:
absolute
;
height
:
18px
;
width
:
3px
;
background
:
#FF9A00
;
right
:
-3px
;
top
:
8px
}
.mvSearchPage
.shiftBox
{
padding
:
24px
30px
;
background
:
#fff
;
padding-bottom
:
6px
}
.mvSearchPage
.shiftBox
.shiftGroup
{
border-bottom
:
1px
solid
#E7E7E7
;
margin-bottom
:
18px
}
.mvSearchPage
.shiftBox
.shiftGroup
span
{
font-weight
:
bold
;
font-size
:
12px
;
color
:
#888888
;
padding-top
:
2px
;
width
:
50px
}
.mvSearchPage
.shiftBox
.shiftGroup
:last-child
{
border-bottom
:
0px
;
margin-bottom
:
0px
}
.mvSearchPage
.shiftBox
.shiftGroup
.itemBox
{
width
:
1000px
;
flex-wrap
:
wrap
;
min-height
:
40px
}
.mvSearchPage
.shiftBox
.shiftGroup
.itemBox.overflowheight
{
height
:
40px
;
overflow
:
hidden
}
.mvSearchPage
.shiftBox
.shiftGroup
.itemBox
.item
{
height
:
22px
;
border
:
1px
solid
transparent
;
line-height
:
20px
;
box-sizing
:
border-box
;
margin-left
:
45px
;
margin-bottom
:
18px
;
font-size
:
12px
;
color
:
#000
;
cursor
:
pointer
;
text-align
:
center
;
padding
:
0
15px
}
.mvSearchPage
.shiftBox
.shiftGroup
.itemBox
.item.act
{
background
:
#FFFBF5
;
border
:
1px
solid
#FF9A00
}
.mvSearchPage
.shiftBox
.shiftGroup
.shitrankbox
{
width
:
130px
;
justify-content
:
flex-end
}
.mvSearchPage
.shiftBox
.shiftGroup
.shitrank
{
margin-left
:
5px
;
height
:
22px
;
width
:
58px
;
border
:
1px
solid
#B0B0B0
;
box-sizing
:
border-box
;
color
:
#595959
;
font-size
:
12px
;
cursor
:
pointer
}
.mvSearchPage
.shiftBox
.shiftGroup
.shitrank.shows
{
display
:
flex
}
.mvSearchPage
.shiftBox
.shiftGroup
.shitrank.hides
{
display
:
none
}
.mvSearchPage
.shiftBox
.shiftGroup
.shitrank
:first-child
{
margin-left
:
0px
}
.mvSearchPage
.shiftBox
.shiftGroup
.shitrank
i
{
color
:
#595959
;
font-size
:
12px
}
.mvSearchPage
.databox
{
padding-top
:
24px
;
min-height
:
290px
}
.mvSearchPage
.databox
.searchLoadingBox
{
padding-top
:
40px
0
}
.mvSearchPage
.databox
.searchLoadingBox
img
{
width
:
220px
;
height
:
220px
;
display
:
block
;
margin
:
0
auto
}
.mvSearchPage
.databox
.dataGroupSupplier
{
border
:
1px
solid
#f0f0f0
;
margin-bottom
:
30px
}
.mvSearchPage
.databox
.dataGroupSupplier
.searchListDatas
.listGroupOneItem
:first-child
.cons
{
border-top
:
0px
}
.mvSearchPage
.databox
.dataGroupSupplier
.dataListTitle
{
padding
:
0
27px
;
height
:
50px
;
line-height
:
50px
;
font-size
:
16px
;
color
:
#000000
;
background
:
#f6f6f6
}
.mvSearchPage
.databox
.dataGroupSupplier
.dataListMore
{
height
:
48px
;
line-height
:
48px
;
color
:
#000
;
font-size
:
12px
;
text-align
:
center
;
background
:
#fff
}
.mvSearchPage
.databox
.dataGroupSupplier
.dataListMore
b
{
color
:
#FF9A00
;
cursor
:
pointer
}
.mvSearchPage
.databox
.tableboxt
{
width
:
1226px
;
height
:
34px
}
.mvSearchPage
.databox
.tableTitle
{
width
:
1226px
;
height
:
34px
;
background
:
#F2EEE6
;
border
:
1px
solid
#E5DFD3
;
line-height
:
34px
;
display
:
flex
;
box-sizing
:
border-box
;
padding-left
:
17px
}
.mvSearchPage
.databox
.tableTitle.tableTitleFixed
{
position
:
fixed
;
z-index
:
4
;
top
:
60px
}
.mvSearchPage
.databox
.tableTitle
>
span
{
padding-left
:
10px
}
.mvSearchPage
.databox
.tableTitle
.boxInfo
{
width
:
310px
}
.mvSearchPage
.databox
.tableTitle
.boxCount
{
width
:
204px
}
.mvSearchPage
.databox
.tableTitle
.boxJt
{
width
:
89px
}
.mvSearchPage
.databox
.tableTitle
.boxHk
{
width
:
89px
}
.mvSearchPage
.databox
.tableTitle
.boxMain
{
width
:
105px
}
.mvSearchPage
.databox
.tableTitle
.boxTime
{
width
:
168px
}
.mvSearchPage
.databox
.tableTitle
.boxAction
{
flex
:
2
}
.mvSearchPage
{
margin-bottom
:
70px
}
.mvSearchPage
.fixedSupplierBox
{
position
:
fixed
;
top
:
243px
;
transform
:
translateX
(
-214px
)}
.mvSearchPage
.fixedSupplierBox
div
{
position
:
relative
;
width
:
62px
;
height
:
22px
;
background-color
:
#FF9A00
;
border-radius
:
2px
;
color
:
#fff
;
margin-bottom
:
12px
;
line-height
:
21px
;
font-size
:
14px
;
padding
:
0
5px
;
left
:
128px
}
.mvSearchPage
.fixedSupplierBox
div
::after
{
content
:
""
;
position
:
absolute
;
right
:
7px
;
top
:
22px
;
height
:
0
;
width
:
0
;
overflow
:
hidden
;
font-size
:
0
;
line-height
:
0
;
border-color
:
#fff
#FF9A00
transparent
transparent
;
border-style
:
solid
solid
dashed
dashed
;
border-width
:
0px
8px
8px
0
}
.mvSearchPage
.fixedSupplierBox
p
{
width
:
200px
;
box-sizing
:
border-box
;
padding-right
:
12px
;
border-right
:
1px
solid
#e5e5e5
;
font-size
:
14px
;
height
:
35px
;
line-height
:
35px
;
color
:
#000
;
text-align
:
right
;
position
:
relative
}
.mvSearchPage
.fixedSupplierBox
p
:hover
,
.mvSearchPage
.fixedSupplierBox
p
.act
{
color
:
#FF9A00
;
cursor
:
pointer
}
.mvSearchPage
.fixedSupplierBox
p
:hover::after
,
.mvSearchPage
.fixedSupplierBox
p
.act
::after
{
content
:
""
;
position
:
absolute
;
width
:
0
;
height
:
0
;
border-top
:
6px
solid
transparent
;
border-bottom
:
6px
solid
transparent
;
border-right
:
6px
solid
#FF9A00
;
right
:
2px
;
top
:
11px
}
.mvSearchPage
.fixedSupplierBox
p
:hover::before
,
.mvSearchPage
.fixedSupplierBox
p
.act
::before
{
content
:
""
;
position
:
absolute
;
height
:
18px
;
width
:
3px
;
background
:
#FF9A00
;
right
:
-3px
;
top
:
8px
}
.mvSearchPage
.shiftBox
{
padding
:
24px
30px
;
background
:
#fff
;
padding-bottom
:
6px
}
.mvSearchPage
.shiftBox
.shiftGroup
{
border-bottom
:
1px
solid
#E7E7E7
;
margin-bottom
:
18px
}
.mvSearchPage
.shiftBox
.shiftGroup
span
{
font-weight
:
bold
;
font-size
:
12px
;
color
:
#888888
;
padding-top
:
2px
;
width
:
50px
}
.mvSearchPage
.shiftBox
.shiftGroup
:last-child
{
border-bottom
:
0px
;
margin-bottom
:
0px
}
.mvSearchPage
.shiftBox
.shiftGroup
.itemBox
{
width
:
1000px
;
flex-wrap
:
wrap
;
min-height
:
40px
}
.mvSearchPage
.shiftBox
.shiftGroup
.itemBox.overflowheight
{
height
:
40px
;
overflow
:
hidden
}
.mvSearchPage
.shiftBox
.shiftGroup
.itemBox
.item
{
height
:
22px
;
border
:
1px
solid
transparent
;
line-height
:
20px
;
box-sizing
:
border-box
;
margin-left
:
45px
;
margin-bottom
:
18px
;
font-size
:
12px
;
color
:
#000
;
cursor
:
pointer
;
text-align
:
center
;
padding
:
0
15px
}
.mvSearchPage
.shiftBox
.shiftGroup
.itemBox
.item.act
{
background
:
#FFFBF5
;
border
:
1px
solid
#FF9A00
}
.mvSearchPage
.shiftBox
.shiftGroup
.shitrankbox
{
width
:
130px
;
justify-content
:
flex-end
}
.mvSearchPage
.shiftBox
.shiftGroup
.shitrank
{
margin-left
:
5px
;
height
:
22px
;
width
:
58px
;
border
:
1px
solid
#B0B0B0
;
box-sizing
:
border-box
;
color
:
#595959
;
font-size
:
12px
;
cursor
:
pointer
}
.mvSearchPage
.shiftBox
.shiftGroup
.shitrank.shows
{
display
:
flex
}
.mvSearchPage
.shiftBox
.shiftGroup
.shitrank.hides
{
display
:
none
}
.mvSearchPage
.shiftBox
.shiftGroup
.shitrank
:first-child
{
margin-left
:
0px
}
.mvSearchPage
.shiftBox
.shiftGroup
.shitrank
i
{
color
:
#595959
;
font-size
:
12px
}
.mvSearchPage
.databox
{
padding-top
:
24px
;
min-height
:
290px
}
.mvSearchPage
.databox
.searchLoadingBox
{
padding-top
:
40px
0
}
.mvSearchPage
.databox
.searchLoadingBox
img
{
width
:
220px
;
height
:
220px
;
display
:
block
;
margin
:
0
auto
}
.mvSearchPage
.databox
.dataGroupSupplier
{
border
:
1px
solid
#f0f0f0
;
margin-bottom
:
30px
}
.mvSearchPage
.databox
.dataGroupSupplier
.searchListDatas
.listGroupOneItem
:first-child
.cons
{
border-top
:
0px
}
.mvSearchPage
.databox
.dataGroupSupplier
.dataListTitle
{
padding
:
0
27px
;
height
:
50px
;
line-height
:
50px
;
font-size
:
16px
;
color
:
#000000
;
background
:
#f6f6f6
}
.mvSearchPage
.databox
.dataGroupSupplier
.dataListMore
{
height
:
48px
;
line-height
:
48px
;
color
:
#000
;
font-size
:
12px
;
text-align
:
center
;
background
:
#fff
}
.mvSearchPage
.databox
.dataGroupSupplier
.dataListMore
b
{
color
:
#FF9A00
;
cursor
:
pointer
}
.mvSearchPage
.databox
.tableboxt
{
width
:
1226px
;
height
:
34px
}
.mvSearchPage
.databox
.tableTitle
{
width
:
1226px
;
height
:
34px
;
background
:
#F2EEE6
;
border
:
1px
solid
#E5DFD3
;
line-height
:
34px
;
display
:
flex
;
box-sizing
:
border-box
;
padding-left
:
17px
}
.mvSearchPage
.databox
.tableTitle.tableTitleFixed
{
position
:
fixed
;
z-index
:
4
;
top
:
60px
}
.mvSearchPage
.databox
.tableTitle
>
span
{
padding-left
:
10px
}
.mvSearchPage
.databox
.tableTitle
.boxInfo
{
width
:
310px
}
.mvSearchPage
.databox
.tableTitle
.boxCount
{
width
:
204px
}
.mvSearchPage
.databox
.tableTitle
.boxJt
{
width
:
89px
}
.mvSearchPage
.databox
.tableTitle
.boxHk
{
width
:
89px
}
.mvSearchPage
.databox
.tableTitle
.boxMain
{
width
:
105px
}
.mvSearchPage
.databox
.tableTitle
.boxTime
{
width
:
168px
}
.mvSearchPage
.databox
.tableTitle
.boxAction
{
flex
:
2
}
pages/search/index.module.scss
View file @
7165f187
...
...
@@ -40,7 +40,7 @@
height
:
35px
;
line-height
:
35px
;
color
:
#000
;
font-weight
:
bold
;
//
font-weight: bold;
text-align
:
right
;
position
:
relative
;
&
:hover
,
&
.act
{
...
...
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