Commit 4c68496b by 陈超

T

parent bfc606db
......@@ -750,9 +750,7 @@ div::-webkit-scrollbar {
}
.hint_top {
position: absolute;
right: 0.75rem;
top: 0.75rem;
}
.vip_price_hint {
......@@ -760,7 +758,4 @@ div::-webkit-scrollbar {
height: 2rem;
background:rgba(255,255,255,1);
border-radius: 1rem;
position: absolute;
right: 0.75rem;
bottom: 0.75rem;
}
\ No newline at end of file
......@@ -20,11 +20,11 @@
<div class="layout_h">
<van-image src="{:getUserFace($user['uid'],b)}" round width="32" height="32" ></van-image>
<div class="text_16_600 color_333333 self_center" style="margin-left: 0.5rem;">{:getUserName($user['uid'])}</div>
</div>
<div class="hint_top layout_h">
<van-icon size="12" :name="currentHint" ></van-icon>
<div :class="currentColor" class="text_12_400 color_primary self_center">{{currentState}}</div>
</div>
</div>
<div class="vip_price_hint layout_center">
<span class="text_16_400" :class="currentColor">{{currentPrice}}</span>
</div>
......
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