diff --git a/src/assets/images/biaoti.png b/src/assets/images/biaoti.png new file mode 100644 index 0000000..8b06b1d Binary files /dev/null and b/src/assets/images/biaoti.png differ diff --git a/src/assets/images/top_banner_deep.png b/src/assets/images/top_banner_deep.png new file mode 100644 index 0000000..29532cf Binary files /dev/null and b/src/assets/images/top_banner_deep.png differ diff --git a/src/assets/images/weixuanzhong.png b/src/assets/images/weixuanzhong.png new file mode 100644 index 0000000..736e808 Binary files /dev/null and b/src/assets/images/weixuanzhong.png differ diff --git a/src/assets/images/xuanzhong.png b/src/assets/images/xuanzhong.png new file mode 100644 index 0000000..8de9aeb Binary files /dev/null and b/src/assets/images/xuanzhong.png differ diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 7fb3216..8ca51fb 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -126,7 +126,9 @@ aside { // height: 80px; } - +.mr10 { + margin-right: 10px; +} .components-container { margin: 30px 50px; position: relative; diff --git a/src/components/SizeSelect/index.vue b/src/components/SizeSelect/index.vue index 4c2e7e9..99641d4 100644 --- a/src/components/SizeSelect/index.vue +++ b/src/components/SizeSelect/index.vue @@ -41,5 +41,6 @@ function handleSetSize(size) { font-size: 18px; line-height: 50px; padding-right: 7px; + color: #fff; } \ No newline at end of file diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index a87dbfb..7af1ba0 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -138,9 +138,8 @@ function setLayout() { .right-menu { float: right; height: 100%; - line-height: 50px; display: flex; - + color: #fff; &:focus { outline: none; } @@ -150,9 +149,10 @@ function setLayout() { padding: 0 8px; height: 100%; font-size: 18px; - color: #5a5e66; + color: #fff; vertical-align: text-bottom; - + display: flex; + align-items: center; &.hover-effect { cursor: pointer; transition: background 0.3s; @@ -164,7 +164,7 @@ function setLayout() { } .avatar-container { - margin-right: 40px; + margin-right: 10px; .avatar-wrapper { margin-top: 5px; diff --git a/src/layoutMain/components/Navbar.vue b/src/layoutMain/components/Navbar.vue index 0b3e0a2..9913f8d 100644 --- a/src/layoutMain/components/Navbar.vue +++ b/src/layoutMain/components/Navbar.vue @@ -2,7 +2,7 @@