From c1f6e467b62f9c888c036bb54af2600d82484af6 Mon Sep 17 00:00:00 2001 From: Burt <1020103647@qq.com> Date: Fri, 12 Jan 2024 11:20:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8Foutline=20=E4=B8=8D=E6=94=AF=E6=8C=81border-radius?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/lottery/big-wheel.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/lottery/big-wheel.vue b/src/pages/lottery/big-wheel.vue index 913e134..e563288 100644 --- a/src/pages/lottery/big-wheel.vue +++ b/src/pages/lottery/big-wheel.vue @@ -147,6 +147,8 @@ const start = () => { width: 90vw; height: 90vw; margin: 20px auto; + border: 10px solid #98d3fc; + border-radius: 50%; } .prize-list { @@ -157,7 +159,7 @@ const start = () => { border-radius: 50%; // 使用outline代替border可以省很多定位的问题 - outline: 10px solid #98d3fc; + // outline: 10px solid #98d3fc; } .prize-item { @@ -192,7 +194,7 @@ const start = () => { top: 50%; left: 50%; width: 80px; - height: 80px; + height: 96px; margin: auto; cursor: pointer; background: url('https://cip-shopping-page-0eysug01066a9e-1302818703.tcloudbaseapp.com/fly/lottery-prize/btn-enable.png')