zhaojs
2023-08-02 20f964ffa6d1a0959bcd3826fa938f9c68cf2497
h5/apph5/components/items/LineItem.vue
@@ -104,8 +104,8 @@
<style>
   .item-price-prc {
      color: #fe3a3f;
      font-size: 1.2rem;
      margin-right: 0.4rem;
      font-size: 1rem;
      margin-right: 0.2rem;
      font-weight: 500;
   }
@@ -128,7 +128,7 @@
      background: linear-gradient(0deg, #ff753c, #ff4b42);
      color: #fff;
      padding: 0.05rem;
      font-size: 0.9rem;
      font-size: 0.7rem;
   }
@@ -153,7 +153,7 @@
   }
   .item-txt {
      width: 71%;
      width: 70%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
@@ -165,7 +165,7 @@
   }
   .item-txt-title {
      font-size: 0.9rem;
      font-size: 0.7rem;
      margin-left: 0.3rem;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;
@@ -179,7 +179,7 @@
   .item-price {
      display: flex;
      font-size: 0.8rem;
      font-size: 0.5rem;
      align-items: baseline;
      color: #8d8484;
   }
@@ -190,10 +190,10 @@
   }
   .item-copy {
      width: 5.92rem;
      width: 5.22rem;
      height: 1.66rem;
      background: linear-gradient(-90deg, #fe3a3f, #faa450);
      font-size: 0.9rem;
      font-size: 0.7rem;
      font-weight: 500;
      color: #fffefd;
      line-height: 1.66rem;