Commit 29fbf66a by 陈超

T

parent 4370700a
......@@ -771,4 +771,17 @@ div::-webkit-scrollbar {
height: 2rem;
background:rgba(255,255,255,1);
border-radius: 1rem;
}
.vip_right_content {
margin-top: 1.5rem;
padding-left: 0.625rem;
padding-right: 0.625rem;
}
.vip_dot {
width:0.25rem;
height:0.25rem;
background:rgba(163,228,96,1);
margin-right: 0.5rem;
}
\ No newline at end of file
......@@ -32,6 +32,13 @@
</div>
</div>
</div>
<div class="vip_right_content layout_v">
<span class="text_16_600 color_333333" style="margin-bottom: 1rem;">会试会员专享特权</span>
<div v-for="(item, index) in currentRight" :key="index" class="text_12_400 color_333333 layout_h">
<div class="vip_dot self_center"></div>
<span>{{item.video_title}}</span>
</div>
</div>
</div>
</div>
......@@ -117,6 +124,9 @@
},
currentCount: function() {
return this.options[this.tab].count
},
currentRight: function() {
return this.options[this.tab].rights
}
},
methods: {
......
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