From cc51552b7147f92c1a6a9977825b81ea647dee54 Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Wed, 29 Mar 2023 14:40:11 +0800 Subject: [PATCH] =?UTF-8?q?a1300399510@qq.com=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=8E=202023/03/29=20-14:40:02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/public.scss | 57 ---------------------------- src/components/PlateNavigation.vue | 60 +++++++++++++++++++++++++++++- 2 files changed, 59 insertions(+), 58 deletions(-) diff --git a/src/assets/css/public.scss b/src/assets/css/public.scss index d696d60..db59814 100755 --- a/src/assets/css/public.scss +++ b/src/assets/css/public.scss @@ -23,63 +23,6 @@ } } -//路径 -.path-box { - display: flex; - flex-direction: row; - height: 1.28rem; - line-height: 1.28rem; - margin: 0.2rem 0.35rem 0; - padding: 0 0.25rem; - border-radius: 1.68rem 1.68rem 0 1.68rem; - background-color: #fff; - font-size: 0.32rem; - -webkit-box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.1); - box-shadow: 0 0 0.16rem rgba(0, 0, 0, 0.1); - position: relative; - - .path-slash { - color: #D7D7D7; - font-size: .32rem; - } - - div { - color: #7F7F7F; - max-width: 2.5rem; - - // &::before { - // content: "/"; - // width: 0.2rem; - // padding: 0 0.07rem; - // color: #7F7F7F; - // } - - &:last-child { - max-width: 50%; - color: #000; - font-weight: bold; - } - - // &:first-child::before { - // content: ""; - // } - } - - &::after { - content: ""; - width: 0; - height: 0; - position: absolute; - bottom: 0; - right: 0; - border-top: 0.24rem solid rgba(98, 177, 255, 1); - border-left: 0.24rem solid transparent; - transform: rotateX(180deg); - margin: 0 0.09rem 0.09rem 0; - } - -} - //内容层 section { padding-top: 0.45rem; diff --git a/src/components/PlateNavigation.vue b/src/components/PlateNavigation.vue index 2c182a7..9ff1dce 100755 --- a/src/components/PlateNavigation.vue +++ b/src/components/PlateNavigation.vue @@ -29,4 +29,62 @@ export default { }; - \ No newline at end of file + \ No newline at end of file