From 3c15bdeb6e58ac904f4ffee685c5601297e522f9 Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Fri, 23 Sep 2022 20:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=A6=86=E7=9B=96=E8=BF=98?= =?UTF-8?q?=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newBookRecommend.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/newBookRecommend.vue b/src/views/newBookRecommend.vue index ea83551..43d2ed1 100644 --- a/src/views/newBookRecommend.vue +++ b/src/views/newBookRecommend.vue @@ -130,12 +130,15 @@ export default { } } +.icon{ + height: 1.1em; +} .prev-btn, .next-btn{ position: absolute; bottom: 60px; font-size: 60px; - color: #71C09E; + // color: #71C09E; z-index: 999; }