瀏覽代碼

fix:弹窗ui样式修改

zhangsiya 1 年之前
父節點
當前提交
a9499bc34a

+ 7 - 2
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

@@ -167,7 +167,6 @@
 
       }
       .compare-dialog .table-column li {
-          flex: 1;
           height:100%;
           text-align: center;
           display: flex;
@@ -177,7 +176,12 @@
           color:#171826;
           font-size: .26rem;
           line-height: .32rem;
-
+      }
+      .compare-dialog .table-column li:nth-of-type(1){
+          width: 28%;
+      }
+      .compare-dialog .table-column li:not(:first-child){
+          width: 36%;
       }
       .compare-dialog .table-column li:not(:nth-last-child(1)){
           border-right: 1px solid #E5E5E5;
@@ -1153,6 +1157,7 @@
   });
 
     var canRead = {{.T.canRead}} //免费用户当天查看是否查看三次公告
+  var canRead = false
     var	shareimgflag = true;
     var area = {{.T.obj.area}}
     var subtype = {{.T.obj.subtype}}

+ 6 - 2
src/web/templates/weixin/wxinfocontent_rec.html

@@ -762,7 +762,6 @@ em {
 
 }
 .compare-dialog .table-column li {
-    flex: 1;
     height:100%;
     text-align: center;
     display: flex;
@@ -772,7 +771,12 @@ em {
     color:#171826;
     font-size: .26rem;
     line-height: .32rem;
-
+}
+.compare-dialog .table-column li:nth-of-type(1){
+    width: 28%;
+}
+.compare-dialog .table-column li:not(:first-child){
+    width: 36%;
 }
 .compare-dialog .table-column li:not(:nth-last-child(1)){
     border-right: 1px solid #E5E5E5;