wangchuanjin 5 年之前
父节点
当前提交
6f0db840dd

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/active/livePage/css/live_online.css

@@ -3,7 +3,7 @@
 }
 
 .live-online .online-bg {
-  display: grid;
+  display: table;
   width: 100%;
   height: 10rem;
   background: url(../image/live_online_bg.png) no-repeat center center;

+ 2 - 0
src/jfw/modules/app/src/web/staticres/jyapp/me/css/mine.css

@@ -115,6 +115,8 @@
   position: relative;
   border-radius: .24rem;
   color: #64696F;
+  width: 1.4rem;
+  text-align: center;
 }
 
 .mine .user .user_info .set_phone:before {

+ 1 - 1
src/web/staticres/live/css/live_online.css

@@ -3,7 +3,7 @@
 }
 
 .live-online .online-bg {
-  display: grid;
+  display: table;
   width: 100%;
   height: 10rem;
   background: url(../image/live_online_bg.png) no-repeat center center;