Commit 009c3097 by 陈超

T

parent 4d1978ec
...@@ -817,6 +817,8 @@ div::-webkit-scrollbar { ...@@ -817,6 +817,8 @@ div::-webkit-scrollbar {
.vip_buy_price_frame { .vip_buy_price_frame {
position: relative; position: relative;
width: 0;
flex-grow: 1;
height:56px; height:56px;
border-radius:8px; border-radius:8px;
border:1px solid rgba(204,204,204,1); border:1px solid rgba(204,204,204,1);
...@@ -824,6 +826,8 @@ div::-webkit-scrollbar { ...@@ -824,6 +826,8 @@ div::-webkit-scrollbar {
.vip_buy_price_frame_none { .vip_buy_price_frame_none {
position: relative; position: relative;
width: 0;
flex-grow: 1;
height:58px; height:58px;
border-radius:8px; border-radius:8px;
border: none; border: none;
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</div> </div>
<div class="home_list_part layout_h_b" style="margin-top: 0.75rem;"> <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> <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> <span class="text_16_600" :class="isYear ? 'color_999999' : 'color_primary'">{{monthPrice}}</span>
</div> </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