资源位样式调整

This commit is contained in:
zhaofang
2022-09-09 15:47:09 +08:00
parent 75036cc5fc
commit eb1534811d
8 changed files with 35 additions and 15 deletions

View File

@@ -184,7 +184,7 @@
</ul>
</div>
<div class="course-resources">
资源位
<!-- 资源位 -->
<img :src="fileBaseUrl + resonimg.image" alt="">
</div>
</div>
@@ -735,9 +735,11 @@ export default {
<style scoped lang="scss">
.course-resources{
width: 410px;
margin-top: 26px;
img{
width: 100%;
height: 100%;
border-radius: 8px;
}
}
.case-banner{