Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -83,7 +83,7 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.myAddList {
|
||||
height: 100%;
|
||||
background-color: #F3F6F9;
|
||||
// background-color: #F3F6F9;
|
||||
.list-content{
|
||||
padding-bottom: 112px;
|
||||
.item-info{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<section class="home">
|
||||
<div class="page">
|
||||
<div class="class-list">
|
||||
<div class="item" v-for="(item, index) in classList" :key="index" @click.stop="toDetail(item.id)">
|
||||
<img :src="item.thumbUrl[0].url" alt="" class="banner-img">
|
||||
<img src="https://cdn.cunwuyun.cn/dvcp/pay-btn.png" alt="" class="play-img">
|
||||
@@ -65,12 +65,12 @@ export default {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.page {
|
||||
.class-list {
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
background-color: #fff;
|
||||
.item{
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
video{
|
||||
width: 100%;
|
||||
height: 416px;
|
||||
@@ -105,7 +105,6 @@ export default {
|
||||
}
|
||||
}
|
||||
::v-deep .emptyWrap{
|
||||
background-color: #f3f6f9;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user