From e22bfbdfe0c918b09d55827ba2fb006eba36bf77 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Fri, 1 Dec 2023 18:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/sending/sending.vue | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pages/tabBar/sending/sending.vue b/pages/tabBar/sending/sending.vue index c682ecd..e84811c 100644 --- a/pages/tabBar/sending/sending.vue +++ b/pages/tabBar/sending/sending.vue @@ -106,8 +106,6 @@ .header{ padding: 0 28rpx; .title1{ - width: 362rpx; - height: 41rpx; font-size: 40rpx; font-weight: bold; color: #FFF; @@ -115,8 +113,6 @@ } .desc{ margin-top: 22rpx; - width: 207rpx; - height: 28rpx; font-size: 24rpx; color: #FFF; } @@ -228,22 +224,6 @@ color: #999; } } - &::after { - position: absolute; - top: 0; - bottom: 0; - content: ' '; - right: -40rpx; - display: block; - background: #FFF; - opacity: 0.5; - width: 1rpx; - } - &:last-child { - &::after { - display: none; - } - } } } }