From 21244e49e1b0ca66f87536c8c6d50653e1d24bad Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Sat, 4 Jun 2022 18:28:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=A0=B7=E5=BC=8F=E9=80=82?= =?UTF-8?q?=E9=85=8D=E7=A7=BB=E5=8A=A8=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 1a77e61..ba32b1d 100644 --- a/index.html +++ b/index.html @@ -407,13 +407,13 @@ .conf-card-info::after { content: ""; - width: 30rem; + width: 20rem; height: 50rem; background: cadetblue; + transform: rotate(30deg); position: absolute; - transform: rotate(-30deg); - top: -10rem; - left: -23rem; + left: -17rem; + top: -15rem; z-index: 1; }