From 9af68e46f78d1fd2922fdc13c3ece13b11026100 Mon Sep 17 00:00:00 2001 From: zyronon Date: Sat, 21 Aug 2021 02:15:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=8C=E5=9F=8E=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/utils.less | 2 +- src/pages/home/Attention.vue | 85 ++-- src/pages/home/Attention2.vue | 702 +++++++++++++++++++++++++++++++--- 3 files changed, 707 insertions(+), 82 deletions(-) diff --git a/src/assets/scss/utils.less b/src/assets/scss/utils.less index b72ef5e..692d2db 100644 --- a/src/assets/scss/utils.less +++ b/src/assets/scss/utils.less @@ -133,7 +133,7 @@ font .f(40); .f(@n, @i: 10) when (@i =< @n) { .f@{i} { - margin-left: (1px * @i) !important; + font-size: (1px * @i) !important; } .f(@n, (@i + 1)); } diff --git a/src/pages/home/Attention.vue b/src/pages/home/Attention.vue index 1384aa1..9a15266 100644 --- a/src/pages/home/Attention.vue +++ b/src/pages/home/Attention.vue @@ -1,6 +1,6 @@