Răsfoiți Sursa

Merge branch 'dev/v4.8.17_tsz2' of qmx/jy into release/v4.8.17

汤世哲 2 ani în urmă
părinte
comite
6dedef0993

+ 14 - 1
src/jfw/modules/app/src/web/staticres/jyapp/css/wxinfocontent.css

@@ -295,13 +295,26 @@ body .loading_ p span {
 }
 
 .toolbar .tool_bottom {
-    height: 20px;
     display: flex;
     margin-top: 13px;
     align-items: center;
     justify-content: space-between;
 }
 
+.toolbar .tool_bottom.new_layout.free_user {
+  justify-content:flex-start;
+  flex-direction: column;
+  align-items: flex-start;
+  margin-top: .32rem;
+}
+
+.toolbar .tool_bottom.new_layout.free_user .collec_star{
+  margin-left: 0;
+}
+.toolbar .tool_bottom.new_layout.free_user .timebefore{
+  margin-top: .24rem;
+}
+
 .forecast {
     position: absolute;
     top: 20px;

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

@@ -2100,7 +2100,7 @@
         if((subtype==='询价' || subtype==="招标") && userId){
             if(title !==''){
                 $('.time_label').addClass('new_layout')
-                $('.tool_bottom').css({'justify-content':'flex-start'})
+                $('.tool_bottom').addClass('new_layout free_user')
                 $('.forecast').css('display','flex')
             }else{
                 $('.time_label').css({'justify-content':'space-between'})