zhangdehua vor 1 Jahr
Ursprung
Commit
99f88e0705
2 geänderte Dateien mit 42 neuen und 35 gelöschten Zeilen
  1. 1 0
      public/assets/index/css/common.css
  2. 41 35
      public/assets/index/css/index.css

+ 1 - 0
public/assets/index/css/common.css

@@ -541,6 +541,7 @@ a:active, a:focus {
     color: rgba(255, 255, 255, .8);
     font-size: .15rem;
     line-height: 1.4;
+    word-break: break-all;
 }
 
 .footerConter {

+ 41 - 35
public/assets/index/css/index.css

@@ -11,10 +11,10 @@ body{
     justify-content: center;
 }
 .elementorContainer{
-    max-width: 13.2rem; 
+    max-width: 13.2rem;
     flex: 1;
     -moz-box-sizing: border-box;
-    -webkit-box-sizing: border-box; 
+    -webkit-box-sizing: border-box;
     box-sizing: border-box;
 }
 
@@ -125,7 +125,7 @@ body{
 .tabItem .tabName{
     font-size: .26rem;
     color: #333333;
-    font-weight: 400;  
+    font-weight: 400;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
@@ -135,7 +135,7 @@ body{
     color: rgba(79, 73, 222, 1);
 }
 .tabItem .tabUnderline{
-    background-color: rgba(209, 75, 241, 1); 
+    background-color: rgba(209, 75, 241, 1);
     width: .82rem;
     height: .06rem;
     position: absolute;
@@ -162,19 +162,19 @@ body{
     display: -ms-grid;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
-    grid-gap: .4rem .34rem; 
+    grid-gap: .4rem .34rem;
     height: auto;
 }
 #bestGoodsModel{
     display: none;
 }
-.newGoodsItem{ 
+.newGoodsItem{
     height: 4.54rem;
     display: flex;
     flex-direction: column;
     background-color: #fff;
     -moz-box-sizing: border-box;
-    -webkit-box-sizing: border-box; 
+    -webkit-box-sizing: border-box;
     box-sizing: border-box;
     position: relative;
     overflow: hidden;
@@ -216,7 +216,7 @@ body{
     bottom: 0;
     left: 0;
 }
-.shareBox{ 
+.shareBox{
     width: 4rem;
     background-color: #f8f8f8;
     left: 50%;
@@ -235,7 +235,7 @@ body{
     margin-bottom: .24rem;
     position: relative;
     display: flex;
-    justify-content: space-between; 
+    justify-content: space-between;
     align-items: center;
     transition: border .1s;
     background-color: #FFFFFF;
@@ -301,7 +301,7 @@ body{
     max-width: 1rem;
     font-size: .12rem;
 }
-.goodsImgBox{ 
+.goodsImgBox{
     height: 3rem;
     margin-bottom: .1rem;
 }
@@ -333,7 +333,7 @@ body{
 }
 
 .goodsTitle .preTag{
-    border-radius: .06rem; 
+    border-radius: .06rem;
     color: #FFF;
     background-color: rgba(61, 121, 246, 1);
     font-size: .12rem;
@@ -420,7 +420,7 @@ body{
     padding-top: .5rem;
 }
 .newConterItem{
-   border: .02rem solid rgba(0, 0, 0, .1); 
+   border: .02rem solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    padding: .2rem .2rem .2rem .14rem;
@@ -462,12 +462,12 @@ body{
     -webkit-box-orient: vertical;
     overflow: hidden;
     word-break: break-all;
-    flex: 1; 
+    flex: 1;
     padding-right: .24rem;
     line-height: 1.4;
 }
 .newsInfoRl{
-    display: flex; 
+    display: flex;
     align-items: center;
 }
 .newsInfoRl .rlDate{
@@ -483,7 +483,7 @@ body{
     max-width: 2rem;
     box-sizing: border-box;
     padding: 0 .32rem;
-    display: flex;  
+    display: flex;
     align-items: center;
     justify-content: space-between;
     color: #999999;
@@ -511,7 +511,7 @@ body{
     padding-top: .5rem;
 }
 .superDealContainer .newGoodsContainer{
-    grid-gap: .24rem .2rem;  
+    grid-gap: .24rem .2rem;
     margin-bottom: .36rem;
 }
 /* end 超级交易模块 --> */
@@ -519,17 +519,17 @@ body{
 /* <-- start 盟友模块 */
 .partnersTitle{
     font-weight: bold;
-    font-size: .36rem; 
-    color: #000; 
+    font-size: .36rem;
+    color: #000;
     margin-bottom: .24rem;
 }
 .partnersList{
-    display: -ms-grid; 
+    display: -ms-grid;
     display: grid;
     grid-template-columns: repeat(6, 2rem);
-    grid-gap: .24rem .24rem; 
-} 
-.partnersItem{ 
+    grid-gap: .24rem .24rem;
+}
+.partnersItem{
     height: .8rem;
     font-size: 0;
     display: flex;
@@ -552,7 +552,7 @@ body{
 @media (max-width: 1320px) {
  #main{
     -moz-box-sizing: border-box;
-    -webkit-box-sizing: border-box; 
+    -webkit-box-sizing: border-box;
     box-sizing: border-box;
  }
  .sectionContainer{
@@ -560,13 +560,13 @@ body{
  }
  .newGoodsContainer{
     grid-template-columns: repeat(3, 1fr);
-    grid-gap: .3rem .24rem; 
+    grid-gap: .3rem .24rem;
   }
   .newGoodsItem{
     height: 6rem;
   }
   .goodsImgBox{
-    height: 4.3rem; 
+    height: 4.3rem;
   }
   .goodsTitleBox{
     height: .7rem;
@@ -606,11 +606,11 @@ body{
 .goodsShareBotton img{
     width: .3rem;
 }
-}   
+}
 @media (max-width: 1024px) {
     .newGoodsContainer{
         grid-template-columns: repeat(2, 1fr);
-        grid-gap: .2rem .14rem !important; 
+        grid-gap: .2rem .14rem !important;
      }
      .newGoodsItem{
         height: 6.1rem;
@@ -627,13 +627,13 @@ body{
       }
       .goodsTitleBox{
          height: .78rem;
-      } 
+      }
       .goodsTitle{
          font-size: .22rem;
          line-height: 1.4;
       }
       .goodsTitle .preTag{
-         font-size: .2rem;  
+         font-size: .2rem;
          padding: .02rem .06rem;
       }
       .goodsPriceInfo .goodsPrice{
@@ -650,7 +650,7 @@ body{
          height: .24rem;
       }
       .superDealTitle{
-         font-size: .3rem; 
+         font-size: .3rem;
          padding-bottom: .32rem;
       }
       .superDealContainer .newGoodsContainer{
@@ -658,7 +658,7 @@ body{
      }
       .reviewsNumber{
          font-size: .20rem;
-      } 
+      }
       .goodsShareBotton{
         bottom: .02rem;
     }
@@ -707,13 +707,19 @@ body{
     .newsInfoRl .newsMore{
         min-width: 1.2rem;
         max-width: 1.6rem;
-        padding: 0 .2rem; 
+        padding: 0 .2rem;
         font-size: .2rem;
     }
-}   
+    .newConterContainer .tabContainer{
+        padding-top: .2rem;
+    }
+    .superDealTitle{
+        padding-top: .3rem;
+    }
+}
 @media (max-width: 750px) {
     .swiperContainer{
-        height: 3.6rem; 
+        height: 3.6rem;
     }
     .tabContainer{
         height: 1.3rem;
@@ -732,7 +738,7 @@ body{
         width: .6rem;
     }
     .newGoodsContainer{
-        grid-gap: .12rem .12rem !important;  
+        grid-gap: .12rem .12rem !important;
      }
      .superDealTitle{
         font-size: .28rem;