Commit 8e30f018 authored by Xuguangxing's avatar Xuguangxing

fix: 解决行内文字对齐问题及团成功、失败的图层展示

parent a739c4ee
src/assets/images/defeat.png

12.7 KB | W: | H:

src/assets/images/defeat.png

16.8 KB | W: | H:

src/assets/images/defeat.png
src/assets/images/defeat.png
src/assets/images/defeat.png
src/assets/images/defeat.png
  • 2-up
  • Swipe
  • Onion skin
src/assets/images/success.png

16.2 KB | W: | H:

src/assets/images/success.png

21.4 KB | W: | H:

src/assets/images/success.png
src/assets/images/success.png
src/assets/images/success.png
src/assets/images/success.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -7,7 +7,7 @@
<!-- 您不符合参与此团的条件 -->
</template>
<template v-else>
<p class="desc">
<p class="desc inProcess">
还差<span>{{ groupInfo.groupBuyNeedUserCount }}</span>成团,距结束仅剩
</p>
<countDown v-if="!!timestemp" :block-no-bg="true" :end-time="timestemp" from="desc" />
......@@ -149,12 +149,19 @@ export default {
display: flex;
justify-content: center;
align-items: center;
height: 24px;
line-height: 24px;
margin-bottom: @padding-xs;
.desc {
text-align: center;
.text-14();
height: 100%;
line-height: 24px;
font-size: 14px;
&.inProcess {
margin-right: @padding-unit;
}
span {
.text-14();
font-size: 14px;
color: @red-dark;
margin: 0 @padding-unit;
}
......
......@@ -171,12 +171,13 @@
background: @white;
border-radius: @border-radius;
position: relative;
overflow: hidden;
&-status {
width: 80px;
height: 80px;
position: absolute;
right: -13px;
top: -18px;
right: -10px;
top: -20px;
z-index: 2;
}
}
......
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