diff --git a/src/assets/css/home-style.css b/src/assets/css/home-style.css index 81d1fa0..d0f474b 100644 --- a/src/assets/css/home-style.css +++ b/src/assets/css/home-style.css @@ -885,6 +885,21 @@ body.light-mode .video-bg:before { background: var(--scrollbar-bg); border-radius: 10px; } + +.MyPopover{ + max-width:200px; + max-height:100px; + /*overflow: auto;*/ +} +.MyPopover::-webkit-scrollbar { + width: 10px; + background-color: #ffce9a; + border-radius: 5px; +} +.MyPopover::-webkit-scrollbar-thumb { + background-color: #676767; + border-radius: 5px; +} *::-webkit-scrollbar { display: none; } diff --git a/src/assets/img/FacPic.jpg b/src/assets/img/FacPic.jpg new file mode 100644 index 0000000..c6a8797 Binary files /dev/null and b/src/assets/img/FacPic.jpg differ diff --git a/src/assets/img/SkyPic.jpg b/src/assets/img/SkyPic.jpg new file mode 100644 index 0000000..d1f3439 Binary files /dev/null and b/src/assets/img/SkyPic.jpg differ diff --git a/src/assets/img/beauty.jpg b/src/assets/img/beauty.jpg new file mode 100644 index 0000000..29197c3 Binary files /dev/null and b/src/assets/img/beauty.jpg differ diff --git a/src/components/detail/NavDetail.vue b/src/components/detail/NavDetail.vue index 6aa4823..907489e 100644 --- a/src/components/detail/NavDetail.vue +++ b/src/components/detail/NavDetail.vue @@ -1,31 +1,157 @@ +