Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
2
合并请求
2
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
4f47da48
提交
4f47da48
authored
12月 12, 2025
作者:
coderBryanFu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
50fc6e7d
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
60 个修改的文件
包含
345 行增加
和
288 行删除
+345
-288
overview.js
src/api/thinkTank/overview.js
+21
-0
message-icon.png
src/assets/images/box-header-icon/message-icon.png
+0
-0
news-icon.png
src/assets/images/box-header-icon/news-icon.png
+0
-0
index.vue
src/components/Container/index.vue
+1
-1
elui.css
src/styles/elui.css
+1
-1
main.css
src/styles/main.css
+2
-2
var.scss
src/styles/var.scss
+1
-1
index.vue
src/views/bill/billLayout/index.vue
+2
-2
index.vue
src/views/bill/deepDig/index.vue
+7
-7
index.vue
src/views/bill/index.vue
+4
-5
index.vue
src/views/bill/influence/index.vue
+4
-5
index.vue
src/views/bill/relevantCircumstance/index.vue
+4
-4
depthMine.vue
src/views/decree/content/depthMine.vue
+2
-2
survey.vue
src/views/decree/content/survey.vue
+3
-3
index.vue
src/views/decree/decreeHome/index.vue
+0
-0
barChart.js
src/views/decree/decreeHome/utils/barChart.js
+2
-2
index.vue
src/views/decree/decreeLayout/deepdig/index.vue
+10
-10
index.vue
src/views/decree/decreeLayout/index.vue
+7
-11
index.vue
src/views/decree/decreeLayout/influence/index.vue
+5
-5
index.vue
src/views/decree/decreeLayout/overview/background/index.vue
+2
-2
index.vue
src/views/decree/decreeLayout/overview/index.vue
+7
-8
index.vue
...views/decree/decreeLayout/overview/introduction/index.vue
+2
-2
index.vue
src/views/decree/institution/deepdig/index.vue
+4
-4
index.vue
src/views/decree/institution/insDetail/index.vue
+4
-4
index.vue
src/views/exportControl/infoPlatform/index.vue
+2
-2
index.vue
src/views/exportControl/researchFunding/index.vue
+2
-2
survey.vue
src/views/exportControl/ruleDetail/content/survey.vue
+3
-3
index.vue
src/views/exportControl/ruleLimit/index.vue
+2
-2
depthMine.vue
src/views/finance/analysis/content/depthMine.vue
+2
-2
impactAnalysis.vue
src/views/finance/analysis/content/impactAnalysis.vue
+1
-1
survey.vue
src/views/finance/analysis/content/survey.vue
+2
-2
index.vue
src/views/finance/index.vue
+1
-1
index.vue
src/views/finance/infoPlatform/index.vue
+2
-2
index.vue
src/views/finance/researchFunding/index.vue
+2
-2
survey.vue
src/views/finance/ruleDetail/content/survey.vue
+3
-3
index.vue
src/views/finance/ruleLimit/index.vue
+2
-2
index.vue
src/views/infoPlatform/index.vue
+3
-3
index.vue
src/views/innovationSubject/index.vue
+2
-2
barChart.js
src/views/innovationSubject/utils/barChart.js
+2
-2
index.vue
...views/marketAccessRestrictions/marketAccessHome/index.vue
+0
-0
index.vue
...arketAccessRestrictions/marketAccessLayout/case/index.vue
+5
-5
index.vue
...ews/marketAccessRestrictions/marketAccessLayout/index.vue
+2
-2
index.vue
...essRestrictions/marketAccessLayout/overview/232/index.vue
+6
-6
index.vue
...essRestrictions/marketAccessLayout/overview/301/index.vue
+2
-2
index.vue
...essRestrictions/marketAccessLayout/overview/337/index.vue
+6
-6
index.vue
...AccessRestrictions/singleCaseLayout/deepdig/232/index.vue
+4
-4
index.vue
...AccessRestrictions/singleCaseLayout/deepdig/337/index.vue
+8
-8
index.vue
...views/marketAccessRestrictions/singleCaseLayout/index.vue
+3
-3
index.vue
...ccessRestrictions/singleCaseLayout/overview/232/index.vue
+6
-6
index.vue
...ccessRestrictions/singleCaseLayout/overview/301/index.vue
+4
-4
index.vue
...ccessRestrictions/singleCaseLayout/overview/337/index.vue
+8
-8
index.vue
src/views/overView/index.vue
+2
-2
PieProgress.vue
src/views/portals/components/PieProgress.vue
+1
-1
index.vue
src/views/portals/portal1/index.vue
+7
-7
index.vue
src/views/portals/portal2/index.vue
+7
-7
index.vue
src/views/riskSignal/index.vue
+2
-2
index.vue
src/views/technologyFigures/index.vue
+6
-6
index.vue
src/views/thinkTank copy/index.vue
+6
-6
index.vue
src/views/thinkTank/ThinkTankDetail/thinkInfo/index.vue
+1
-1
index.vue
src/views/thinkTank/index.vue
+133
-90
没有找到文件。
src/api/thinkTank/overview.js
0 → 100644
浏览文件 @
4f47da48
// 智库概览信息
import
request
from
"@/api/request.js"
;
// 智库列表
export
function
getThinkTankList
()
{
return
request
({
method
:
'GET'
,
url
:
`/api/thinkTankOverview/thinkTanks`
,
})
}
// 风险信号
export
function
getThinkTankRiskSignal
()
{
return
request
({
method
:
'GET'
,
url
:
`/api/thinkTankOverview/riskSignal`
,
})
}
\ No newline at end of file
src/assets/images/box-header-icon/message-icon.png
0 → 100644
浏览文件 @
4f47da48
1.0 KB
src/assets/images/box-header-icon/news-icon.png
0 → 100644
浏览文件 @
4f47da48
1.4 KB
src/components/Container/index.vue
浏览文件 @
4f47da48
...
@@ -148,7 +148,7 @@ const headerTitleClasses = computed(() => [
...
@@ -148,7 +148,7 @@ const headerTitleClasses = computed(() => [
.header-title
{
.header-title
{
font-size
:
$base-font-size
;
font-size
:
$base-font-size
;
font-weight
:
700
;
font-weight
:
700
;
/* color:
rgba(10, 87, 166, 1
); */
/* color:
var(--color-main-active
); */
/* color: var(--base-color); */
/* color: var(--base-color); */
color
:
$base-color
;
color
:
$base-color
;
line-height
:
48px
;
line-height
:
48px
;
...
...
src/styles/elui.css
浏览文件 @
4f47da48
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
}
}
:root
{
:root
{
--el-color-primary
:
rgba
(
10
,
87
,
166
,
1
);
--el-color-primary
:
rgba
(
5
,
95
,
194
,
1
);
/* --el-color-success: #1dd1a1;
/* --el-color-success: #1dd1a1;
--el-border-radius-base: 8px;
--el-border-radius-base: 8px;
--el-font-size-base: 14px; */
--el-font-size-base: 14px; */
...
...
src/styles/main.css
浏览文件 @
4f47da48
...
@@ -9,9 +9,9 @@
...
@@ -9,9 +9,9 @@
--btn-plain-bg-color
:
rgba
(
255
,
255
,
255
,
1
);
--btn-plain-bg-color
:
rgba
(
255
,
255
,
255
,
1
);
--btn-plain-text-color
:
rgba
(
59
,
65
,
75
,
1
);
--btn-plain-text-color
:
rgba
(
59
,
65
,
75
,
1
);
/* 选中按钮颜色 */
/* 选中按钮颜色 */
--btn-active-border-color
:
rgba
(
10
,
87
,
166
,
1
);
--btn-active-border-color
:
var
(
--color-main-active
);
--btn-active-bg-color
:
rgba
(
231
,
243
,
255
,
1
);
--btn-active-bg-color
:
rgba
(
231
,
243
,
255
,
1
);
--btn-active-text-color
:
rgba
(
10
,
87
,
166
,
1
);
--btn-active-text-color
:
var
(
--color-main-active
);
/* 标签按钮颜色 */
/* 标签按钮颜色 */
...
...
src/styles/var.scss
浏览文件 @
4f47da48
/* 全局 css 变量 */
/* 全局 css 变量 */
$primary-color
:
var
(
--
el-color-primary
);
$primary-color
:
var
(
--
el-color-primary
);
$base-color
:
rgba
(
10
,
87
,
166
,
1
);
$base-color
:
rgba
(
5
,
95
,
194
,
1
);
$base-font-size
:
16px
;
$base-font-size
:
16px
;
// :root {
// :root {
...
...
src/views/bill/billLayout/index.vue
浏览文件 @
4f47da48
...
@@ -415,7 +415,7 @@ onMounted(() => {
...
@@ -415,7 +415,7 @@ onMounted(() => {
// }
// }
// }
// }
.icon
{
.icon
{
margin-top
:
1
px
;
margin-top
:
4
px
;
width
:
16px
;
width
:
16px
;
height
:
16px
;
height
:
16px
;
img
{
img
{
...
@@ -426,7 +426,7 @@ onMounted(() => {
...
@@ -426,7 +426,7 @@ onMounted(() => {
.name
{
.name
{
color
:
rgba
(
95
,
101
,
108
,
1
);
color
:
rgba
(
95
,
101
,
108
,
1
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
1
4
px
;
font-size
:
1
8
px
;
font-weight
:
400
;
font-weight
:
400
;
line-height
:
22px
;
line-height
:
22px
;
letter-spacing
:
0px
;
letter-spacing
:
0px
;
...
...
src/views/bill/deepDig/index.vue
浏览文件 @
4f47da48
...
@@ -62,27 +62,27 @@ const handleClickLeftSiderBtn = (item,index) => {
...
@@ -62,27 +62,27 @@ const handleClickLeftSiderBtn = (item,index) => {
width
:
160px
;
width
:
160px
;
.sider-btn
{
.sider-btn
{
margin-top
:
20px
;
margin-top
:
20px
;
margin-left
:
2
3
px
;
margin-left
:
2
0
px
;
width
:
1
12
px
;
width
:
1
20
px
;
height
:
32px
;
height
:
32px
;
display
:
flex
;
display
:
flex
;
line-height
:
32px
;
border-radius
:
16px
;
border-radius
:
16px
;
cursor
:
pointer
;
cursor
:
pointer
;
.btn-text
{
.btn-text
{
width
:
82px
;
margin-left
:
28px
;
width
:
68px
;
height
:
32px
;
height
:
32px
;
line-height
:
32px
;
line-height
:
32px
;
text-align
:
left
;
text-align
:
left
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-left
:
24
px
;
font-size
:
16
px
;
font-
size
:
14px
;
font-
weight
:
400
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
color
:
rgba
(
95
,
101
,
108
,
1
);
color
:
rgba
(
95
,
101
,
108
,
1
);
}
}
.btn-icon
{
.btn-icon
{
margin-top
:
9px
;
width
:
22px
;
width
:
22px
;
padding-top
:
2px
;
}
}
}
}
.siderBtnActive
{
.siderBtnActive
{
...
...
src/views/bill/index.vue
浏览文件 @
4f47da48
...
@@ -278,20 +278,19 @@ onMounted(() => {});
...
@@ -278,20 +278,19 @@ onMounted(() => {});
width
:
160px
;
width
:
160px
;
.sider-btn
{
.sider-btn
{
margin-top
:
20px
;
margin-top
:
20px
;
margin-left
:
2
3
px
;
margin-left
:
2
0
px
;
width
:
120px
;
width
:
120px
;
height
:
32px
;
height
:
32px
;
display
:
flex
;
display
:
flex
;
line-height
:
32px
;
border-radius
:
16px
;
border-radius
:
16px
;
cursor
:
pointer
;
cursor
:
pointer
;
.btn-text
{
.btn-text
{
width
:
90
px
;
width
:
68
px
;
height
:
32px
;
height
:
32px
;
margin-left
:
28px
;
line-height
:
32px
;
line-height
:
32px
;
text-align
:
left
;
text-align
:
left
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-left
:
24px
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
...
@@ -299,7 +298,7 @@ onMounted(() => {});
...
@@ -299,7 +298,7 @@ onMounted(() => {});
}
}
.btn-icon
{
.btn-icon
{
width
:
22px
;
width
:
22px
;
padding-top
:
4
px
;
padding-top
:
9
px
;
}
}
}
}
.siderBtnActive
{
.siderBtnActive
{
...
...
src/views/bill/influence/index.vue
浏览文件 @
4f47da48
...
@@ -59,26 +59,25 @@ const handleClickLeftSiderBtn = (item,index) => {
...
@@ -59,26 +59,25 @@ const handleClickLeftSiderBtn = (item,index) => {
.sider-btn
{
.sider-btn
{
margin-top
:
20px
;
margin-top
:
20px
;
margin-left
:
10px
;
margin-left
:
10px
;
width
:
1
40
px
;
width
:
1
36
px
;
height
:
32px
;
height
:
32px
;
display
:
flex
;
display
:
flex
;
line-height
:
32px
;
border-radius
:
16px
;
border-radius
:
16px
;
cursor
:
pointer
;
cursor
:
pointer
;
.btn-text
{
.btn-text
{
width
:
110px
;
width
:
110px
;
margin-left
:
18px
;
height
:
32px
;
height
:
32px
;
line-height
:
32px
;
line-height
:
32px
;
text-align
:
left
;
text-align
:
left
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-left
:
24px
;
font-size
:
16px
;
font-size
:
14px
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
color
:
rgba
(
95
,
101
,
108
,
1
);
color
:
rgba
(
95
,
101
,
108
,
1
);
}
}
.btn-icon
{
.btn-icon
{
width
:
22px
;
width
:
22px
;
padding-top
:
2
px
;
padding-top
:
9
px
;
}
}
}
}
.siderBtnActive
{
.siderBtnActive
{
...
...
src/views/bill/relevantCircumstance/index.vue
浏览文件 @
4f47da48
...
@@ -607,13 +607,13 @@ onMounted(() => {
...
@@ -607,13 +607,13 @@ onMounted(() => {
width
:
8px
;
width
:
8px
;
height
:
20px
;
height
:
20px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
14px
;
margin-top
:
14px
;
height
:
26px
;
height
:
26px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -661,7 +661,7 @@ onMounted(() => {
...
@@ -661,7 +661,7 @@ onMounted(() => {
.header-in-title
{
.header-in-title
{
margin-left
:
15px
;
margin-left
:
15px
;
height
:
24px
;
height
:
24px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -748,7 +748,7 @@ onMounted(() => {
...
@@ -748,7 +748,7 @@ onMounted(() => {
margin-left
:
13px
;
margin-left
:
13px
;
height
:
24px
;
height
:
24px
;
width
:
943px
;
width
:
943px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
...
...
src/views/decree/content/depthMine.vue
浏览文件 @
4f47da48
...
@@ -290,7 +290,7 @@ const handleSizeChange = val => {
...
@@ -290,7 +290,7 @@ const handleSizeChange = val => {
}
}
.contetn-tabs-item-active
{
.contetn-tabs-item-active
{
background-color
:
rgba
(
231
,
243
,
255
,
1
);
background-color
:
rgba
(
231
,
243
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
.content-tabs-pane
{
.content-tabs-pane
{
display
:
flex
;
display
:
flex
;
...
@@ -418,7 +418,7 @@ const handleSizeChange = val => {
...
@@ -418,7 +418,7 @@ const handleSizeChange = val => {
.content-box-footer-text
{
.content-box-footer-text
{
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
.footer-img-small
{
.footer-img-small
{
width
:
20px
;
width
:
20px
;
...
...
src/views/decree/content/survey.vue
浏览文件 @
4f47da48
...
@@ -270,7 +270,7 @@ const activities = [
...
@@ -270,7 +270,7 @@ const activities = [
font-weight
:
400
;
font-weight
:
400
;
border-radius
:
50%
;
border-radius
:
50%
;
background-color
:
rgba
(
231
,
243
,
255
,
1
);
background-color
:
rgba
(
231
,
243
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
.content-box-footer
{
.content-box-footer
{
display
:
flex
;
display
:
flex
;
...
@@ -321,7 +321,7 @@ const activities = [
...
@@ -321,7 +321,7 @@ const activities = [
color
:
rgba
(
59
,
65
,
75
,
1
);
color
:
rgba
(
59
,
65
,
75
,
1
);
}
}
.content-desc-content
{
.content-desc-content
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
}
}
...
@@ -366,7 +366,7 @@ const activities = [
...
@@ -366,7 +366,7 @@ const activities = [
.time-line-dot
{
.time-line-dot
{
width
:
8px
;
width
:
8px
;
height
:
8px
;
height
:
8px
;
background-color
:
rgba
(
10
,
87
,
166
,
1
);
background-color
:
var
(
--color-main-active
);
border-radius
:
50%
;
border-radius
:
50%
;
}
}
.content-time-line-box
{
.content-time-line-box
{
...
...
src/views/decree/decreeHome/index.vue
浏览文件 @
4f47da48
差异被折叠。
点击展开。
src/views/decree/decreeHome/utils/barChart.js
浏览文件 @
4f47da48
...
@@ -42,7 +42,7 @@ const getBarChart = (nameList, valueList) => {
...
@@ -42,7 +42,7 @@ const getBarChart = (nameList, valueList) => {
label
:
{
label
:
{
show
:
true
,
show
:
true
,
position
:
'top'
,
position
:
'top'
,
color
:
'
rgba(10, 87, 166, 1
)'
,
color
:
'
var(--color-main-active
)'
,
fontWeight
:
'bold'
,
// 文字加粗
fontWeight
:
'bold'
,
// 文字加粗
fontSize
:
14
,
fontSize
:
14
,
formatter
:
function
(
params
)
{
formatter
:
function
(
params
)
{
...
@@ -59,7 +59,7 @@ const getBarChart = (nameList, valueList) => {
...
@@ -59,7 +59,7 @@ const getBarChart = (nameList, valueList) => {
},
},
{
{
offset
:
1
,
offset
:
1
,
color
:
'
rgba(10, 87, 166, 1
)'
color
:
'
var(--color-main-active
)'
}
}
]);
]);
},
},
...
...
src/views/decree/decreeLayout/deepdig/index.vue
浏览文件 @
4f47da48
...
@@ -284,14 +284,14 @@ const box2LeftActiveIndex = ref(0);
...
@@ -284,14 +284,14 @@ const box2LeftActiveIndex = ref(0);
width
:
8
px
;
width
:
8
px
;
height
:
20
px
;
height
:
20
px
;
border
-
radius
:
0
4
px
4
px
0
;
border
-
radius
:
0
4
px
4
px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color
-
main
-
active
);
}
}
.
title
{
.
title
{
margin
-
left
:
14
px
;
margin
-
left
:
14
px
;
margin
-
top
:
14
px
;
margin
-
top
:
14
px
;
height
:
26
px
;
height
:
26
px
;
line
-
height
:
26
px
;
line
-
height
:
26
px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color
-
main
-
active
);
font
-
family
:
Microsoft
YaHei
;
font
-
family
:
Microsoft
YaHei
;
font
-
size
:
20
px
;
font
-
size
:
20
px
;
font
-
weight
:
700
;
font
-
weight
:
700
;
...
@@ -394,7 +394,7 @@ const box2LeftActiveIndex = ref(0);
...
@@ -394,7 +394,7 @@ const box2LeftActiveIndex = ref(0);
}
}
.
time
{
.
time
{
height
:
24
px
;
height
:
24
px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color
-
main
-
active
);
font
-
family
:
Microsoft
YaHei
;
font
-
family
:
Microsoft
YaHei
;
font
-
size
:
16
px
;
font
-
size
:
16
px
;
font
-
weight
:
700
;
font
-
weight
:
700
;
...
@@ -405,7 +405,7 @@ const box2LeftActiveIndex = ref(0);
...
@@ -405,7 +405,7 @@ const box2LeftActiveIndex = ref(0);
}
}
.
timeFooter
{
.
timeFooter
{
height
:
24
px
;
height
:
24
px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color
-
main
-
active
);
font
-
family
:
Microsoft
YaHei
;
font
-
family
:
Microsoft
YaHei
;
font
-
size
:
16
px
;
font
-
size
:
16
px
;
font
-
weight
:
700
;
font
-
weight
:
700
;
...
@@ -451,7 +451,7 @@ const box2LeftActiveIndex = ref(0);
...
@@ -451,7 +451,7 @@ const box2LeftActiveIndex = ref(0);
align
-
items
:
center
;
align
-
items
:
center
;
margin
-
top
:
2
px
;
margin
-
top
:
2
px
;
margin
-
left
:
15
px
;
margin
-
left
:
15
px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color
-
main
-
active
);
font
-
family
:
Microsoft
YaHei
;
font
-
family
:
Microsoft
YaHei
;
font
-
size
:
16
px
;
font
-
size
:
16
px
;
font
-
weight
:
400
;
font
-
weight
:
400
;
...
@@ -510,7 +510,7 @@ const box2LeftActiveIndex = ref(0);
...
@@ -510,7 +510,7 @@ const box2LeftActiveIndex = ref(0);
margin
-
left
:
17
px
;
margin
-
left
:
17
px
;
margin
-
top
:
17
px
;
margin
-
top
:
17
px
;
height
:
30
px
;
height
:
30
px
;
// color:
rgba(10, 87, 166, 1
);
// color:
var(--color-main-active
);
// font-family: Microsoft YaHei;
// font-family: Microsoft YaHei;
// font-size: 16px;
// font-size: 16px;
// font-weight: 700;
// font-weight: 700;
...
@@ -518,7 +518,7 @@ const box2LeftActiveIndex = ref(0);
...
@@ -518,7 +518,7 @@ const box2LeftActiveIndex = ref(0);
}
}
}
}
.
leftItemActive
{
.
leftItemActive
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color
-
main
-
active
);
font
-
weight
:
700
;
font
-
weight
:
700
;
background
:
rgba
(
246
,
250
,
255
,
1
);
background
:
rgba
(
246
,
250
,
255
,
1
);
&
::
after
{
&
::
after
{
...
@@ -526,7 +526,7 @@ const box2LeftActiveIndex = ref(0);
...
@@ -526,7 +526,7 @@ const box2LeftActiveIndex = ref(0);
content
:
""
;
content
:
""
;
width
:
5
px
;
width
:
5
px
;
height
:
48
px
;
height
:
48
px
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color
-
main
-
active
);
right
:
-
70
px
;
right
:
-
70
px
;
top
:
8
px
;
top
:
8
px
;
}
}
...
@@ -582,7 +582,7 @@ const box2LeftActiveIndex = ref(0);
...
@@ -582,7 +582,7 @@ const box2LeftActiveIndex = ref(0);
display
:
flex
;
display
:
flex
;
.
item
-
right
-
text
{
.
item
-
right
-
text
{
height
:
30
px
;
height
:
30
px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color
-
main
-
active
);
font
-
family
:
Microsoft
YaHei
;
font
-
family
:
Microsoft
YaHei
;
font
-
size
:
16
px
;
font
-
size
:
16
px
;
font
-
weight
:
700
;
font
-
weight
:
700
;
...
@@ -622,7 +622,7 @@ const box2LeftActiveIndex = ref(0);
...
@@ -622,7 +622,7 @@ const box2LeftActiveIndex = ref(0);
margin
-
top
:
16
px
;
margin
-
top
:
16
px
;
margin
-
left
:
16
px
;
margin
-
left
:
16
px
;
height
:
30
px
;
height
:
30
px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color
-
main
-
active
);
font
-
family
:
Microsoft
YaHei
;
font
-
family
:
Microsoft
YaHei
;
font
-
size
:
16
px
;
font
-
size
:
16
px
;
font
-
weight
:
700
;
font
-
weight
:
700
;
...
...
src/views/decree/decreeLayout/index.vue
浏览文件 @
4f47da48
...
@@ -437,13 +437,8 @@ onMounted(() => {
...
@@ -437,13 +437,8 @@ onMounted(() => {
margin-top
:
3px
;
margin-top
:
3px
;
height
:
35px
;
height
:
35px
;
cursor
:
pointer
;
cursor
:
pointer
;
// &:hover{
// .name {
// color: rgba(22, 119, 255, 1);
// }
// }
.icon
{
.icon
{
margin-top
:
1
px
;
margin-top
:
4
px
;
width
:
16px
;
width
:
16px
;
height
:
16px
;
height
:
16px
;
img
{
img
{
...
@@ -452,22 +447,23 @@ onMounted(() => {
...
@@ -452,22 +447,23 @@ onMounted(() => {
}
}
}
}
.name
{
.name
{
color
:
rgba
(
95
,
101
,
108
,
1
);
height
:
24px
;
color
:
rgba
(
59
,
65
,
75
,
1
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
1
4
px
;
font-size
:
1
8
px
;
font-weight
:
400
;
font-weight
:
400
;
line-height
:
2
2
px
;
line-height
:
2
4
px
;
letter-spacing
:
0px
;
letter-spacing
:
0px
;
text-align
:
left
;
text-align
:
left
;
margin-left
:
3px
;
margin-left
:
3px
;
}
}
.nameActive
{
.nameActive
{
color
:
rgba
(
20
,
89
,
187
,
1
);
color
:
var
(
--
color-main-active
);
font-weight
:
700
;
font-weight
:
700
;
}
}
}
}
.leftBoxBottomItemActive
{
.leftBoxBottomItemActive
{
border-bottom
:
3px
solid
rgba
(
20
,
89
,
187
,
1
);
border-bottom
:
3px
solid
var
(
--
color-main-active
);
}
}
}
}
}
}
...
...
src/views/decree/decreeLayout/influence/index.vue
浏览文件 @
4f47da48
...
@@ -508,7 +508,7 @@ onMounted(() => {
...
@@ -508,7 +508,7 @@ onMounted(() => {
display
:
flex
;
display
:
flex
;
width
:
240px
;
width
:
240px
;
.title
{
.title
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
height
:
26px
;
height
:
26px
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
...
@@ -550,7 +550,7 @@ onMounted(() => {
...
@@ -550,7 +550,7 @@ onMounted(() => {
}
}
.time
{
.time
{
height
:
24px
;
height
:
24px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -594,7 +594,7 @@ onMounted(() => {
...
@@ -594,7 +594,7 @@ onMounted(() => {
margin-left
:
13px
;
margin-left
:
13px
;
width
:
964px
;
width
:
964px
;
height
:
48px
;
height
:
48px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
...
@@ -651,7 +651,7 @@ onMounted(() => {
...
@@ -651,7 +651,7 @@ onMounted(() => {
.text
{
.text
{
width
:
33px
;
width
:
33px
;
height
:
30px
;
height
:
30px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -740,7 +740,7 @@ onMounted(() => {
...
@@ -740,7 +740,7 @@ onMounted(() => {
margin-left
:
13px
;
margin-left
:
13px
;
width
:
964px
;
width
:
964px
;
height
:
48px
;
height
:
48px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
...
...
src/views/decree/decreeLayout/overview/background/index.vue
浏览文件 @
4f47da48
...
@@ -209,14 +209,14 @@ const laws = ref([
...
@@ -209,14 +209,14 @@ const laws = ref([
width
:
8px
;
width
:
8px
;
height
:
20px
;
height
:
20px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
14px
;
margin-top
:
14px
;
height
:
26px
;
height
:
26px
;
line-height
:
26px
;
line-height
:
26px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
700
;
font-weight
:
700
;
...
...
src/views/decree/decreeLayout/overview/index.vue
浏览文件 @
4f47da48
...
@@ -58,31 +58,30 @@ const handleClickLeftSiderBtn = (item) => {
...
@@ -58,31 +58,30 @@ const handleClickLeftSiderBtn = (item) => {
padding-top
:
16px
;
padding-top
:
16px
;
.sider-btn
{
.sider-btn
{
margin-top
:
20px
;
margin-top
:
20px
;
margin-left
:
2
3
px
;
margin-left
:
2
0
px
;
width
:
1
12
px
;
width
:
1
20
px
;
height
:
32px
;
height
:
32px
;
display
:
flex
;
display
:
flex
;
line-height
:
32px
;
border-radius
:
16px
;
border-radius
:
16px
;
cursor
:
pointer
;
cursor
:
pointer
;
.btn-text
{
.btn-text
{
width
:
82px
;
margin-left
:
28px
;
width
:
68px
;
height
:
32px
;
height
:
32px
;
line-height
:
32px
;
line-height
:
32px
;
text-align
:
left
;
text-align
:
left
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding-left
:
24px
;
font-size
:
16px
;
font-size
:
14px
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
color
:
rgba
(
95
,
101
,
108
,
1
);
color
:
rgba
(
95
,
101
,
108
,
1
);
}
}
.btn-icon
{
.btn-icon
{
width
:
22px
;
width
:
22px
;
padding-top
:
2
px
;
padding-top
:
9
px
;
}
}
}
}
.siderBtnActive
{
.siderBtnActive
{
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
.btn-text
{
.btn-text
{
color
:
#fff
!
important
;
color
:
#fff
!
important
;
}
}
...
...
src/views/decree/decreeLayout/overview/introduction/index.vue
浏览文件 @
4f47da48
...
@@ -252,14 +252,14 @@ const eventList = ref([
...
@@ -252,14 +252,14 @@ const eventList = ref([
width
:
8px
;
width
:
8px
;
height
:
20px
;
height
:
20px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
14px
;
margin-top
:
14px
;
height
:
26px
;
height
:
26px
;
line-height
:
26px
;
line-height
:
26px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
700
;
font-weight
:
700
;
...
...
src/views/decree/institution/deepdig/index.vue
浏览文件 @
4f47da48
...
@@ -404,14 +404,14 @@ onMounted(() => {
...
@@ -404,14 +404,14 @@ onMounted(() => {
width
:
8px
;
width
:
8px
;
height
:
16px
;
height
:
16px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
16px
;
margin-top
:
16px
;
height
:
24px
;
height
:
24px
;
line-height
:
24px
;
line-height
:
24px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -438,9 +438,9 @@ onMounted(() => {
...
@@ -438,9 +438,9 @@ onMounted(() => {
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.btnActive
{
.btnActive
{
border
:
1px
solid
rgba
(
10
,
87
,
166
,
1
);
border
:
1px
solid
var
(
--
color-main-active
);
background
:
rgba
(
246
,
250
,
255
,
1
);
background
:
rgba
(
246
,
250
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
}
}
}
}
.header-info
{
.header-info
{
...
...
src/views/decree/institution/insDetail/index.vue
浏览文件 @
4f47da48
...
@@ -283,14 +283,14 @@ const curList = ref([
...
@@ -283,14 +283,14 @@ const curList = ref([
width
:
8px
;
width
:
8px
;
height
:
16px
;
height
:
16px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
16px
;
margin-top
:
16px
;
height
:
24px
;
height
:
24px
;
line-height
:
24px
;
line-height
:
24px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -317,9 +317,9 @@ const curList = ref([
...
@@ -317,9 +317,9 @@ const curList = ref([
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.btnActive
{
.btnActive
{
border
:
1px
solid
rgba
(
10
,
87
,
166
,
1
);
border
:
1px
solid
var
(
--
color-main-active
);
background
:
rgba
(
246
,
250
,
255
,
1
);
background
:
rgba
(
246
,
250
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
}
}
}
}
.header-info
{
.header-info
{
...
...
src/views/exportControl/infoPlatform/index.vue
浏览文件 @
4f47da48
...
@@ -550,7 +550,7 @@ const talentData = ref([
...
@@ -550,7 +550,7 @@ const talentData = ref([
.
content
-
card
-
date
{
.
content
-
card
-
date
{
font
-
size
:
14
px
;
font
-
size
:
14
px
;
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color
-
main
-
active
);
}
}
.
content
-
card
-
title
{
.
content
-
card
-
title
{
width
:
100
%
;
width
:
100
%
;
...
@@ -698,7 +698,7 @@ const talentData = ref([
...
@@ -698,7 +698,7 @@ const talentData = ref([
.
time
-
line
-
dot
{
.
time
-
line
-
dot
{
width
:
8
px
;
width
:
8
px
;
height
:
8
px
;
height
:
8
px
;
background
-
color
:
rgba
(
10
,
87
,
166
,
1
);
background
-
color
:
var
(
--
color
-
main
-
active
);
border
-
radius
:
50
%
;
border
-
radius
:
50
%
;
}
}
<
/style
>
<
/style
>
src/views/exportControl/researchFunding/index.vue
浏览文件 @
4f47da48
...
@@ -485,11 +485,11 @@ const policyBanData = ref([
...
@@ -485,11 +485,11 @@ const policyBanData = ref([
.content-list-item-money
{
.content-list-item-money
{
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
700
;
font-weight
:
700
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
margin-left
:
50px
;
margin-left
:
50px
;
}
}
.content-card-title-text
{
.content-card-title-text
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
.content-card-desc
{
.content-card-desc
{
font-size
:
14px
;
font-size
:
14px
;
...
...
src/views/exportControl/ruleDetail/content/survey.vue
浏览文件 @
4f47da48
...
@@ -257,7 +257,7 @@ const tableData = ref([
...
@@ -257,7 +257,7 @@ const tableData = ref([
color
:
rgba
(
59
,
65
,
75
,
1
);
color
:
rgba
(
59
,
65
,
75
,
1
);
}
}
.content-desc-content
{
.content-desc-content
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
}
}
...
@@ -302,7 +302,7 @@ const tableData = ref([
...
@@ -302,7 +302,7 @@ const tableData = ref([
.time-line-dot
{
.time-line-dot
{
width
:
8px
;
width
:
8px
;
height
:
8px
;
height
:
8px
;
background-color
:
rgba
(
10
,
87
,
166
,
1
);
background-color
:
var
(
--color-main-active
);
border-radius
:
50%
;
border-radius
:
50%
;
}
}
.example-card
{
.example-card
{
...
@@ -408,6 +408,6 @@ const tableData = ref([
...
@@ -408,6 +408,6 @@ const tableData = ref([
line-height
:
24px
;
line-height
:
24px
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
</
style
>
</
style
>
src/views/exportControl/ruleLimit/index.vue
浏览文件 @
4f47da48
...
@@ -480,7 +480,7 @@ const orgAndruleList = ref([
...
@@ -480,7 +480,7 @@ const orgAndruleList = ref([
.content-card-date
{
.content-card-date
{
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
400
;
font-weight
:
400
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
.content-card-title
{
.content-card-title
{
width
:
100%
;
width
:
100%
;
...
@@ -547,7 +547,7 @@ const orgAndruleList = ref([
...
@@ -547,7 +547,7 @@ const orgAndruleList = ref([
font-weight
:
400
;
font-weight
:
400
;
border-radius
:
50%
;
border-radius
:
50%
;
background-color
:
rgba
(
231
,
243
,
255
,
1
);
background-color
:
rgba
(
231
,
243
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
.content-card-title-box
{
.content-card-title-box
{
display
:
flex
;
display
:
flex
;
...
...
src/views/finance/analysis/content/depthMine.vue
浏览文件 @
4f47da48
...
@@ -445,7 +445,7 @@ const handleClick = index => {
...
@@ -445,7 +445,7 @@ const handleClick = index => {
}
}
.depth-mine-left-item-active
{
.depth-mine-left-item-active
{
color
:
#fff
;
color
:
#fff
;
background-color
:
rgba
(
10
,
87
,
166
,
1
);
background-color
:
var
(
--color-main-active
);
}
}
.depth-mine-left-item-title
{
.depth-mine-left-item-title
{
font-size
:
16px
;
font-size
:
16px
;
...
@@ -491,7 +491,7 @@ const handleClick = index => {
...
@@ -491,7 +491,7 @@ const handleClick = index => {
.content-box-footer-text
{
.content-box-footer-text
{
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
.footer-img-small
{
.footer-img-small
{
width
:
20px
;
width
:
20px
;
...
...
src/views/finance/analysis/content/impactAnalysis.vue
浏览文件 @
4f47da48
...
@@ -491,7 +491,7 @@ onMounted(() => {
...
@@ -491,7 +491,7 @@ onMounted(() => {
.content-box-footer-text
{
.content-box-footer-text
{
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
.footer-img-small
{
.footer-img-small
{
width
:
20px
;
width
:
20px
;
...
...
src/views/finance/analysis/content/survey.vue
浏览文件 @
4f47da48
...
@@ -246,7 +246,7 @@ import { Postcard } from "@element-plus/icons-vue";
...
@@ -246,7 +246,7 @@ import { Postcard } from "@element-plus/icons-vue";
color
:
rgba
(
59
,
65
,
75
,
1
);
color
:
rgba
(
59
,
65
,
75
,
1
);
}
}
.content-desc-content
{
.content-desc-content
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
}
}
...
@@ -291,7 +291,7 @@ import { Postcard } from "@element-plus/icons-vue";
...
@@ -291,7 +291,7 @@ import { Postcard } from "@element-plus/icons-vue";
.time-line-dot
{
.time-line-dot
{
width
:
8px
;
width
:
8px
;
height
:
8px
;
height
:
8px
;
background-color
:
rgba
(
10
,
87
,
166
,
1
);
background-color
:
var
(
--color-main-active
);
border-radius
:
50%
;
border-radius
:
50%
;
}
}
.example-card
{
.example-card
{
...
...
src/views/finance/index.vue
浏览文件 @
4f47da48
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
<el-row
:gutter=
"20"
style=
"width: 1600px; margin: 0 auto"
>
<el-row
:gutter=
"20"
style=
"width: 1600px; margin: 0 auto"
>
<CustomTitle
id=
"position1"
title=
"最新动态"
style=
"margin-top: 24px"
/>
<CustomTitle
id=
"position1"
title=
"最新动态"
style=
"margin-top: 24px"
/>
<el-col
:span=
"16"
>
<el-col
:span=
"16"
>
<custom-container
titleType=
"primary"
title=
"最新
出口管
制政策"
:titleIcon=
"houseIcon"
height=
"450px"
>
<custom-container
titleType=
"primary"
title=
"最新
投融资限
制政策"
:titleIcon=
"houseIcon"
height=
"450px"
>
<template
#
header-right
>
<template
#
header-right
>
<el-button
type=
"primary"
link
@
click=
"handleToDetail"
>
<el-button
type=
"primary"
link
@
click=
"handleToDetail"
>
{{
"查看详情 >"
}}
{{
"查看详情 >"
}}
...
...
src/views/finance/infoPlatform/index.vue
浏览文件 @
4f47da48
...
@@ -550,7 +550,7 @@ const talentData = ref([
...
@@ -550,7 +550,7 @@ const talentData = ref([
.
content
-
card
-
date
{
.
content
-
card
-
date
{
font
-
size
:
14
px
;
font
-
size
:
14
px
;
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color
-
main
-
active
);
}
}
.
content
-
card
-
title
{
.
content
-
card
-
title
{
width
:
100
%
;
width
:
100
%
;
...
@@ -698,7 +698,7 @@ const talentData = ref([
...
@@ -698,7 +698,7 @@ const talentData = ref([
.
time
-
line
-
dot
{
.
time
-
line
-
dot
{
width
:
8
px
;
width
:
8
px
;
height
:
8
px
;
height
:
8
px
;
background
-
color
:
rgba
(
10
,
87
,
166
,
1
);
background
-
color
:
var
(
--
color
-
main
-
active
);
border
-
radius
:
50
%
;
border
-
radius
:
50
%
;
}
}
<
/style
>
<
/style
>
src/views/finance/researchFunding/index.vue
浏览文件 @
4f47da48
...
@@ -485,11 +485,11 @@ const policyBanData = ref([
...
@@ -485,11 +485,11 @@ const policyBanData = ref([
.content-list-item-money
{
.content-list-item-money
{
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
700
;
font-weight
:
700
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
margin-left
:
50px
;
margin-left
:
50px
;
}
}
.content-card-title-text
{
.content-card-title-text
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
.content-card-desc
{
.content-card-desc
{
font-size
:
14px
;
font-size
:
14px
;
...
...
src/views/finance/ruleDetail/content/survey.vue
浏览文件 @
4f47da48
...
@@ -257,7 +257,7 @@ const tableData = ref([
...
@@ -257,7 +257,7 @@ const tableData = ref([
color
:
rgba
(
59
,
65
,
75
,
1
);
color
:
rgba
(
59
,
65
,
75
,
1
);
}
}
.content-desc-content
{
.content-desc-content
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
}
}
...
@@ -302,7 +302,7 @@ const tableData = ref([
...
@@ -302,7 +302,7 @@ const tableData = ref([
.time-line-dot
{
.time-line-dot
{
width
:
8px
;
width
:
8px
;
height
:
8px
;
height
:
8px
;
background-color
:
rgba
(
10
,
87
,
166
,
1
);
background-color
:
var
(
--color-main-active
);
border-radius
:
50%
;
border-radius
:
50%
;
}
}
.example-card
{
.example-card
{
...
@@ -408,6 +408,6 @@ const tableData = ref([
...
@@ -408,6 +408,6 @@ const tableData = ref([
line-height
:
24px
;
line-height
:
24px
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
</
style
>
</
style
>
src/views/finance/ruleLimit/index.vue
浏览文件 @
4f47da48
...
@@ -480,7 +480,7 @@ const orgAndruleList = ref([
...
@@ -480,7 +480,7 @@ const orgAndruleList = ref([
.content-card-date
{
.content-card-date
{
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
400
;
font-weight
:
400
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
.content-card-title
{
.content-card-title
{
width
:
100%
;
width
:
100%
;
...
@@ -547,7 +547,7 @@ const orgAndruleList = ref([
...
@@ -547,7 +547,7 @@ const orgAndruleList = ref([
font-weight
:
400
;
font-weight
:
400
;
border-radius
:
50%
;
border-radius
:
50%
;
background-color
:
rgba
(
231
,
243
,
255
,
1
);
background-color
:
rgba
(
231
,
243
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--color-main-active
);
}
}
.content-card-title-box
{
.content-card-title-box
{
display
:
flex
;
display
:
flex
;
...
...
src/views/infoPlatform/index.vue
浏览文件 @
4f47da48
...
@@ -459,7 +459,7 @@ const talentData = ref([
...
@@ -459,7 +459,7 @@ const talentData = ref([
}
}
.
el
-
breadcrumb__item
:
last
-
child
::
v
-
deep
.
el
-
breadcrumb__inner
{
.
el
-
breadcrumb__item
:
last
-
child
::
v
-
deep
.
el
-
breadcrumb__inner
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color
-
main
-
active
);
font
-
weight
:
800
;
font
-
weight
:
800
;
}
}
...
@@ -544,7 +544,7 @@ const talentData = ref([
...
@@ -544,7 +544,7 @@ const talentData = ref([
.
content
-
card
-
date
{
.
content
-
card
-
date
{
font
-
size
:
14
px
;
font
-
size
:
14
px
;
font
-
weight
:
400
;
font
-
weight
:
400
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color
-
main
-
active
);
}
}
.
content
-
card
-
title
{
.
content
-
card
-
title
{
width
:
100
%
;
width
:
100
%
;
...
@@ -696,7 +696,7 @@ const talentData = ref([
...
@@ -696,7 +696,7 @@ const talentData = ref([
.
time
-
line
-
dot
{
.
time
-
line
-
dot
{
width
:
8
px
;
width
:
8
px
;
height
:
8
px
;
height
:
8
px
;
background
-
color
:
rgba
(
10
,
87
,
166
,
1
);
background
-
color
:
var
(
--
color
-
main
-
active
);
border
-
radius
:
50
%
;
border
-
radius
:
50
%
;
}
}
.
el
-
tag
{
.
el
-
tag
{
...
...
src/views/innovationSubject/index.vue
浏览文件 @
4f47da48
...
@@ -1234,7 +1234,7 @@ onMounted(async () => {
...
@@ -1234,7 +1234,7 @@ onMounted(async () => {
height
:
48px
;
height
:
48px
;
margin-left
:
18px
;
margin-left
:
18px
;
color
:
#fff
;
color
:
#fff
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -1918,7 +1918,7 @@ onMounted(async () => {
...
@@ -1918,7 +1918,7 @@ onMounted(async () => {
}
}
.home-main-footer
{
.home-main-footer
{
margin-top
:
34px
;
margin-top
:
34px
;
height
:
1379
px
;
height
:
910
px
;
background
:
rgba
(
248
,
249
,
250
,
1
);
background
:
rgba
(
248
,
249
,
250
,
1
);
overflow
:
hidden
;
overflow
:
hidden
;
.divide4
{
.divide4
{
...
...
src/views/innovationSubject/utils/barChart.js
浏览文件 @
4f47da48
...
@@ -42,7 +42,7 @@ const getBarChart = (nameList, valueList) => {
...
@@ -42,7 +42,7 @@ const getBarChart = (nameList, valueList) => {
label
:
{
label
:
{
show
:
true
,
show
:
true
,
position
:
'top'
,
position
:
'top'
,
color
:
'
rgba(10, 87, 166, 1
)'
,
color
:
'
var(--color-main-active
)'
,
fontWeight
:
'bold'
,
// 文字加粗
fontWeight
:
'bold'
,
// 文字加粗
fontSize
:
14
,
fontSize
:
14
,
formatter
:
function
(
params
)
{
formatter
:
function
(
params
)
{
...
@@ -59,7 +59,7 @@ const getBarChart = (nameList, valueList) => {
...
@@ -59,7 +59,7 @@ const getBarChart = (nameList, valueList) => {
},
},
{
{
offset
:
1
,
offset
:
1
,
color
:
'
rgba(10, 87, 166, 1
)'
color
:
'
var(--color-main-active
)'
}
}
]);
]);
},
},
...
...
src/views/marketAccessRestrictions/marketAccessHome/index.vue
浏览文件 @
4f47da48
差异被折叠。
点击展开。
src/views/marketAccessRestrictions/marketAccessLayout/case/index.vue
浏览文件 @
4f47da48
...
@@ -410,12 +410,12 @@ onMounted(() => {
...
@@ -410,12 +410,12 @@ onMounted(() => {
height
:
16px
;
height
:
16px
;
margin-top
:
4px
;
margin-top
:
4px
;
border-radius
:
2px
2px
0
0
;
border-radius
:
2px
2px
0
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
height
:
2px
;
height
:
2px
;
margin-left
:
17px
;
margin-left
:
17px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -440,12 +440,12 @@ onMounted(() => {
...
@@ -440,12 +440,12 @@ onMounted(() => {
height
:
16px
;
height
:
16px
;
margin-top
:
4px
;
margin-top
:
4px
;
border-radius
:
2px
2px
0
0
;
border-radius
:
2px
2px
0
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
height
:
2px
;
height
:
2px
;
margin-left
:
17px
;
margin-left
:
17px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -561,7 +561,7 @@ onMounted(() => {
...
@@ -561,7 +561,7 @@ onMounted(() => {
background
:
rgba
(
255
,
247
,
230
,
1
);
background
:
rgba
(
255
,
247
,
230
,
1
);
}
}
.name2
{
.name2
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
border
:
1px
solid
rgba
(
145
,
202
,
255
,
1
);
border
:
1px
solid
rgba
(
145
,
202
,
255
,
1
);
background
:
rgba
(
230
,
244
,
255
,
1
);
background
:
rgba
(
230
,
244
,
255
,
1
);
}
}
...
...
src/views/marketAccessRestrictions/marketAccessLayout/index.vue
浏览文件 @
4f47da48
...
@@ -223,12 +223,12 @@ onMounted(() => {});
...
@@ -223,12 +223,12 @@ onMounted(() => {});
line-height
:
24px
;
line-height
:
24px
;
}
}
.textActive
{
.textActive
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-weight
:
700
;
font-weight
:
700
;
}
}
}
}
.btnItemActive
{
.btnItemActive
{
border-bottom
:
3px
solid
rgba
(
10
,
87
,
166
,
1
);
border-bottom
:
3px
solid
var
(
--
color-main-active
);
}
}
}
}
}
}
...
...
src/views/marketAccessRestrictions/marketAccessLayout/overview/232/index.vue
浏览文件 @
4f47da48
...
@@ -220,7 +220,7 @@ onMounted(() => {
...
@@ -220,7 +220,7 @@ onMounted(() => {
content
:
""
;
content
:
""
;
width
:
4px
;
width
:
4px
;
height
:
49px
;
height
:
49px
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
left
:
0
;
left
:
0
;
top
:
15px
;
top
:
15px
;
}
}
...
@@ -238,7 +238,7 @@ onMounted(() => {
...
@@ -238,7 +238,7 @@ onMounted(() => {
margin-top
:
28px
;
margin-top
:
28px
;
margin-right
:
35px
;
margin-right
:
35px
;
height
:
24px
;
height
:
24px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
30px
;
font-size
:
30px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -275,14 +275,14 @@ onMounted(() => {
...
@@ -275,14 +275,14 @@ onMounted(() => {
width
:
8px
;
width
:
8px
;
height
:
20px
;
height
:
20px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
14px
;
margin-top
:
14px
;
height
:
26px
;
height
:
26px
;
line-height
:
26px
;
line-height
:
26px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -310,9 +310,9 @@ onMounted(() => {
...
@@ -310,9 +310,9 @@ onMounted(() => {
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.btnActive
{
.btnActive
{
border
:
1px
solid
rgba
(
10
,
87
,
166
,
1
);
border
:
1px
solid
var
(
--
color-main-active
);
background
:
rgba
(
246
,
250
,
255
,
1
);
background
:
rgba
(
246
,
250
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
}
}
}
}
.header-right
{
.header-right
{
...
...
src/views/marketAccessRestrictions/marketAccessLayout/overview/301/index.vue
浏览文件 @
4f47da48
...
@@ -544,13 +544,13 @@ onMounted(() => {
...
@@ -544,13 +544,13 @@ onMounted(() => {
width
:
8px
;
width
:
8px
;
height
:
20px
;
height
:
20px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
14px
;
margin-top
:
14px
;
height
:
26px
;
height
:
26px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
700
;
font-weight
:
700
;
...
...
src/views/marketAccessRestrictions/marketAccessLayout/overview/337/index.vue
浏览文件 @
4f47da48
...
@@ -262,7 +262,7 @@ onMounted(() => {
...
@@ -262,7 +262,7 @@ onMounted(() => {
content
:
""
;
content
:
""
;
width
:
4px
;
width
:
4px
;
height
:
49px
;
height
:
49px
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
left
:
0
;
left
:
0
;
top
:
15px
;
top
:
15px
;
}
}
...
@@ -280,7 +280,7 @@ onMounted(() => {
...
@@ -280,7 +280,7 @@ onMounted(() => {
margin-top
:
28px
;
margin-top
:
28px
;
margin-right
:
35px
;
margin-right
:
35px
;
height
:
24px
;
height
:
24px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
30px
;
font-size
:
30px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -317,14 +317,14 @@ onMounted(() => {
...
@@ -317,14 +317,14 @@ onMounted(() => {
width
:
8px
;
width
:
8px
;
height
:
20px
;
height
:
20px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
14px
;
margin-top
:
14px
;
height
:
26px
;
height
:
26px
;
line-height
:
26px
;
line-height
:
26px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -351,9 +351,9 @@ onMounted(() => {
...
@@ -351,9 +351,9 @@ onMounted(() => {
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.btnActive
{
.btnActive
{
border
:
1px
solid
rgba
(
10
,
87
,
166
,
1
);
border
:
1px
solid
var
(
--
color-main-active
);
background
:
rgba
(
246
,
250
,
255
,
1
);
background
:
rgba
(
246
,
250
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
}
}
}
}
.header-right
{
.header-right
{
...
...
src/views/marketAccessRestrictions/singleCaseLayout/deepdig/232/index.vue
浏览文件 @
4f47da48
...
@@ -429,14 +429,14 @@ onMounted(() => {});
...
@@ -429,14 +429,14 @@ onMounted(() => {});
width
:
8px
;
width
:
8px
;
height
:
16px
;
height
:
16px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
16px
;
margin-top
:
16px
;
height
:
24px
;
height
:
24px
;
line-height
:
24px
;
line-height
:
24px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -463,9 +463,9 @@ onMounted(() => {});
...
@@ -463,9 +463,9 @@ onMounted(() => {});
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.btnActive
{
.btnActive
{
border
:
1px
solid
rgba
(
10
,
87
,
166
,
1
);
border
:
1px
solid
var
(
--
color-main-active
);
background
:
rgba
(
246
,
250
,
255
,
1
);
background
:
rgba
(
246
,
250
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
}
}
}
}
.header-right
{
.header-right
{
...
...
src/views/marketAccessRestrictions/singleCaseLayout/deepdig/337/index.vue
浏览文件 @
4f47da48
...
@@ -359,14 +359,14 @@ onMounted(() => {
...
@@ -359,14 +359,14 @@ onMounted(() => {
width
:
8px
;
width
:
8px
;
height
:
16px
;
height
:
16px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
16px
;
margin-top
:
16px
;
height
:
24px
;
height
:
24px
;
line-height
:
24px
;
line-height
:
24px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -393,9 +393,9 @@ onMounted(() => {
...
@@ -393,9 +393,9 @@ onMounted(() => {
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.btnActive
{
.btnActive
{
border
:
1px
solid
rgba
(
10
,
87
,
166
,
1
);
border
:
1px
solid
var
(
--
color-main-active
);
background
:
rgba
(
246
,
250
,
255
,
1
);
background
:
rgba
(
246
,
250
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
}
}
}
}
.header-right
{
.header-right
{
...
@@ -457,7 +457,7 @@ onMounted(() => {
...
@@ -457,7 +457,7 @@ onMounted(() => {
line-height
:
40px
;
line-height
:
40px
;
width
:
666px
;
width
:
666px
;
height
:
40px
;
height
:
40px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
...
@@ -509,7 +509,7 @@ onMounted(() => {
...
@@ -509,7 +509,7 @@ onMounted(() => {
line-height
:
40px
;
line-height
:
40px
;
width
:
666px
;
width
:
666px
;
height
:
40px
;
height
:
40px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
...
@@ -572,7 +572,7 @@ onMounted(() => {
...
@@ -572,7 +572,7 @@ onMounted(() => {
line-height
:
40px
;
line-height
:
40px
;
width
:
666px
;
width
:
666px
;
height
:
40px
;
height
:
40px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
...
@@ -661,7 +661,7 @@ onMounted(() => {
...
@@ -661,7 +661,7 @@ onMounted(() => {
line-height
:
40px
;
line-height
:
40px
;
width
:
666px
;
width
:
666px
;
height
:
40px
;
height
:
40px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
...
...
src/views/marketAccessRestrictions/singleCaseLayout/index.vue
浏览文件 @
4f47da48
...
@@ -158,7 +158,7 @@ onMounted(() => {});
...
@@ -158,7 +158,7 @@ onMounted(() => {});
border
:
1px
solid
rgba
(
145
,
202
,
255
,
1
);
border
:
1px
solid
rgba
(
145
,
202
,
255
,
1
);
border-radius
:
4px
;
border-radius
:
4px
;
background
:
rgba
(
230
,
244
,
255
,
1
);
background
:
rgba
(
230
,
244
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -193,7 +193,7 @@ onMounted(() => {});
...
@@ -193,7 +193,7 @@ onMounted(() => {});
height
:
48px
;
height
:
48px
;
display
:
flex
;
display
:
flex
;
.navItemActive
{
.navItemActive
{
border-bottom
:
3px
solid
rgba
(
10
,
87
,
166
,
1
);
border-bottom
:
3px
solid
var
(
--
color-main-active
);
}
}
.nav-item
{
.nav-item
{
display
:
flex
;
display
:
flex
;
...
@@ -223,7 +223,7 @@ onMounted(() => {});
...
@@ -223,7 +223,7 @@ onMounted(() => {});
.textActive
{
.textActive
{
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
700
;
font-weight
:
700
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
}
}
}
}
}
}
...
...
src/views/marketAccessRestrictions/singleCaseLayout/overview/232/index.vue
浏览文件 @
4f47da48
...
@@ -243,14 +243,14 @@ const timeLineList = ref([
...
@@ -243,14 +243,14 @@ const timeLineList = ref([
width
:
8px
;
width
:
8px
;
height
:
16px
;
height
:
16px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
16px
;
margin-top
:
16px
;
height
:
24px
;
height
:
24px
;
line-height
:
24px
;
line-height
:
24px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -277,9 +277,9 @@ const timeLineList = ref([
...
@@ -277,9 +277,9 @@ const timeLineList = ref([
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.btnActive
{
.btnActive
{
border
:
1px
solid
rgba
(
10
,
87
,
166
,
1
);
border
:
1px
solid
var
(
--
color-main-active
);
background
:
rgba
(
246
,
250
,
255
,
1
);
background
:
rgba
(
246
,
250
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
}
}
}
}
.header-info
{
.header-info
{
...
@@ -415,7 +415,7 @@ const timeLineList = ref([
...
@@ -415,7 +415,7 @@ const timeLineList = ref([
display
:
flex
;
display
:
flex
;
width
:
240px
;
width
:
240px
;
.title
{
.title
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
height
:
26px
;
height
:
26px
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
...
@@ -457,7 +457,7 @@ const timeLineList = ref([
...
@@ -457,7 +457,7 @@ const timeLineList = ref([
}
}
.time
{
.time
{
height
:
24px
;
height
:
24px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
...
...
src/views/marketAccessRestrictions/singleCaseLayout/overview/301/index.vue
浏览文件 @
4f47da48
...
@@ -375,14 +375,14 @@ const relatedEvents = ref([
...
@@ -375,14 +375,14 @@ const relatedEvents = ref([
width
:
8px
;
width
:
8px
;
height
:
16px
;
height
:
16px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
16px
;
margin-top
:
16px
;
height
:
24px
;
height
:
24px
;
line-height
:
24px
;
line-height
:
24px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -409,9 +409,9 @@ const relatedEvents = ref([
...
@@ -409,9 +409,9 @@ const relatedEvents = ref([
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.btnActive
{
.btnActive
{
border
:
1px
solid
rgba
(
10
,
87
,
166
,
1
);
border
:
1px
solid
var
(
--
color-main-active
);
background
:
rgba
(
246
,
250
,
255
,
1
);
background
:
rgba
(
246
,
250
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
}
}
}
}
.header-info
{
.header-info
{
...
...
src/views/marketAccessRestrictions/singleCaseLayout/overview/337/index.vue
浏览文件 @
4f47da48
...
@@ -290,14 +290,14 @@ const caseList = ref([
...
@@ -290,14 +290,14 @@ const caseList = ref([
width
:
8px
;
width
:
8px
;
height
:
16px
;
height
:
16px
;
border-radius
:
0
4px
4px
0
;
border-radius
:
0
4px
4px
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
margin-left
:
14px
;
margin-left
:
14px
;
margin-top
:
16px
;
margin-top
:
16px
;
height
:
24px
;
height
:
24px
;
line-height
:
24px
;
line-height
:
24px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -324,9 +324,9 @@ const caseList = ref([
...
@@ -324,9 +324,9 @@ const caseList = ref([
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.btnActive
{
.btnActive
{
border
:
1px
solid
rgba
(
10
,
87
,
166
,
1
);
border
:
1px
solid
var
(
--
color-main-active
);
background
:
rgba
(
246
,
250
,
255
,
1
);
background
:
rgba
(
246
,
250
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
}
}
}
}
.header-info
{
.header-info
{
...
@@ -443,7 +443,7 @@ const caseList = ref([
...
@@ -443,7 +443,7 @@ const caseList = ref([
height
:
24px
;
height
:
24px
;
margin-left
:
16px
;
margin-left
:
16px
;
margin-top
:
6px
;
margin-top
:
6px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -453,7 +453,7 @@ const caseList = ref([
...
@@ -453,7 +453,7 @@ const caseList = ref([
height
:
24px
;
height
:
24px
;
margin-left
:
16px
;
margin-left
:
16px
;
margin-top
:
6px
;
margin-top
:
6px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
...
@@ -488,7 +488,7 @@ const caseList = ref([
...
@@ -488,7 +488,7 @@ const caseList = ref([
text-align
:
center
;
text-align
:
center
;
line-height
:
48px
;
line-height
:
48px
;
background
:
rgba
(
231
,
243
,
255
,
1
);
background
:
rgba
(
231
,
243
,
255
,
1
);
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -549,7 +549,7 @@ const caseList = ref([
...
@@ -549,7 +549,7 @@ const caseList = ref([
margin-top
:
2px
;
margin-top
:
2px
;
margin-left
:
13px
;
margin-left
:
13px
;
width
:
941px
;
width
:
941px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
...
...
src/views/overView/index.vue
浏览文件 @
4f47da48
...
@@ -157,7 +157,7 @@
...
@@ -157,7 +157,7 @@
{{
item
.
title
}}
{{
item
.
title
}}
</div>
</div>
<div
class=
"news-box-title-small"
>
<div
class=
"news-box-title-small"
>
{{
item
.
time
+
item
.
publier
}}
{{
item
.
time
+
' · '
+
item
.
publier
}}
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -937,8 +937,8 @@ onMounted(() => {});
...
@@ -937,8 +937,8 @@ onMounted(() => {});
}
}
.news-box-title-small
{
.news-box-title-small
{
height
:
22px
;
color
:
rgba
(
95
,
101
,
108
,
1
);
color
:
rgba
(
95
,
101
,
108
,
1
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
400
;
font-weight
:
400
;
...
...
src/views/portals/components/PieProgress.vue
浏览文件 @
4f47da48
...
@@ -54,7 +54,7 @@ onMounted(() => {
...
@@ -54,7 +54,7 @@ onMounted(() => {
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
margin-top
:
2px
;
margin-top
:
2px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
}
}
.slope
{
.slope
{
width
:
68px
;
width
:
68px
;
...
...
src/views/portals/portal1/index.vue
浏览文件 @
4f47da48
...
@@ -62,8 +62,8 @@
...
@@ -62,8 +62,8 @@
@
more-click=
"moreClick"
@
more-click=
"moreClick"
title=
"科技动态"
title=
"科技动态"
:style=
"{ width: '792px', height: '360px' }"
:style=
"{ width: '792px', height: '360px' }"
title-background-color=
"
rgba(10, 87, 166, 1
)"
title-background-color=
"
var(--color-main-active
)"
line-color=
"
rgba(10, 87, 166, 1
)"
line-color=
"
var(--color-main-active
)"
>
>
<
template
#
icon
>
<
template
#
icon
>
<div
class=
"icon icon2"
></div>
<div
class=
"icon icon2"
></div>
...
@@ -78,8 +78,8 @@
...
@@ -78,8 +78,8 @@
@
more-click=
"moreClick"
@
more-click=
"moreClick"
title=
"科技政策"
title=
"科技政策"
:style=
"{ width: '792px', height: '360px', marginLeft: '16px' }"
:style=
"{ width: '792px', height: '360px', marginLeft: '16px' }"
title-background-color=
"
rgba(10, 87, 166, 1
)"
title-background-color=
"
var(--color-main-active
)"
line-color=
"
rgba(10, 87, 166, 1
)"
line-color=
"
var(--color-main-active
)"
>
>
<
template
#
icon
>
<
template
#
icon
>
<div
class=
"icon icon3"
></div>
<div
class=
"icon icon3"
></div>
...
@@ -116,8 +116,8 @@
...
@@ -116,8 +116,8 @@
@
more-click=
"moreClick"
@
more-click=
"moreClick"
title=
"最新报告"
title=
"最新报告"
:style=
"{ width: '1600px', height: '360px' }"
:style=
"{ width: '1600px', height: '360px' }"
title-background-color=
"
rgba(10, 87, 166, 1
)"
title-background-color=
"
var(--color-main-active
)"
line-color=
"
rgba(10, 87, 166, 1
)"
line-color=
"
var(--color-main-active
)"
>
>
<
template
#
icon
>
<
template
#
icon
>
<div
class=
"icon icon4"
></div>
<div
class=
"icon icon4"
></div>
...
@@ -997,7 +997,7 @@ const catdList = ref([
...
@@ -997,7 +997,7 @@ const catdList = ref([
},
},
{
{
title
:
"后台服务管理"
,
title
:
"后台服务管理"
,
bgColor
:
"
rgba(10, 87, 166, 1
)"
,
bgColor
:
"
var(--color-main-active
)"
,
list
:
[
list
:
[
{
{
title
:
"界面配置管理"
,
title
:
"界面配置管理"
,
...
...
src/views/portals/portal2/index.vue
浏览文件 @
4f47da48
...
@@ -50,8 +50,8 @@
...
@@ -50,8 +50,8 @@
@
more-click=
"moreClick"
@
more-click=
"moreClick"
title=
"科技动态"
title=
"科技动态"
:style=
"{ width: '792px', height: '360px' }"
:style=
"{ width: '792px', height: '360px' }"
title-background-color=
"
rgba(10, 87, 166, 1
)"
title-background-color=
"
var(--color-main-active
)"
line-color=
"
rgba(10, 87, 166, 1
)"
line-color=
"
var(--color-main-active
)"
>
>
<
template
#
icon
>
<
template
#
icon
>
<div
class=
"icon icon2"
></div>
<div
class=
"icon icon2"
></div>
...
@@ -66,8 +66,8 @@
...
@@ -66,8 +66,8 @@
@
more-click=
"moreClick"
@
more-click=
"moreClick"
title=
"科技政策"
title=
"科技政策"
:style=
"{ width: '792px', height: '360px', marginLeft: '16px' }"
:style=
"{ width: '792px', height: '360px', marginLeft: '16px' }"
title-background-color=
"
rgba(10, 87, 166, 1
)"
title-background-color=
"
var(--color-main-active
)"
line-color=
"
rgba(10, 87, 166, 1
)"
line-color=
"
var(--color-main-active
)"
>
>
<
template
#
icon
>
<
template
#
icon
>
<div
class=
"icon icon3"
></div>
<div
class=
"icon icon3"
></div>
...
@@ -104,8 +104,8 @@
...
@@ -104,8 +104,8 @@
@
more-click=
"moreClick"
@
more-click=
"moreClick"
title=
"最新报告"
title=
"最新报告"
:style=
"{ width: '1600px', height: '360px' }"
:style=
"{ width: '1600px', height: '360px' }"
title-background-color=
"
rgba(10, 87, 166, 1
)"
title-background-color=
"
var(--color-main-active
)"
line-color=
"
rgba(10, 87, 166, 1
)"
line-color=
"
var(--color-main-active
)"
>
>
<
template
#
icon
>
<
template
#
icon
>
<div
class=
"icon icon4"
></div>
<div
class=
"icon icon4"
></div>
...
@@ -543,7 +543,7 @@ const catdList = ref([
...
@@ -543,7 +543,7 @@ const catdList = ref([
},
},
{
{
title
:
"后台服务管理"
,
title
:
"后台服务管理"
,
bgColor
:
"
rgba(10, 87, 166, 1
)"
,
bgColor
:
"
var(--color-main-active
)"
,
list
:
[
list
:
[
{
{
title
:
"界面配置管理"
,
title
:
"界面配置管理"
,
...
...
src/views/riskSignal/index.vue
浏览文件 @
4f47da48
...
@@ -680,12 +680,12 @@ onMounted(async () => {
...
@@ -680,12 +680,12 @@ onMounted(async () => {
height
:
16px
;
height
:
16px
;
margin-top
:
4px
;
margin-top
:
4px
;
border-radius
:
2px
2px
0
0
;
border-radius
:
2px
2px
0
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
height
:
2px
;
height
:
2px
;
margin-left
:
17px
;
margin-left
:
17px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
...
...
src/views/technologyFigures/index.vue
浏览文件 @
4f47da48
...
@@ -630,7 +630,7 @@ onMounted(async () => {
...
@@ -630,7 +630,7 @@ onMounted(async () => {
height
:
53px
;
height
:
53px
;
margin-left
:
18px
;
margin-left
:
18px
;
color
:
#fff
;
color
:
#fff
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -1298,12 +1298,12 @@ onMounted(async () => {
...
@@ -1298,12 +1298,12 @@ onMounted(async () => {
height
:
16px
;
height
:
16px
;
margin-top
:
4px
;
margin-top
:
4px
;
border-radius
:
2px
2px
0
0
;
border-radius
:
2px
2px
0
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
height
:
2px
;
height
:
2px
;
margin-left
:
17px
;
margin-left
:
17px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -1328,12 +1328,12 @@ onMounted(async () => {
...
@@ -1328,12 +1328,12 @@ onMounted(async () => {
height
:
16px
;
height
:
16px
;
margin-top
:
4px
;
margin-top
:
4px
;
border-radius
:
2px
2px
0
0
;
border-radius
:
2px
2px
0
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
height
:
2px
;
height
:
2px
;
margin-left
:
17px
;
margin-left
:
17px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -1440,7 +1440,7 @@ onMounted(async () => {
...
@@ -1440,7 +1440,7 @@ onMounted(async () => {
background
:
rgba
(
255
,
247
,
230
,
1
);
background
:
rgba
(
255
,
247
,
230
,
1
);
}
}
.name2
{
.name2
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
border
:
1px
solid
rgba
(
145
,
202
,
255
,
1
);
border
:
1px
solid
rgba
(
145
,
202
,
255
,
1
);
background
:
rgba
(
230
,
244
,
255
,
1
);
background
:
rgba
(
230
,
244
,
255
,
1
);
}
}
...
...
src/views/thinkTank copy/index.vue
浏览文件 @
4f47da48
...
@@ -619,7 +619,7 @@ onMounted(async () => {
...
@@ -619,7 +619,7 @@ onMounted(async () => {
height
:
53px
;
height
:
53px
;
margin-left
:
18px
;
margin-left
:
18px
;
color
:
#fff
;
color
:
#fff
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -1287,12 +1287,12 @@ onMounted(async () => {
...
@@ -1287,12 +1287,12 @@ onMounted(async () => {
height
:
16px
;
height
:
16px
;
margin-top
:
4px
;
margin-top
:
4px
;
border-radius
:
2px
2px
0
0
;
border-radius
:
2px
2px
0
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
height
:
2px
;
height
:
2px
;
margin-left
:
17px
;
margin-left
:
17px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -1317,12 +1317,12 @@ onMounted(async () => {
...
@@ -1317,12 +1317,12 @@ onMounted(async () => {
height
:
16px
;
height
:
16px
;
margin-top
:
4px
;
margin-top
:
4px
;
border-radius
:
2px
2px
0
0
;
border-radius
:
2px
2px
0
0
;
background
:
rgba
(
10
,
87
,
166
,
1
);
background
:
var
(
--
color-main-active
);
}
}
.title
{
.title
{
height
:
2px
;
height
:
2px
;
margin-left
:
17px
;
margin-left
:
17px
;
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -1429,7 +1429,7 @@ onMounted(async () => {
...
@@ -1429,7 +1429,7 @@ onMounted(async () => {
background
:
rgba
(
255
,
247
,
230
,
1
);
background
:
rgba
(
255
,
247
,
230
,
1
);
}
}
.name2
{
.name2
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
border
:
1px
solid
rgba
(
145
,
202
,
255
,
1
);
border
:
1px
solid
rgba
(
145
,
202
,
255
,
1
);
background
:
rgba
(
230
,
244
,
255
,
1
);
background
:
rgba
(
230
,
244
,
255
,
1
);
}
}
...
...
src/views/thinkTank/ThinkTankDetail/thinkInfo/index.vue
浏览文件 @
4f47da48
...
@@ -685,7 +685,7 @@ onMounted(() => {
...
@@ -685,7 +685,7 @@ onMounted(() => {
display
:
flex
;
display
:
flex
;
width
:
240px
;
width
:
240px
;
.title
{
.title
{
color
:
rgba
(
10
,
87
,
166
,
1
);
color
:
var
(
--
color-main-active
);
height
:
26px
;
height
:
26px
;
font-family
:
Microsoft
YaHei
;
font-family
:
Microsoft
YaHei
;
font-size
:
16px
;
font-size
:
16px
;
...
...
src/views/thinkTank/index.vue
浏览文件 @
4f47da48
...
@@ -414,6 +414,8 @@ import router from "@/router";
...
@@ -414,6 +414,8 @@ import router from "@/router";
import
DivideHeader
from
"@/components/DivideHeader.vue"
;
import
DivideHeader
from
"@/components/DivideHeader.vue"
;
import
setChart
from
"@/utils/setChart"
;
import
setChart
from
"@/utils/setChart"
;
import
{
getThinkTankList
,
getThinkTankRiskSignal
}
from
"@/api/thinkTank/overview"
;
import
getMultiLineChart
from
"./utils/multiLineChart"
;
import
getMultiLineChart
from
"./utils/multiLineChart"
;
import
getPieChart
from
"./utils/piechart"
;
import
getPieChart
from
"./utils/piechart"
;
import
getRadarChart
from
"./utils/radarChart"
;
import
getRadarChart
from
"./utils/radarChart"
;
...
@@ -513,96 +515,96 @@ const filters = reactive({
...
@@ -513,96 +515,96 @@ const filters = reactive({
}
);
}
);
const
cardList
=
ref
([
const
cardList
=
ref
([
{
//
{
id
:
1
,
//
id: 1,
logo
:
Logo1
,
//
logo: Logo1,
rank
:
1
,
//
rank: 1,
name
:
"兰德科技智库"
,
//
name: "兰德科技智库",
country
:
"美国"
,
//
country: "美国",
desc
:
"全球顶尖政策研究机构,专注于国家安全、科技政策、医疗卫生、能源政策、公共安全等领域的研究。 "
,
//
desc: "全球顶尖政策研究机构,专注于国家安全、科技政策、医疗卫生、能源政策、公共安全等领域的研究。 ",
tagList
:
[
//
tagList: [
{
//
{
name
:
"国家安全"
,
//
name: "国家安全",
status
:
2
//
status: 2
}
,
//
}
,
{
//
{
name
:
"科技政策"
,
//
name: "科技政策",
status
:
4
//
status: 4
}
//
}
]
//
]
}
,
//
}
,
{
//
{
id
:
2
,
//
id: 2,
logo
:
Logo2
,
//
logo: Logo2,
rank
:
2
,
//
rank: 2,
name
:
"布鲁金斯学会"
,
//
name: "布鲁金斯学会",
country
:
"美国"
,
//
country: "美国",
desc
:
"专注于全球经济与发展、外交政策、都市政策、治理研究等领域,是美国最具影响力的智库之一。"
,
//
desc: "专注于全球经济与发展、外交政策、都市政策、治理研究等领域,是美国最具影响力的智库之一。",
tagList
:
[
//
tagList: [
{
//
{
name
:
"经济政策"
,
//
name: "经济政策",
status
:
3
//
status: 3
}
,
//
}
,
{
//
{
name
:
"公共政策"
,
//
name: "公共政策",
status
:
1
//
status: 1
}
//
}
]
//
]
}
,
//
}
,
{
//
{
id
:
3
,
//
id: 3,
logo
:
Logo3
,
//
logo: Logo3,
rank
:
3
,
//
rank: 3,
name
:
"麦肯锡全球研究院"
,
//
name: "麦肯锡全球研究院",
country
:
"美国"
,
//
country: "美国",
desc
:
"专注于国际安全、国防、区域研究、能源与气候变化等领域,以其强硬的安全政策立场著称。 "
,
//
desc: "专注于国际安全、国防、区域研究、能源与气候变化等领域,以其强硬的安全政策立场著称。 ",
tagList
:
[
//
tagList: [
{
//
{
name
:
"国际安全"
,
//
name: "国际安全",
status
:
2
//
status: 2
}
,
//
}
,
{
//
{
name
:
"国防政策"
,
//
name: "国防政策",
status
:
4
//
status: 4
}
//
}
]
//
]
}
,
//
}
,
{
//
{
id
:
4
,
//
id: 4,
logo
:
Logo4
,
//
logo: Logo4,
rank
:
4
,
//
rank: 4,
name
:
"麻省理工学院科技评论"
,
//
name: "麻省理工学院科技评论",
country
:
"美国"
,
//
country: "美国",
desc
:
"全球顶尖政策研究机构,专注于国家安全、科技政策、医疗卫生、能源政策、公共安全等领域的研究。 "
,
//
desc: "全球顶尖政策研究机构,专注于国家安全、科技政策、医疗卫生、能源政策、公共安全等领域的研究。 ",
tagList
:
[
//
tagList: [
{
//
{
name
:
"公共政策"
,
//
name: "公共政策",
status
:
2
//
status: 2
}
,
//
}
,
{
//
{
name
:
"国际关系"
,
//
name: "国际关系",
status
:
4
//
status: 4
}
//
}
]
//
]
}
,
//
}
,
{
//
{
id
:
5
,
//
id: 5,
logo
:
Logo5
,
//
logo: Logo5,
rank
:
5
,
//
rank: 5,
name
:
"信息技术与创新基金会"
,
//
name: "信息技术与创新基金会",
country
:
"美国"
,
//
country: "美国",
desc
:
"专注于国内外公共政策、国际关系等领域,是美国最具影响力的官方智库之一。 "
,
//
desc: "专注于国内外公共政策、国际关系等领域,是美国最具影响力的官方智库之一。 ",
tagList
:
[
//
tagList: [
{
//
{
name
:
"公共政策"
,
//
name: "公共政策",
status
:
2
//
status: 2
}
,
//
}
,
{
//
{
name
:
"国家安全"
,
//
name: "国家安全",
status
:
4
//
status: 4
}
//
}
]
//
]
}
//
}
]);
]);
// 返回首页
// 返回首页
...
@@ -992,7 +994,43 @@ const box8YearList = ref([
...
@@ -992,7 +994,43 @@ const box8YearList = ref([
}
}
]);
]);
// 获取智库列表
const
handleGetThinkTankList
=
async
()
=>
{
try
{
const
res
=
await
getThinkTankList
();
console
.
log
(
"智库列表"
,
res
);
if
(
res
.
code
===
200
&&
res
.
data
)
{
cardList
.
value
=
res
.
data
.
map
(
item
=>
{
return
{
id
:
item
.
id
,
logo
:
item
.
imageUrl
,
name
:
item
.
name
,
tagList
:
item
.
tags
,
country
:
item
.
country
,
desc
:
item
.
describe
,
rank
:
item
.
id
}
;
}
);
}
}
catch
(
error
)
{
console
.
error
(
"获取智库列表error"
,
error
);
}
}
;
// 获取智库风险信号
const
handleGetThinkTankRiskSignal
=
async
()
=>
{
try
{
const
res
=
await
getThinkTankRiskSignal
()
console
.
log
(
'智库风险信号'
,
res
);
}
catch
(
error
)
{
console
.
error
(
"获取智库风险信号error"
,
error
);
}
}
onMounted
(
async
()
=>
{
onMounted
(
async
()
=>
{
handleGetThinkTankList
();
handleGetThinkTankRiskSignal
()
let
box5Chart
=
getMultiLineChart
(
let
box5Chart
=
getMultiLineChart
(
chart1Data
.
value
.
title
,
chart1Data
.
value
.
title
,
chart1Data
.
value
.
data
[
0
].
value
,
chart1Data
.
value
.
data
[
0
].
value
,
...
@@ -1266,6 +1304,11 @@ onMounted(async () => {
...
@@ -1266,6 +1304,11 @@ onMounted(async () => {
line
-
height
:
22
px
;
line
-
height
:
22
px
;
letter
-
spacing
:
0
px
;
letter
-
spacing
:
0
px
;
text
-
align
:
justify
;
text
-
align
:
justify
;
display
:
-
webkit
-
box
;
-
webkit
-
box
-
orient
:
vertical
;
-
webkit
-
line
-
clamp
:
3
;
overflow
:
hidden
;
text
-
overflow
:
ellipsis
;
}
}
.
tag
-
box
{
.
tag
-
box
{
margin
:
0
20
px
;
margin
:
0
20
px
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论