Commit 969b86e3 by 刘奕

会员信息卡片优化

parent a6f7736c
...@@ -77,14 +77,13 @@ ...@@ -77,14 +77,13 @@
<img :src="shopInfo.logoUrl" alt /> <img :src="shopInfo.logoUrl" alt />
</div> </div>
<div class="leftText"> <div class="leftText">
<p class="text"> <div class="text">
Hi~ Hi~
</p>
<p class="text">欢迎加入XX会员俱乐部</p>
<p class="text">快来领取新人专享礼包吧</p>
</div> </div>
<div class="text">{{datas.componentData['noLoginText']}}</div>
</div> </div>
<div class="right" @click="toLogin"> </div>
<div class="right" @click="toLogin" :style="{'color':datas.componentData['noLoginBtnTextColor']}">
登录/注册 登录/注册
</div> </div>
</div> </div>
...@@ -480,6 +479,7 @@ export default { ...@@ -480,6 +479,7 @@ export default {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
.left { .left {
align-items: center;
.bc2 { .bc2 {
width: 64px; width: 64px;
height: 64px; height: 64px;
...@@ -489,12 +489,13 @@ export default { ...@@ -489,12 +489,13 @@ export default {
} }
} }
.leftText { .leftText {
p { div {
height: 21px;
font-size: 13px; font-size: 13px;
font-weight: 600; font-weight: 600;
line-height: 21px; line-height: 21px;
color: var(--main-color); color: var(--main-color);
width: 148px;
max-width: 148px;
} }
margin-left: 10px; margin-left: 10px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment