暂无数据css
This commit is contained in:
@@ -83,7 +83,7 @@ export default {
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.myAddList {
|
.myAddList {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #F3F6F9;
|
// background-color: #F3F6F9;
|
||||||
.list-content{
|
.list-content{
|
||||||
padding-bottom: 112px;
|
padding-bottom: 112px;
|
||||||
.item-info{
|
.item-info{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="home">
|
<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)">
|
<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="item.thumbUrl[0].url" alt="" class="banner-img">
|
||||||
<img src="https://cdn.cunwuyun.cn/dvcp/pay-btn.png" alt="" class="play-img">
|
<img src="https://cdn.cunwuyun.cn/dvcp/pay-btn.png" alt="" class="play-img">
|
||||||
@@ -65,12 +65,12 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.page {
|
.class-list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
background-color: #fff;
|
|
||||||
.item{
|
.item{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
background-color: #fff;
|
||||||
video{
|
video{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 416px;
|
height: 416px;
|
||||||
@@ -105,7 +105,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
::v-deep .emptyWrap{
|
::v-deep .emptyWrap{
|
||||||
background-color: #f3f6f9;
|
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user