shish 2 месяцев назад
Родитель
Сommit
02afeffe9d
1 измененных файлов с 1 добавлено и 101 удалено
  1. 1 101
      hdApp/src/pagesPurchase/purDetails.vue

+ 1 - 101
hdApp/src/pagesPurchase/purDetails.vue

@@ -698,11 +698,6 @@ export default {
         display: flex;
         display: flex;
         align-items: center;
         align-items: center;
         justify-content: flex-end;
         justify-content: flex-end;
-        & .iconxiangyou {
-          color: #999999;
-          font-size: 25upx;
-          margin-left: 12upx;
-        }
       }
       }
     }
     }
   }
   }
@@ -780,20 +775,12 @@ export default {
           background-color: #fafafa;
           background-color: #fafafa;
           display: flex;
           display: flex;
           align-items: center;
           align-items: center;
-          justify-content: space-between;
+          justify-content: flex-end;
           .dish-num {
           .dish-num {
             color: rgb(156, 150, 150);
             color: rgb(156, 150, 150);
             font-size: 28upx;
             font-size: 28upx;
             font-weight: 600;
             font-weight: 600;
           }
           }
-          .dish-print-btn {
-            width: 120upx;
-            padding-top: 12upx;
-            padding-bottom: 12upx;
-            font-size: 26upx;
-            color: #b4b2b2;
-            border-color: #b4b2b2;
-          }
         }
         }
       }
       }
     }
     }
@@ -807,14 +794,9 @@ export default {
       border-top: 1px solid #eeeeee;
       border-top: 1px solid #eeeeee;
       .operate-view {
       .operate-view {
         display: flex;
         display: flex;
-
         align-items: center;
         align-items: center;
         color: #3385ff;
         color: #3385ff;
         font-size: 26upx;
         font-size: 26upx;
-        .iconfont {
-          margin-right: 20upx;
-          font-size: 40upx;
-        }
       }
       }
       .describe-view {
       .describe-view {
         display: flex;
         display: flex;
@@ -828,28 +810,6 @@ export default {
       }
       }
     }
     }
   }
   }
-  .shipping-address {
-    display: flex;
-    align-items: center;
-    margin-top: 20upx;
-    & > view:nth-child(1) {
-      color: #999999;
-      font-size: 28upx;
-      font-weight: 400;
-      display: inline-block;
-      padding: 30upx 0 30upx 20upx;
-      flex: 1;
-      & > text {
-        color: #333333;
-        font-weight: 600;
-      }
-    }
-    & > view:nth-child(2) {
-      font-size: 60upx;
-      color: #d6e7ff;
-      margin-right: 10upx;
-    }
-  }
   .price-detail {
   .price-detail {
     margin-top: 20upx;
     margin-top: 20upx;
     margin-bottom: 20upx;
     margin-bottom: 20upx;
@@ -877,65 +837,5 @@ export default {
   font-weight: 700;
   font-weight: 700;
   color: #666;
   color: #666;
   padding: 0 20upx;
   padding: 0 20upx;
-  .iconfont {
-    margin-right: 15upx;
-    font-size: 30upx;
-  }
-  & > .editFlr {
-    position: relative;
-    color: #1890f3;
-    font-size: 26upx;
-    &:after {
-      content: "";
-      position: absolute;
-      left: 0;
-      top: 0;
-    }
-  }
-}
-.footer_bar {
-  position: fixed;
-  bottom: 0;
-  left: 0;
-  width: 100vw;
-  padding: 15upx 0;
-  // height: 100upx;
-  background: #fff;
-  line-height: 100upx;
-  border-top: 1px solid #ddd;
-  z-index: 10;
-  & > view {
-    float: right;
-    height: 70upx;
-    display: inline-block;
-    padding: 0 50upx;
-    background: #3385ff;
-    margin-right: 20upx;
-    border-radius: 8upx;
-    line-height: 70upx;
-    text-align: center;
-    font-size: 32upx;
-    color: #fff;
-  }
-}
-.distribution {
-  line-height: 80upx;
-  padding: 0 40upx 0 20upx;
-  display: flex;
-  justify-content: space-between;
-  .evolve {
-    position: relative;
-    &::after {
-      content: "";
-      position: absolute;
-      top: 50%;
-      right: -20upx;
-      transform: translateY(-50%) rotate(225deg);
-      width: 10upx;
-      height: 10upx;
-      border-left: 1px solid #ddd;
-      border-bottom: 1px solid #ddd;
-    }
-  }
 }
 }
 </style>
 </style>