2023年6月8日 修复问题
This commit is contained in:
parent
7dd0ea0c47
commit
14147d60cc
|
@ -14,25 +14,25 @@
|
|||
<div style="padding: 20px;font-weight: 600;">
|
||||
<a-row>
|
||||
<a-col :span="16">
|
||||
<div style="height: 30px;font-size: 16px;">{{ item.skjs }}</div>
|
||||
<div style="height: 30px;font-size: 14px;">{{ item.kkdw }}</div>
|
||||
<div style="height: 38px;font-size: 16px;font-weight: 700;">{{ item.skjs }}</div>
|
||||
<div style="font-size: 14px;font-weight: 700;">{{ item.kkdw }}</div>
|
||||
</a-col>
|
||||
<a-col :span="8" style="text-align: center;height: 70px;">
|
||||
<div style="color: #1c84c6;font-size: 24px;font-weight: 600;">{{ item.xkrs }}</div>
|
||||
<div style="font-size: 14px;">选课人数</div>
|
||||
<div style="font-size: 14px;font-weight: 700;">选课人数</div>
|
||||
</a-col>
|
||||
<a-col :span="24" style="margin-top:20px;">
|
||||
<a-col :span="24" style="margin-top:0px;font-weight: 700;">
|
||||
<div>
|
||||
第<span>{{ item.hh }}</span>节
|
||||
</div>
|
||||
</a-col>
|
||||
<a-col :span="24">
|
||||
<div style="width:100%;text-align: center;">
|
||||
<div style="width:100%;text-align: center;font-weight: 700;">
|
||||
—————线下上课地点—————
|
||||
</div>
|
||||
</a-col>
|
||||
<a-col :span="24">
|
||||
<div style="height: 60px;">
|
||||
<div style="height: 50px;font-weight: 700;">
|
||||
{{ item.skdd }}
|
||||
</div>
|
||||
</a-col>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
<a-row class="rowGutter" :gutter="[16, 16]">
|
||||
<a-col :xs="{ span: 24 }" :sm="{ span: 8 }" :lg="{ span: 6 }" v-for="(item, index) in listData"
|
||||
:key="index" style="margin-bottom: 40px;">
|
||||
:key="index" style="margin-bottom: 0;">
|
||||
<div style="border: 2px #eef1f2 solid;">
|
||||
<div>
|
||||
<div style="width: 100%;height: 20px;background-color: #1c84c6;"></div>
|
||||
|
@ -17,8 +17,8 @@
|
|||
<div style="padding: 20px;font-weight: 600;">
|
||||
<a-row>
|
||||
<a-col :span="16">
|
||||
<div style="height: 30px;font-size: 16px;">{{ item.skjs }}</div>
|
||||
<div style="height: 30px;font-size: 14px;">{{ item.kkdw }}</div>
|
||||
<div style="height: 38px;font-size: 16px;">{{ item.skjs }}</div>
|
||||
<div style="font-size: 14px;">{{ item.kkdw }}</div>
|
||||
</a-col>
|
||||
<a-col :span="8" style="text-align: center;height: 70px;">
|
||||
<div style="color: #1c84c6;font-size: 24px;font-weight: 600;">{{ item.xkrs }}</div>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<a-list-item-meta>
|
||||
<template #title>
|
||||
<div class="wenZiJiaCu fs1d1r">
|
||||
听了 {{ item.kkdw }} {{item.skjs}} 主讲的 《{{ item.kcmc }}》
|
||||
评价了 {{ item.kkdw }} {{item.skjs}} 主讲的 《{{ item.kcmc }}》
|
||||
</div>
|
||||
</template>
|
||||
<template #description>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<div class="itemXkrs">选课人数</div>
|
||||
</a-col>
|
||||
<a-col :span="24">
|
||||
<div>
|
||||
<div class="itemSkdd">
|
||||
{{ item.skdd }}
|
||||
</div>
|
||||
</a-col>
|
||||
|
@ -132,6 +132,7 @@ defineExpose({
|
|||
text-align: center;
|
||||
margin: 0 auto .5rem;
|
||||
padding: 0.5rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
.itemBox {
|
||||
border: 2px #eef1f2 solid;
|
||||
|
@ -160,11 +161,11 @@ defineExpose({
|
|||
font-weight: 600;
|
||||
}
|
||||
.itemSkSj {
|
||||
height: 30px;
|
||||
height: 38px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.itemKkDw {
|
||||
height: 30px;
|
||||
//height: 30px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.itemInteriorRow {
|
||||
|
@ -178,6 +179,7 @@ defineExpose({
|
|||
}
|
||||
.itemXkrs {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.itemSkdd {
|
||||
height: 60px;
|
||||
|
|
Loading…
Reference in New Issue