Преглед изворни кода

Merge branch 'online_talenkid' into online_angelbell@latest

zhanghe пре 6 година
родитељ
комит
379324c9ae
1 измењених фајлова са 5 додато и 3 уклоњено
  1. 5 3
      src/stage/index/style/GlobalGoodDetail.less

+ 5 - 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,20 @@
         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;
+            width: 8.7rem;
             padding: .3rem;
+            display: inline-block;
             .title {
                 color: #000;
                 font-size: 0.36rem;