lex-wxl 3 tuần trước cách đây
mục cha
commit
7bff1846c3

BIN
miniprogram/components/service/images/icon-close.png


BIN
miniprogram/components/service/images/icon-service.png


+ 8 - 8
miniprogram/components/service/service.less

@@ -3,8 +3,8 @@
   position: fixed;
   // bottom: 198rpx;
   // right: 8rpx;
-  width: 100rpx;
-  height: 100rpx;
+  width: 164rpx;
+  height: 168rpx;
   z-index: 998;
 }
 .service-container {
@@ -31,17 +31,17 @@
     left: 50%;
     text-align: center;
     .iconImg {
-      width: 630rpx;
-      height: 972rpx;
+      width: 590rpx;
+      height: 662rpx;
     }
 
     .iconClose {
       position: absolute;
       z-index: 1;
-      top: 38rpx;
-      right: 40rpx;
-      width: 30rpx;
-      height: 30rpx;
+      top: -80rpx;
+      right: -40rpx;
+      width: 60rpx;
+      height: 60rpx;
     }
   }
 }

+ 1 - 1
miniprogram/components/service/service.ts

@@ -13,7 +13,7 @@ Component({
     startY: 0, // 触摸起始点 Y 坐标
     windowWidth: 0, // 屏幕宽度
     windowHeight: 0, // 屏幕高度
-    elementHeight: 60 // 元素高度
+    elementHeight: 80 // 元素高度
   },
   lifetimes: {
     attached() {

+ 1 - 1
miniprogram/components/service/service.wxml

@@ -3,7 +3,7 @@
   <view class="service-container" wx:if="{{ popShow }}">
     <view class="service-mask" bind:tap="onClose"></view>
     <view class="service-section" bind:tap="onClose">
-      <image src="https://oss.dayaedu.com/ktyq/1732603212303.png" data-src="https://oss.dayaedu.com/ktyq/1732603212303.png" mode="aspectFill" catch:tap="onOpen" show-menu-by-longpress="true" catch:longtap="onPerview" class="iconImg"></image>
+      <image src="https://oss.dayaedu.com/ktyq/12/1766066866407.png" data-src="https://oss.dayaedu.com/ktyq/12/1766066866407.png" mode="aspectFill" catch:tap="onOpen" show-menu-by-longpress="true" catch:longtap="onPerview" class="iconImg"></image>
 
       <image src="./images/icon-close.png" catch:tap="onClose" class="iconClose"></image>
     </view>