|
@@ -5,9 +5,9 @@
|
|
|
<div :class="['able-item', item <= props.count ? 'able-item-active' : '']" v-for="(item) in 6" :key="item" > </div>
|
|
|
</div>
|
|
|
<!-- <img :src=" item > props.count ? staticImg.ableGrey : staticImg.able" alt="" > -->
|
|
|
- <!-- <img class="study" v-if="index === 0" :src="require('@/assets/component/LuojigouBoard/study1.png')" /> -->
|
|
|
- <!-- <img class="study" v-if="index === 1" :src="require('@/assets/component/LuojigouBoard/study2.png')" /> -->
|
|
|
- <!-- <img class="study" v-if="index === 2" :src="require('@/assets/component/LuojigouBoard/study3.png')" /> -->
|
|
|
+ <img class="study" v-if="index === 0" :src="require('@/assets/component/LuojigouBoard/study1.png')" />
|
|
|
+ <img class="study" v-if="index === 1" :src="require('@/assets/component/LuojigouBoard/study2.png')" />
|
|
|
+ <img class="study" v-if="index === 2" :src="require('@/assets/component/LuojigouBoard/study3.png')" />
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -31,14 +31,14 @@ const props = defineProps<IProps>()
|
|
|
<style scoped lang="scss" >
|
|
|
.able-chart {
|
|
|
width: 303px;
|
|
|
- height: 46px;
|
|
|
+ height: 64px;
|
|
|
background: #FDF8F5;
|
|
|
border-radius: 10px;
|
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
- // background: url('~@/assets/component/LuojigouBoard/rect.png') no-repeat top left;
|
|
|
+ // align-items: center;
|
|
|
+ background: url('~@/assets/component/LuojigouBoard/rect.png') no-repeat top left;
|
|
|
position: relative;
|
|
|
background-size: 100%;
|
|
|
padding-left: 16px;
|
|
@@ -49,6 +49,7 @@ const props = defineProps<IProps>()
|
|
|
font-weight: 500;
|
|
|
color: #FF8024;
|
|
|
font-size: 14px;
|
|
|
+ margin-top: 30px;
|
|
|
}
|
|
|
.study {
|
|
|
position: absolute;
|
|
@@ -59,6 +60,7 @@ const props = defineProps<IProps>()
|
|
|
}
|
|
|
.able {
|
|
|
display: flex;
|
|
|
+ margin-top: 32px;
|
|
|
.able-item {
|
|
|
margin-left: 2px;
|
|
|
width: 32px;
|