Commit aa37e415 authored by beisir's avatar beisir

feat:更新样式

parent 52955c4f
...@@ -118,7 +118,7 @@ export default { ...@@ -118,7 +118,7 @@ export default {
} }
} }
.anileft { .anileft {
transform-origin: right; transform-origin: center;
animation: leftToRight 0.6s linear; animation: leftToRight 0.6s linear;
} }
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<transition :name="`slide-fade-${direction}`"> <transition :name="`slide-fade-${direction}`">
<div v-if="value" class="swipe-customer-info-container"> <div v-if="value" class="swipe-customer-info-container">
<div class="swipe-customer-info-container-icon"> <div class="swipe-customer-info-container-icon">
<cr-image width="24px" :src="avatar" class="avatar" /> <img :src="avatar" />
<!-- <cr-image width="24px" :src="avatar" class="avatar" /> -->
</div> </div>
<p class="swipe-customer-info-container-info" :style="textStyle"> <p class="swipe-customer-info-container-info" :style="textStyle">
{{ handleName(name) + ' ' + desc }} {{ handleName(name) + ' ' + desc }}
...@@ -88,14 +89,14 @@ export default { ...@@ -88,14 +89,14 @@ export default {
flex-shrink: 0; flex-shrink: 0;
width: 24px; width: 24px;
height: 24px; height: 24px;
margin-top: 2px;
margin-right: @padding-unit; margin-right: @padding-unit;
.avatar { box-sizing: border-box;
/deep/ img { img {
border-radius: 50%; width: 24px;
border: solid @white 1px; height: 24px;
box-sizing: border-box; border-radius: 50%;
} border: solid @white 1px;
box-sizing: border-box;
} }
} }
&-info { &-info {
......
...@@ -81,6 +81,9 @@ ...@@ -81,6 +81,9 @@
padding-top: 9px; padding-top: 9px;
padding-bottom: 7px; padding-bottom: 7px;
text-align: right; text-align: right;
b {
font-weight: bold;
}
} }
&-swipe { &-swipe {
width: 130px; width: 130px;
......
...@@ -26,7 +26,10 @@ ...@@ -26,7 +26,10 @@
/> />
</div> </div>
</div> </div>
<div class="group-portrait-num">已有 {{ goodsTemp.groupBuyUserCount }}人 参与拼团</div> <div class="group-portrait-num">
已有 <b>{{ goodsTemp.groupBuyUserCount }}</b
>人 参与拼团
</div>
</div> </div>
<div class="group-list"> <div class="group-list">
<div class="list-title"> <div class="list-title">
......
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