From f8a8893dde0d6e117f25510639f4acf87a4bb9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 16 May 2023 10:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/App.vue b/App.vue index dffde2d..bb88776 100644 --- a/App.vue +++ b/App.vue @@ -20,45 +20,5 @@ // position: relative; color: #000000; padding: 30rpx 0 150rpx 0; - - .cards { - width: 94%; - box-shadow: 0px 0px 30rpx 0px rgba(108, 99, 255, 0.16); - background-color: #fff; - margin: 0 auto; - display: flex; - justify-content: space-evenly; - flex-wrap: wrap; - padding: 40rpx 0 200rpx 0; - border-radius: 25rpx; - - .item { - width: 43%; - height: 300rpx; - margin-bottom: 40rpx; - border-radius: 25rpx; - position: relative; - - .title { - width: 70%; - text-align: center; - font-size: 46rpx; - color: #FCFCFC; - position: absolute; - top: 58%; - left: 50%; - transform: translateX(-50%); - } - - image { - width: 100rpx; - height: 100rpx; - position: absolute; - top: 20%; - left: 50%; - transform: translateX(-50%); - } - } - } }