From f4f86d7032714ad87d5b42e3b07c4bebe4351818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-D7TKRI82=5C=E9=82=93?= <52643018@qq.com> Date: Tue, 22 Jun 2021 12:47:56 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=20=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E9=A1=B5=E9=9D=A2=E5=95=86?= =?UTF-8?q?=E6=88=B7=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/index.vue | 55 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/pages/center/index.vue b/pages/center/index.vue index e2d0f22..517d49f 100644 --- a/pages/center/index.vue +++ b/pages/center/index.vue @@ -3,7 +3,11 @@ - 时空网的忠实网友 + + 时空网的忠实网友 + 商户 + 管理员 + ID 78873 135****7547 @@ -57,6 +61,22 @@ + + + + 商家工具 + 李大叔家的店 + + + + + 卡券核销 + + + + + + @@ -101,6 +121,15 @@ flex: auto; height: max-content; } + .user-label{ + display: inline-block; + font-size: 24rpx; + color: #FFFFFF; + background-color: #1E89FF; + padding: 4rpx 16rpx; + border-radius: 30rpx; + margin-left: 8rpx; + } } .list{ @@ -109,13 +138,23 @@ background-color: #FFFFFF; width: 100%; height: auto; - .list-item{ - border-bottom: 1rpx solid #EEEEEE; - height: 110rpx; - box-sizing: border-box; - &:last-child{ - border-bottom: none; - } + } + .list-item{ + border-bottom: 1rpx solid #EEEEEE; + height: 110rpx; + box-sizing: border-box; + &:last-child{ + border-bottom: none; } } + + .shop-list{ + margin-top: 20rpx; + width: 750rpx; + height: auto; + background-color: #FFFFFF; + padding: 30rpx 32rpx; + padding-bottom: 0; + box-sizing: border-box; + }