Administrator 2 tahun lalu
induk
melakukan
1590356814
3 mengubah file dengan 39 tambahan dan 6 penghapusan
  1. 7 3
      iconfont.wxss
  2. 7 2
      pages/xunjian/xunjian.wxml
  3. 25 1
      pages/xunjian/xunjian.wxss

+ 7 - 3
iconfont.wxss

@@ -1,8 +1,8 @@
 @font-face {
 @font-face {
   font-family: "iconfont"; /* Project id 3264694 */
   font-family: "iconfont"; /* Project id 3264694 */
-  src: url('//at.alicdn.com/t/c/font_3264694_lo5p5irico.woff2?t=1669181716419') format('woff2'),
-       url('//at.alicdn.com/t/c/font_3264694_lo5p5irico.woff?t=1669181716419') format('woff'),
-       url('//at.alicdn.com/t/c/font_3264694_lo5p5irico.ttf?t=1669181716419') format('truetype');
+  src: url('//at.alicdn.com/t/c/font_3264694_pam8ysf0ae.woff2?t=1669362403098') format('woff2'),
+       url('//at.alicdn.com/t/c/font_3264694_pam8ysf0ae.woff?t=1669362403098') format('woff'),
+       url('//at.alicdn.com/t/c/font_3264694_pam8ysf0ae.ttf?t=1669362403098') format('truetype');
 }
 }
 
 
 .iconfont {
 .iconfont {
@@ -13,6 +13,10 @@
   -moz-osx-font-smoothing: grayscale;
   -moz-osx-font-smoothing: grayscale;
 }
 }
 
 
+.icon-31shanchu:before {
+  content: "\e604";
+}
+
 .icon-web-icon-:before {
 .icon-web-icon-:before {
   content: "\e6e8";
   content: "\e6e8";
 }
 }

+ 7 - 2
pages/xunjian/xunjian.wxml

@@ -51,7 +51,12 @@
 
 
               <view class="zgq">
               <view class="zgq">
                 <text>整改前</text>
                 <text>整改前</text>
-                <image src="http://tmp/oU7P5PZUrILFa5954a1f82609040d7410fa55d78c3e0.png"></image>
+                <view>
+                 
+                  <image wx:for="{{[1,2,3,4,5]}}" src="https://img10.360buyimg.com/seckillcms/s250x250_jfs/t1/143956/31/31944/50625/637dc0a6Ebdb3a642/e994dc312d91a86c.jpg" class="vi_img">
+                    <i class="iconfont sc_img icon-31shanchu"></i>
+                  </image>
+              </view>
                 <view class="iconfont icon-mn_shangchuantupian" bindtap="takePicture">
                 <view class="iconfont icon-mn_shangchuantupian" bindtap="takePicture">
                 </view>
                 </view>
 
 
@@ -84,7 +89,7 @@
     </view>
     </view>
   </view>
   </view>
 
 
-  
+
   <!-- 巡检悬浮按钮 -->
   <!-- 巡检悬浮按钮 -->
   <view class="float_btn2 iconfont icon-gongju-" bindtap="bindViewXunJiancz" bindtouchstart="touchStart" bindtouchmove="touchMove" bindtouchend="touchEnd"></view>
   <view class="float_btn2 iconfont icon-gongju-" bindtap="bindViewXunJiancz" bindtouchstart="touchStart" bindtouchmove="touchMove" bindtouchend="touchEnd"></view>
   <view class="float_btn iconfont icon-duihao" bindtap="submitXujian"></view>
   <view class="float_btn iconfont icon-duihao" bindtap="submitXujian"></view>

+ 25 - 1
pages/xunjian/xunjian.wxss

@@ -159,7 +159,31 @@ switch .wx-switch-input{
     width:auto!important;
     width:auto!important;
     background: rgb(245, 245, 245);
     background: rgb(245, 245, 245);
 }
 }
-
+.swiperTtemBox image{
+width: 185rpx;
+height: 180rpx;
+margin: 10rpx;
+}
+.vi_img{
+  position: relative;
+}
+.sc_img{
+  background-color: rgba(0, 0, 0, 0.2);
+  position: absolute;
+  right: 0px;
+  top:0px;
+  width: 40rpx;
+  height: 35rpx;
+  margin: 0px!important;
+  border-bottom-left-radius: 50%;
+  text-align: center;
+ align-items:center;
+line-height: 28rpx;
+}
+.icon-31shanchu{
+  font-size: 20rpx!important;
+  color: rgb(207, 11, 11)!important;
+}
 /* 上传图片 */
 /* 上传图片 */
 .panel-title{
 .panel-title{
   margin-bottom: 20rpx;
   margin-bottom: 20rpx;