|
@@ -48,7 +48,7 @@
|
|
|
</div>
|
|
|
<div class="chapter">
|
|
|
<div class="singleItem" v-for="(item,index) in 15" :key="index">
|
|
|
- 11
|
|
|
+ <img src="../assets/kczy/pptIcon.png" alt="">
|
|
|
<p>文件名</p>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -192,7 +192,12 @@ import commonHeader from "@/components/header/index.vue";
|
|
|
text-align: center;
|
|
|
margin-right:0.2%;
|
|
|
margin-bottom: 44px;
|
|
|
- background-color: lightblue;
|
|
|
+ font-size: 14px;
|
|
|
+ img{
|
|
|
+ width:60%;
|
|
|
+ display:inline-block;
|
|
|
+ margin-bottom:10px;
|
|
|
+ }
|
|
|
}
|
|
|
.singleItem:nth-child(7n){
|
|
|
margin-right: 0!important;
|