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