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