diff --git a/src/assets/css/home-style.css b/src/assets/css/home-style.css index d0f474b..8156aa4 100644 --- a/src/assets/css/home-style.css +++ b/src/assets/css/home-style.css @@ -5,6 +5,7 @@ } :root { + --theme-bg-color: rgba(16 18 27 / 40%); --border-color: rgba(113 119 144 / 25%); --theme-color: #f9fafb; @@ -888,7 +889,6 @@ body.light-mode .video-bg:before { .MyPopover{ max-width:200px; - max-height:100px; /*overflow: auto;*/ } .MyPopover::-webkit-scrollbar { @@ -910,3 +910,25 @@ body.light-mode .video-bg:before { -ms-overflow-style: none; } +/*main-container结构下的标头格式*/ + .HeadLine{ + margin-left:20px; + font-size:30px; + display:flex; + flex-direction:row; + flex-wrap:nowrap; + align-items: center; + } +/*main-container结构下的标头字体格式*/ + .TitleFont{ + margin-left:10px; + font-weight:600; + } +/*main-container结构下的标头矩形图案样式*/ + .HeadSquare{ + width:4px; + height:25px; + margin-left:5px; + margin-top:3px; + background-color: #59a2a3; + } diff --git a/src/assets/img/Banner01.png b/src/assets/img/Banner01.png new file mode 100644 index 0000000..6c69414 Binary files /dev/null and b/src/assets/img/Banner01.png differ diff --git a/src/components/detail/NavDetail.vue b/src/components/detail/NavDetail.vue index 770c98b..d1b4471 100644 --- a/src/components/detail/NavDetail.vue +++ b/src/components/detail/NavDetail.vue @@ -1,16 +1,44 @@