暂无数据css

This commit is contained in:
liuye
2022-03-23 14:18:56 +08:00
parent 1bf9f63a93
commit f7cd18762c
2 changed files with 4 additions and 5 deletions

View File

@@ -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{

View File

@@ -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;
} }
} }