Commit 009c3097 by 陈超

T

parent 4d1978ec
......@@ -817,6 +817,8 @@ div::-webkit-scrollbar {
.vip_buy_price_frame {
position: relative;
width: 0;
flex-grow: 1;
height:56px;
border-radius:8px;
border:1px solid rgba(204,204,204,1);
......@@ -824,6 +826,8 @@ div::-webkit-scrollbar {
.vip_buy_price_frame_none {
position: relative;
width: 0;
flex-grow: 1;
height:58px;
border-radius:8px;
border: none;
......
......@@ -31,7 +31,7 @@
</div>
<div class="home_list_part layout_h_b" style="margin-top: 0.75rem;">
<div @click="isYear = false" :class="monthFrame" class="layout_center">
<div @click="isYear = false" :class="monthFrame" class="layout_center" style="margin-right: 1.875rem;">
<van-image height="100%" width="100%" v-if="!isYear" class="element_bg" src="__THEME__/img/KK@3x.png" ></van-image>
<span class="text_16_600" :class="isYear ? 'color_999999' : 'color_primary'">{{monthPrice}}</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