Selaa lähdekoodia

修改轮播图的展示问题,对flex属性不规范的调整

sophieChenyx 6 vuotta sitten
vanhempi
commit
6720b01fb4
1 muutettua tiedostoa jossa 6 lisäystä ja 3 poistoa
  1. 6 3
      src/stage/index/style/GlobalGoodDetail.less

+ 6 - 3
src/stage/index/style/GlobalGoodDetail.less

@@ -13,7 +13,6 @@
         margin-right: 0.4rem;
         width: 1.82rem;
         height: 0.86rem;
-
         .control-btn {
             border: solid unit(@borderSize, rem) transparent;
             border-radius: 0.5rem;
@@ -33,17 +32,21 @@
         height: 6.33rem;
         background: white;
         border-radius: unit(@borderRadius, rem);
-        display: flex;
+
 
         .detail-cover {
             width: 5.75rem;
             height: 5.75rem;
+            display: inline-block;
             margin: 0.29rem 0.2rem 0.29rem 0.29rem;
         }
 
         .detail-text-panel {
-            flex: 2;
+            position: absolute;
+            margin-top: .4rem;
+            width: 8.7rem;
             padding: .3rem;
+            display: inline-block;
             .title {
                 color: #000;
                 font-size: 0.36rem;