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