提交 ce04f57a 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

优化微信中打开,个人信息模块背景样式

上级 bb6d7d56
...@@ -142,10 +142,16 @@ ...@@ -142,10 +142,16 @@
} }
/*微信中打开*/ /*微信中打开*/
.in-wx { .in-wx {
width: 100%;
padding: 0;
height: 100px;
background: url("../../img/stage3/orange-bg4.png") no-repeat;
background-size: cover;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
.wx-item { .wx-item {
width: 177px;
p.num { p.num {
color: #FFED59; color: #FFED59;
font-size: 24px; font-size: 24px;
...@@ -163,8 +169,6 @@ ...@@ -163,8 +169,6 @@
background: #ED5A2C; background: #ED5A2C;
width: 1px; width: 1px;
height: 40.5px; height: 40.5px;
margin-right: 30px;
margin-left: 30px;
} }
} }
.main-container { .main-container {
......
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
</div> </div>
</div> </div>
<!--微信打开页面--> <!--微信打开页面-->
<div class="person-details in-wx" v-if="isWeb"> <div class="person-details in-wx bg4" v-if="isWeb">
<div class="wx-left wx-item"> <div class="wx-left wx-item">
<p class="num">{{joinDeatils.count}}</p> <p class="num">{{joinDeatils.count}}</p>
<p class="text">参与人数</p> <p class="text">参与人数</p>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册