소스 검색

用户端资质证书ui调整

jiayubo 3 달 전
부모
커밋
3fbb43b46c
5개의 변경된 파일13개의 추가작업 그리고 22개의 파일을 삭제
  1. 1 1
      config.js
  2. 3 3
      pages_home/pages/Volunteerside/goodsDetails.vue
  3. 2 3
      pages_home/styles/goodsDetails.css
  4. 1 1
      pages_home/styles/goodsDetails.min.css
  5. 6 14
      pages_home/styles/goodsDetails.scss

+ 1 - 1
config.js

@@ -25,7 +25,7 @@ const config = {
     // 应用名称
     name: '金邻助家',
     // 应用版本
-    version: '1.2.1',
+    version: '1.2.2',
     // 应用logo
     logo: '/static/logo.png',
     // 官方网站

+ 3 - 3
pages_home/pages/Volunteerside/goodsDetails.vue

@@ -88,8 +88,8 @@
           </view>
         </view>
         <view class="certificate-container">
-          <up-image v-for="item in certificationPictures" :key="item" :src="item" class="certificate-img"
-            mode="aspectFill"></up-image>
+          <image v-for="item in certificationPictures" :key="item" :src="item" class="certificate-img"
+            mode="aspectFill"></image>
         </view>
       </view>
     </view>
@@ -97,7 +97,7 @@
     <!-- 评论 -->
     <view class="comment-container">
       <view class="comment-top">
-        <view class="comment-top-H2">评价(19条)</view>
+        <view class="comment-top-H2">评价(1条)</view>
         <view class="comment-top-text">
           <text>好评率100%</text>
           <image src="/static/img/Iconly@1x (4).png" class="certificate-arrow-img"></image>

+ 2 - 3
pages_home/styles/goodsDetails.css

@@ -413,9 +413,8 @@
 }
 
 .certificate-img {
-  width: 48%;
-  border-radius: 8rpx;
-  box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.08);
+  width: 312rpx;
+  height: 187rpx;
 }
 
 /* 添加卡片样式 */

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
pages_home/styles/goodsDetails.min.css


+ 6 - 14
pages_home/styles/goodsDetails.scss

@@ -354,14 +354,16 @@
         margin-left: 36rpx;
         margin-top: 30rpx;
       }
-      
+
       .user-rating {
         display: flex;
         flex-direction: column;
         margin-left: 24rpx;
-        .user-name{
+
+        .user-name {
           margin-top: 30rpx;
         }
+
         .rating-stars {
           display: flex;
           margin-top: 8rpx;
@@ -412,15 +414,6 @@
 
 
 
-
-
-
-
-
-
-
-
-
 .certificate-container {
   display: flex;
   flex-wrap: wrap;
@@ -429,9 +422,8 @@
 }
 
 .certificate-img {
-  width: 48%;
-  border-radius: 8rpx;
-  box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.08);
+  width: 312rpx;
+  height: 187rpx;
 }
 
 /* 添加卡片样式 */