From 8895c68688b6af9ebe6d52bf644e559651537426 Mon Sep 17 00:00:00 2001 From: x_ying <2438792676@qq.com> Date: Fri, 23 Sep 2022 12:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E5=8F=B3=E6=BB=91=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E6=94=B9=E4=B8=BAsvg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newBookRecommend.vue | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/src/views/newBookRecommend.vue b/src/views/newBookRecommend.vue index 4b8672f..9e22450 100644 --- a/src/views/newBookRecommend.vue +++ b/src/views/newBookRecommend.vue @@ -12,13 +12,23 @@

{{ item.title }}

作者:{{ item.author }}

出版社:教育出版社

-

出版日期:2022-03-03

+

出版日期:2022-03-03

-
-
+ + +
+ +
+
+ +
@@ -98,12 +108,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; }