From e87be8ab3c75799d79b7165a04803e48d6dd3731 Mon Sep 17 00:00:00 2001 From: air <30444667+sszdot@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Afactor=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0=E3=80=91?= =?UTF-8?q?=EF=BC=9A=E6=96=B0=E7=9A=84=E6=A0=B7=E5=BC=8F=20=E3=80=90?= =?UTF-8?q?=E8=BF=87=20=20=E7=A8=8B=E3=80=91=EF=BC=9A=20=E3=80=90=E5=BD=B1?= =?UTF-8?q?=20=20=E5=93=8D=E3=80=91=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动 --- App.vue | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/App.vue b/App.vue index 4aa4695..4742415 100644 --- a/App.vue +++ b/App.vue @@ -54,12 +54,12 @@ .r { float: right; } - - .pr{ + + .pr { position: relative; } - - .pa{ + + .pa { position: absolute; } @@ -70,18 +70,21 @@ .fr { text-align: right; } - + .animation { - transition: all 0.2s ease; + transition: all 0.2s ease; } + //占位 空符 .extra-space { height: 156rpx; } + //占位 空符 .extra-space1 { height: 400rpx; } + //占位 空符 .extra-space2 { height: 200rpx; @@ -91,12 +94,13 @@ weight: 40rpx; height: 40rpx; } + //按钮 .numberBut { width: 130rpx; height: 48rpx; } - + .nullBut { width: 159rpx; height: 48rpx; @@ -126,6 +130,10 @@ background-color: #888; } + .bg-mb { + background-color: $uni-text-color-disable; + } + .bg-b { background-color: #383838; } @@ -299,7 +307,8 @@ .fb { font-weight: bold; } - .fn{ + + .fn { font-weight: normal; } @@ -311,6 +320,10 @@ line-height: 1.2em; } + .fz20 { + font-size: 20rpx; + } + .fz24 { font-size: 24rpx; }