Commit 02e661ba835ce3db2969102f0ab6dfa31bf286f5

Authored by WXD-SEASON\season
1 parent b47cfd35

119971

pages/cart/cart2_inte/cart2_inte.json 0 → 100644
  1 +{
  2 + "usingComponents": {}
  3 +}
0 \ No newline at end of file 4 \ No newline at end of file
pages/cart/cart2_inte/cart2_inte.wxss 0 → 100644
  1 +/* pages/cart/cart2_inte/cart2_inte.wxss */
0 \ No newline at end of file 2 \ No newline at end of file
pages/user/my_service/i_service.wxml
@@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
34 </view> 34 </view>
35 35
36 <view class="flex-center itemName"> 36 <view class="flex-center itemName">
37 - <view class="fs32 Name ellipsis-1">{{item.ServiceName}}</view> 37 + <view class="fs30 Name ellipsis-2">{{item.ServiceName}}</view>
38 </view> 38 </view>
39 39
40 <view class="flex-center fs24 itemCount"> 40 <view class="flex-center fs24 itemCount">
pages/user/my_service/i_service.wxss
@@ -25,7 +25,7 @@ page { @@ -25,7 +25,7 @@ page {
25 .rel { 25 .rel {
26 background-color: rgb(255, 255, 255); 26 background-color: rgb(255, 255, 255);
27 width: 346rpx; 27 width: 346rpx;
28 - height: 430rpx; 28 + min-height: 460rpx;
29 border-radius: 20rpx; 29 border-radius: 20rpx;
30 display: inline-block; 30 display: inline-block;
31 /* margin-right: 15rpx; */ 31 /* margin-right: 15rpx; */
@@ -64,10 +64,11 @@ page { @@ -64,10 +64,11 @@ page {
64 .itemName { 64 .itemName {
65 margin-bottom: 25rpx; 65 margin-bottom: 25rpx;
66 color: rgb(48, 48, 48); 66 color: rgb(48, 48, 48);
  67 + height: 64rpx;
67 } 68 }
68 69
69 .itemName .Name { 70 .itemName .Name {
70 - max-width: 250rpx; 71 + max-width: 290rpx;
71 text-align: center; 72 text-align: center;
72 } 73 }
73 74