common/global.scss
@@ -54,6 +54,23 @@
      color: #696969;
   }
}
.component-price-old{
   text-decoration: line-through;
}
.component-price-new{
   position: relative;
   .tip{
      font-size: 22rpx;
      display: inline-block;
      margin-left: 10rpx;
   }
   .component-price-old{
      position: absolute;
      left: 0rpx;
      top: 40rpx;
   }
}
.component-line-vert{
   width: 2rpx;
   background-color: #EEEEEE;
@@ -72,6 +89,7 @@
    height: 100;
    height: 100%;
    z-index: -1;
   background-size: 100% 100%;
}
.component-popup_input_all{
   margin: 0 auto;