From 7bb20f12c00fff9df60224ad7e203d0cd9bfc643 Mon Sep 17 00:00:00 2001 From: taiyuan Date: Mon, 26 Apr 2021 15:24:06 +0800 Subject: [PATCH] 服务项目 --- pages/user/my_service/i_service.wxml | 18 +++++++++--------- pages/user/my_service/i_service.wxss | 23 ++++++++++++----------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/pages/user/my_service/i_service.wxml b/pages/user/my_service/i_service.wxml index 3e904fd..c528692 100644 --- a/pages/user/my_service/i_service.wxml +++ b/pages/user/my_service/i_service.wxml @@ -1,17 +1,17 @@ - - - 服务记录 - 历史预约 - - + + + 服务记录 + 历史预约 + + - + @@ -62,12 +62,12 @@ -选择更多服务卡项,立即购买! +选择更多服务卡项,立即购买! - 到底了 + 到底了 diff --git a/pages/user/my_service/i_service.wxss b/pages/user/my_service/i_service.wxss index 846440b..b9364d4 100644 --- a/pages/user/my_service/i_service.wxss +++ b/pages/user/my_service/i_service.wxss @@ -8,9 +8,8 @@ page { position: absolute; top: 0rpx; left: 0rpx; - z-index: 0; + z-index: -1; width: 100%; - /* height: 100%; */ } /* 历史服务定位 */ @@ -25,11 +24,11 @@ page { .rel { background-color: rgb(255, 255, 255); - width: 350rpx; + width: 346rpx; height: 430rpx; border-radius: 20rpx; display: inline-block; - margin-right: 15rpx; + /* margin-right: 15rpx; */ margin-bottom: 20rpx; box-shadow: 0rpx 3rpx 3rpx 3rpx rgb(233, 233, 233); } @@ -45,12 +44,13 @@ page { } .Serviceitems { - position: absolute; - top: 370rpx; - left: 0rpx; + /* position: absolute; */ + /* top: 370rpx; + left: 0rpx; */ + padding: 300rpx 20rpx 0; z-index: 2; - padding-left: 18rpx; - padding-bottom: 20rpx; + /* padding-left: 18rpx; + padding-bottom: 20rpx; */ } .itemimage { @@ -158,10 +158,11 @@ page { } .After_all .Line { - border-top: 3rpx solid rgb(0, 0, 0); - width: 130rpx; + border-top: 3rpx solid #ccc; + width: 50rpx; } .After_all .end { margin: 0rpx 15rpx; + color: #ccc; } -- libgit2 0.21.4