Commit ee85e8cc by 陈超

T

parent 6f90d52c
...@@ -863,6 +863,13 @@ div::-webkit-scrollbar { ...@@ -863,6 +863,13 @@ div::-webkit-scrollbar {
border-radius: 1.5625rem; border-radius: 1.5625rem;
} }
.vip_buy_pay_button_disable {
width: 7.25rem;
height: 2.5rem;
background: #F5F5F5;
border-radius: 1.5625rem;
}
/* Course */ /* Course */
.course_detail_video_container { .course_detail_video_container {
height: 10rem; height: 10rem;
...@@ -878,4 +885,13 @@ div::-webkit-scrollbar { ...@@ -878,4 +885,13 @@ div::-webkit-scrollbar {
.course_each { .course_each {
padding: 0.75rem 0.75rem; padding: 0.75rem 0.75rem;
padding-bottom: 0; padding-bottom: 0;
}
/* Pay Course */
.pay_course_info {
padding: 1.25rem 0.75rem;
}
.pay_course_bottom {
padding: 0.75rem;
} }
\ No newline at end of file
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<div class="fixed_bottom_bar layout_h_v_c"> <div class="fixed_bottom_bar layout_h_v_c">
<template v-if="bought"> <template v-if="bought">
<div class="vip_buy_pay_button_disable layout_center weight_full"><span class="text_14_400 color_white">已购买</span></div>
</template> </template>
<template v-else> <template v-else>
......
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