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; - } - } } } }