diff --git a/src/assets/images/home-page/left/barometer.png b/src/assets/images/home-page/left/barometer.png new file mode 100644 index 0000000..d90fc0a Binary files /dev/null and b/src/assets/images/home-page/left/barometer.png differ diff --git a/src/assets/images/home-page/left/lightRain.png b/src/assets/images/home-page/left/lightRain.png new file mode 100644 index 0000000..33df6cf Binary files /dev/null and b/src/assets/images/home-page/left/lightRain.png differ diff --git a/src/assets/images/title/icon.png b/src/assets/images/title/icon.png new file mode 100644 index 0000000..e9fb8f1 Binary files /dev/null and b/src/assets/images/title/icon.png differ diff --git a/src/assets/images/title/title_bg.png b/src/assets/images/title/title_bg.png index 34ca511..7213b75 100644 Binary files a/src/assets/images/title/title_bg.png and b/src/assets/images/title/title_bg.png differ diff --git a/src/assets/images/top/menuNotSelected.png b/src/assets/images/top/menuNotSelected.png new file mode 100644 index 0000000..ebb2051 Binary files /dev/null and b/src/assets/images/top/menuNotSelected.png differ diff --git a/src/assets/images/top/menuSelection.png b/src/assets/images/top/menuSelection.png new file mode 100644 index 0000000..a9f9e4f Binary files /dev/null and b/src/assets/images/top/menuSelection.png differ diff --git a/src/assets/images/top/top-light.png b/src/assets/images/top/top-light.png deleted file mode 100644 index 3df9f6c..0000000 Binary files a/src/assets/images/top/top-light.png and /dev/null differ diff --git a/src/assets/images/top/top-option-bg.png b/src/assets/images/top/top-option-bg.png deleted file mode 100644 index 84cfb42..0000000 Binary files a/src/assets/images/top/top-option-bg.png and /dev/null differ diff --git a/src/assets/images/top/top.png b/src/assets/images/top/top.png index 35ca790..e98e706 100644 Binary files a/src/assets/images/top/top.png and b/src/assets/images/top/top.png differ diff --git a/src/components/global-register/title-c/index.vue b/src/components/global-register/title-c/index.vue index 51519f6..c6249bd 100644 --- a/src/components/global-register/title-c/index.vue +++ b/src/components/global-register/title-c/index.vue @@ -1,11 +1,12 @@ @@ -40,17 +41,21 @@ const changeStatus = (e: Boolean) => { .title-bg { position: relative; overflow: hidden; - height: 53px; + height: 36px; display: flex; flex-direction: row; align-items: center; + padding-left: 10px; .title { flex: 1; - font-size: 20px; color: #ffffff; - margin-left: 10%; - font-family: YouSheBiaoTiHei; + margin-left: 12px; + font-size: 16px; + line-height: 16px; + font-family: Source Han Sans SC, Source Han Sans SC; + font-weight: 500; + color: #f3f9ff; } .sw-tip { @@ -66,4 +71,8 @@ const changeStatus = (e: Boolean) => { background-size: 100% 100%; background-repeat: no-repeat; } +.title_img { + width: 20px; + height: 20px; +} diff --git a/src/components/global-register/title-d/index.vue b/src/components/global-register/title-d/index.vue new file mode 100644 index 0000000..187ed7b --- /dev/null +++ b/src/components/global-register/title-d/index.vue @@ -0,0 +1,57 @@ + + + + + + + diff --git a/src/layout/components/TopNav/index.vue b/src/layout/components/TopNav/index.vue index 7ad1ef0..87ba8aa 100644 --- a/src/layout/components/TopNav/index.vue +++ b/src/layout/components/TopNav/index.vue @@ -22,7 +22,7 @@ const onClickOutside = () => {

{{ title }}

- +
@@ -35,21 +35,20 @@ const onClickOutside = () => { background-size: 100% 100%; background-repeat: no-repeat; z-index: 3; + display: flex; .top-title { - position: relative; - margin-block: 0; - color: #fff; - letter-spacing: 4px; - font-size: 18px; - top: 40%; - transform: translateY(-50%); + width: 30%; + font-size: 27px; + font-family: Source Han Sans CN, Source Han Sans CN; + font-weight: bold; text-align: center; + color: #cfe6ff; } } .top_option { - margin-top: 15px; - padding-left: 25px; + // margin-top: 15px; + // padding-left: 25px; } diff --git a/src/styles/element-plus.scss b/src/styles/element-plus.scss index 69d6b71..f7d1d88 100644 --- a/src/styles/element-plus.scss +++ b/src/styles/element-plus.scss @@ -49,8 +49,8 @@ --el-table-bg-color: transparent; --el-table-current-row-background-color: transparent; --el-table-header-bg-color: transparent; - // --el-border-color-lighter: #0080b200; - --el-border-color-lighter: #0081b2; + --el-border-color-lighter: #0080b200; + // --el-border-color-lighter: #0081b2; --el-fill-color-lighter: #00c0ff44; --el-table-header-text-color: #00ffff !important; @@ -100,16 +100,19 @@ color: #08dcf0; } + //table头部背景颜色 .el-table__header-wrapper { - background-color: rgba(21, 47, 97, 1); + background-color: rgba(2, 49, 100, 1); border-radius: 4px 4px 0 0; height: 35px; margin-top: -3px; } } +//table内容背景颜色 .el-table__row { - background-color: rgba(21, 48, 97, 0.407) !important; + background-color: rgba(0, 61, 123, 0.353) !important; + font-size: 12px; } .el-table td { @@ -178,15 +181,16 @@ } table tr td { - border: 2px solid #152F61 !important; + // border: 2px solid #152F61 !important; } +//table边框 table tr td:not(:nth-last-child(1)) { border-right: none !important; } table tr td:not(:nth-child(1)) { - // border-left: none !important; + border-left: none !important; } table tr:not(:nth-child(1)) td { diff --git a/src/styles/index.scss b/src/styles/index.scss index 175000f..891dc73 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -115,14 +115,14 @@ ul { display: flex; flex-direction: column; box-sizing: border-box; - padding: 0 10px 10px 10px; - height: 260px; - border: 2px solid; - background: linear-gradient(0deg, #07193a 0%, rgba(9, 24, 56, 0.3) 100%); + // padding: 0 10px 10px 10px; + // height: 260px; + // border: 2px solid; + // background: linear-gradient(0deg, #07193a 0%, rgba(9, 24, 56, 0.3) 100%); - border-image: linear-gradient(180deg, - rgba(15, 37, 77, 0) 0%, - rgba(64, 98, 165, 1) 100%) 2 2 2 2; + // border-image: linear-gradient(180deg, + // rgba(15, 37, 77, 0) 0%, + // rgba(64, 98, 165, 1) 100%) 2 2 2 2; margin-bottom: 31px; overflow: hidden; } \ No newline at end of file diff --git a/src/styles/variables.scss b/src/styles/variables.scss index c633c89..c0e42e6 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -4,7 +4,7 @@ $designWidth: 1920; $designHeight: 1080; //侧边菜单宽度 -$sideWidth: 25%; +$sideWidth: 33%; @use "sass:math"; @@ -97,5 +97,10 @@ $sideWidth: 25%; //按钮 .details { - color: #E19F35; + color: rgba(102, 225, 223, 1); +} + +.conBox { + background-color: rgba(0, 61, 123, 0.5); + border-radius: 0px 0px 10px 10px; } \ No newline at end of file diff --git a/src/views/home-page/left-side/components/basicInformation.vue b/src/views/home-page/left-side/components/basicInformation.vue new file mode 100644 index 0000000..6698dd4 --- /dev/null +++ b/src/views/home-page/left-side/components/basicInformation.vue @@ -0,0 +1,127 @@ + + + + + + + \ No newline at end of file diff --git a/src/views/home-page/left-side/components/event-statistics.vue b/src/views/home-page/left-side/components/event-statistics.vue deleted file mode 100644 index 52abed5..0000000 --- a/src/views/home-page/left-side/components/event-statistics.vue +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - - - diff --git a/src/views/home-page/left-side/components/risk-pool.vue b/src/views/home-page/left-side/components/risk-pool.vue deleted file mode 100644 index fe1ad13..0000000 --- a/src/views/home-page/left-side/components/risk-pool.vue +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/views/home-page/left-side/components/weather.vue b/src/views/home-page/left-side/components/weather.vue index a4e3a19..3cb0737 100644 --- a/src/views/home-page/left-side/components/weather.vue +++ b/src/views/home-page/left-side/components/weather.vue @@ -2,27 +2,75 @@ @@ -33,71 +81,99 @@ export default defineComponent({ }); \ No newline at end of file diff --git a/src/views/home-page/left-side/index.vue b/src/views/home-page/left-side/index.vue index 6b759d8..9087e81 100644 --- a/src/views/home-page/left-side/index.vue +++ b/src/views/home-page/left-side/index.vue @@ -2,25 +2,22 @@
- - - - + +
+ + + \ No newline at end of file