Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
web-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
web-ci-test
Commits
151747b2
提交
151747b2
authored
5月 22, 2023
作者:
18928357778
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
改-首页样式调整
上级
b2963dad
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
53 行增加
和
19 行删除
+53
-19
index.module.scss
components/NavHeader/index.module.scss
+2
-0
styled.tsx
components/contentBox/right/styled.tsx
+4
-5
index.module.scss
components/footer/index.module.scss
+1
-0
index.tsx
components/layout/index.tsx
+1
-1
styled.tsx
pages/home/waterfallFlowBody/components/map/styled.tsx
+1
-1
styled.tsx
...ome/waterfallFlowBody/components/rotationChart/styled.tsx
+0
-1
index.tsx
pages/home/waterfallFlowBody/index.tsx
+24
-6
styled.tsx
pages/home/waterfallFlowBody/styled.tsx
+20
-5
没有找到文件。
components/NavHeader/index.module.scss
浏览文件 @
151747b2
...
@@ -18,9 +18,11 @@
...
@@ -18,9 +18,11 @@
height
:
35px
;
height
:
35px
;
background-image
:
url(./assets/logo.png)
;
background-image
:
url(./assets/logo.png)
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
margin-right
:
40px
;
}
}
.tabs
{
.tabs
{
width
:
800px
;
height
:
100%
;
height
:
100%
;
margin-right
:
58px
;
margin-right
:
58px
;
:global
.ant-tabs-nav
{
:global
.ant-tabs-nav
{
...
...
components/contentBox/right/styled.tsx
浏览文件 @
151747b2
import
styled
from
"styled-components"
import
styled
from
"styled-components"
;
export
const
Box
=
styled
.
div
`
export
const
Box
=
styled
.
div
`
box-sizing: border-box;
box-sizing: border-box;
.right-box-item
{
.right-box-item
{
margin-bottom: 2
0px;
margin-bottom: 1
0px;
}
}
`
`
;
\ No newline at end of file
components/footer/index.module.scss
浏览文件 @
151747b2
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
height
:
47px
;
height
:
47px
;
.qrcodeItem
{
.qrcodeItem
{
margin-right
:
206px
;
margin-right
:
206px
;
text-align
:
center
;
&
:nth-last-child
(
1
)
{
&
:nth-last-child
(
1
)
{
margin-right
:
0
;
margin-right
:
0
;
}
}
...
...
components/layout/index.tsx
浏览文件 @
151747b2
...
@@ -29,7 +29,7 @@ const footerStyle: React.CSSProperties = {
...
@@ -29,7 +29,7 @@ const footerStyle: React.CSSProperties = {
lineHeight
:
"1"
,
lineHeight
:
"1"
,
padding
:
0
,
padding
:
0
,
position
:
"relative"
,
position
:
"relative"
,
marginTop
:
78
,
marginTop
:
60
,
};
};
type
Props
=
{
type
Props
=
{
...
...
pages/home/waterfallFlowBody/components/map/styled.tsx
浏览文件 @
151747b2
...
@@ -40,7 +40,7 @@ export const Box = styled.div`
...
@@ -40,7 +40,7 @@ export const Box = styled.div`
height: 22px;
height: 22px;
line-height: 22px;
line-height: 22px;
padding-right: 22px;
padding-right: 22px;
border-right: 1px solid #
b2b2b2
;
border-right: 1px solid #
e0e0e0
;
}
}
.active {
.active {
color: #ff552d;
color: #ff552d;
...
...
pages/home/waterfallFlowBody/components/rotationChart/styled.tsx
浏览文件 @
151747b2
...
@@ -10,7 +10,6 @@ export const Box = styled.div`
...
@@ -10,7 +10,6 @@ export const Box = styled.div`
display: flex;
display: flex;
.rotationChart {
.rotationChart {
width: 806px;
width: 806px;
margin-right: 24px;
.slick-list {
.slick-list {
border-radius: 6px;
border-radius: 6px;
}
}
...
...
pages/home/waterfallFlowBody/index.tsx
浏览文件 @
151747b2
...
@@ -13,6 +13,7 @@ import xiaoshou from "./assets/xiaoshou.png";
...
@@ -13,6 +13,7 @@ import xiaoshou from "./assets/xiaoshou.png";
import
baoxian
from
"./assets/baoxian.png"
;
import
baoxian
from
"./assets/baoxian.png"
;
import
peixun
from
"./assets/peixun.png"
;
import
peixun
from
"./assets/peixun.png"
;
import
gongju
from
"./assets/gongju.png"
;
import
gongju
from
"./assets/gongju.png"
;
import
xwbg
from
"./assets/xwbg.png"
;
const
icon
=
[
tubiao
,
fuwu
,
xiaoshou
,
baoxian
,
peixun
,
gongju
];
const
icon
=
[
tubiao
,
fuwu
,
xiaoshou
,
baoxian
,
peixun
,
gongju
];
import
{
import
{
FilterOptionResp
,
FilterOptionResp
,
...
@@ -260,22 +261,36 @@ export default function WaterfallFlowBody() {
...
@@ -260,22 +261,36 @@ export default function WaterfallFlowBody() {
<
div
className=
"item-body"
>
<
div
className=
"item-body"
>
<
Space
size=
{
[
15
,
0
]
}
wrap
>
<
Space
size=
{
[
15
,
0
]
}
wrap
>
{
index
===
4
{
index
===
4
?
list
.
map
((
item
)
=>
(
?
list
.
map
((
item
,
index
)
=>
(
<
div
key=
{
item
}
className=
"item-bubble"
>
<
div
key=
{
item
}
className=
{
`item-bubble ${
index === 0 || index === 1 || index === 2 ? "active" : ""
}`
}
>
{
item
}
{
item
}
</
div
>
</
div
>
))
))
:
index
===
5
:
index
===
5
?
list2
.
map
((
item
)
=>
(
?
list2
.
map
((
item
,
index
)
=>
(
<
div
key=
{
item
}
className=
"item-bubble"
>
<
div
key=
{
item
}
className=
{
`item-bubble ${
index === 0 || index === 1 || index === 2 ? "active" : ""
}`
}
>
{
item
}
{
item
}
</
div
>
</
div
>
))
))
:
resultList
[
index
].
map
((
item
)
=>
{
:
resultList
[
index
].
map
((
item
,
index
)
=>
{
return
(
return
(
<
div
<
div
key=
{
item
?.
name
||
item
?.
appName
||
item
?.
skillsName
}
key=
{
item
?.
name
||
item
?.
appName
||
item
?.
skillsName
}
className=
"item-bubble"
className=
{
`item-bubble ${
index === 0 || index === 1 || index === 2
? "active"
: ""
}`
}
onClick=
{
()
=>
routerPath
(
index
,
item
)
}
onClick=
{
()
=>
routerPath
(
index
,
item
)
}
>
>
{
item
?.
name
||
item
?.
appName
||
item
?.
skillsName
}
{
item
?.
name
||
item
?.
appName
||
item
?.
skillsName
}
...
@@ -326,6 +341,8 @@ export default function WaterfallFlowBody() {
...
@@ -326,6 +341,8 @@ export default function WaterfallFlowBody() {
const
rightDom2
=
(
list
:
Array
<
NewsTenderType
>
)
=>
{
const
rightDom2
=
(
list
:
Array
<
NewsTenderType
>
)
=>
{
return
(
return
(
<
div
key=
{
1008
}
className=
"right-box-item right-item-second"
>
<
div
key=
{
1008
}
className=
"right-box-item right-item-second"
>
<
Image
src=
{
xwbg
}
alt=
"#"
width=
{
384
}
height=
{
249
}
/>
<
div
className=
"item-box"
>
<
div
className=
"title"
>
<
div
className=
"title"
>
招标快讯
招标快讯
<
div
<
div
...
@@ -356,6 +373,7 @@ export default function WaterfallFlowBody() {
...
@@ -356,6 +373,7 @@ export default function WaterfallFlowBody() {
))
}
))
}
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
);
);
};
};
...
...
pages/home/waterfallFlowBody/styled.tsx
浏览文件 @
151747b2
...
@@ -6,7 +6,7 @@ export default function Style() {
...
@@ -6,7 +6,7 @@ export default function Style() {
export
const
Box
=
styled
.
div
`
export
const
Box
=
styled
.
div
`
box-sizing: border-box;
box-sizing: border-box;
padding-top:
24
px;
padding-top:
16
px;
width: 1200px;
width: 1200px;
margin: 0 auto;
margin: 0 auto;
.item {
.item {
...
@@ -46,6 +46,7 @@ export const Box = styled.div`
...
@@ -46,6 +46,7 @@ export const Box = styled.div`
background: #ffffff;
background: #ffffff;
border-radius: 0px 0px 6px 6px;
border-radius: 0px 0px 6px 6px;
.item-bubble {
.item-bubble {
font-weight: 520;
height: 32px;
height: 32px;
line-height: 32px;
line-height: 32px;
font-size: 14px;
font-size: 14px;
...
@@ -56,6 +57,9 @@ export const Box = styled.div`
...
@@ -56,6 +57,9 @@ export const Box = styled.div`
&.active {
&.active {
color: #ff552d;
color: #ff552d;
}
}
&:hover {
color: #ff552d;
}
}
}
.item-bottom {
.item-bottom {
width: 371px;
width: 371px;
...
@@ -78,8 +82,8 @@ export const Box = styled.div`
...
@@ -78,8 +82,8 @@ export const Box = styled.div`
.title {
.title {
display: flex;
display: flex;
align-items: center;
align-items: center;
padding: 0 2
5
px;
padding: 0 2
0px 0 20
px;
height:
60
px;
height:
46
px;
font-size: 16px;
font-size: 16px;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
font-weight: bold;
font-weight: bold;
...
@@ -90,6 +94,9 @@ export const Box = styled.div`
...
@@ -90,6 +94,9 @@ export const Box = styled.div`
cursor: pointer;
cursor: pointer;
font-size: 16px;
font-size: 16px;
font-weight: 400;
font-weight: 400;
&:hover {
color: #ff552d;
}
}
}
}
}
/* .body {
/* .body {
...
@@ -160,11 +167,16 @@ export const Box = styled.div`
...
@@ -160,11 +167,16 @@ export const Box = styled.div`
.right-item-second {
.right-item-second {
border-radius: 6px;
border-radius: 6px;
background-color: #fff;
background-color: #fff;
position: relative;
.item-box {
position: absolute;
top: 0;
}
.title {
.title {
display: flex;
display: flex;
align-items: center;
align-items: center;
padding: 0 2
5
px;
padding: 0 2
0px 0 20
px;
height:
62
px;
height:
48
px;
font-size: 16px;
font-size: 16px;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
font-weight: bold;
font-weight: bold;
...
@@ -175,6 +187,9 @@ export const Box = styled.div`
...
@@ -175,6 +187,9 @@ export const Box = styled.div`
cursor: pointer;
cursor: pointer;
font-size: 16px;
font-size: 16px;
font-weight: 400;
font-weight: 400;
&:hover {
color: #ff552d;
}
}
}
}
}
/* .body {
/* .body {
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论