From 8284144b2804c69cd57f691b10aeebcc9ffe226e Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 30 十月 2023 14:33:04 +0800 Subject: [PATCH] # --- pages/business/cstmr/csmtr.vue | 20 ++------------------ 1 files changed, 2 insertions(+), 18 deletions(-) diff --git a/pages/business/cstmr/csmtr.vue b/pages/business/cstmr/csmtr.vue index 2988f77..9029ad2 100644 --- a/pages/business/cstmr/csmtr.vue +++ b/pages/business/cstmr/csmtr.vue @@ -252,10 +252,7 @@ width: 100%; background-color: #FFF; } - .city { - display: flex; - align-items: center; - } + .uni-nav-bar-text { font-size: 12px; } @@ -301,18 +298,5 @@ color: #303133; } */ - .fxbtn { - position: fixed; - bottom: 50px; - right: 10px; - width: 40px; - height: 40px; - background-color: #46a7ff; - color: #FFF; - display: flex; - align-items: center; - justify-content: center; - border-radius: 50%; - - } + </style> \ No newline at end of file -- Gitblit v1.9.1