perf: 样式微调

This commit is contained in:
xiongxiaoyang 2022-05-16 18:26:28 +08:00
parent 5b9c2c918b
commit dc54f75baf
5 changed files with 5 additions and 24 deletions

View File

@ -1,12 +1,7 @@
<template>
<Header />
<div class="main box_center cf mb50">
<div class="nav_sub">
<a href="/">小说精品屋</a>&gt;<a href="/book/bookclass.html?c=7">{{
book.categoryName
}}</a
>&gt; <span>{{ book.bookName }}</span>
</div>
<div class="channelWrap channelBookInfo cf">
<div class="bookCover cf">
<a class="book_cover">

View File

@ -192,7 +192,7 @@
<i>{{ index + 1 }}</i>
</td>
<td class="style">
<a href="/book/bookclass.html?c=2" cls="13"
<a href="javascript:void(0)" @click="bookDetail(item.id)" cls="13"
>[{{ item.categoryName }}]</a
>
</td>

View File

@ -87,17 +87,7 @@
</div>
<div class="readWrap">
<div class="bookNav">
<a href="/">首页 </a>&gt;
<a href="/book/bookclass.html?c=6" v-if="data.bookInfo">{{
data.bookInfo.categoryName
}}</a
>&gt;
<a
href="javascript:void(0)"
v-if="data.bookInfo"
@click="bookDetail(data.chapterInfo.bookId)"
>{{ data.bookInfo.bookName }}</a
>
</div>
<div id="readcontent">
<div

View File

@ -29,7 +29,7 @@
<tr v-for="(item,index) in books" :key="index">
<td class="rank"><i :class="'num' + (Number(`${index}`) + 1)">{{index + 1}}</i></td>
<td class="style">
<a href="/book/bookclass.html?c=7">[{{item.categoryName}}]</a>
<a href="javascript:void(0)" @click="bookDetail(item.id)">[{{item.categoryName}}]</a>
</td>
<td class="name">
<a @click="bookDetail(item.id)" href="javascript:void(0)"

View File

@ -2,11 +2,7 @@
<Header />
<div class="main box_center cf">
<div class="nav_sub">
<a href="/">小说精品屋</a>&gt;<a href="/book/bookclass.html?c=3"
>{{book.categoryName}}</a
>&gt;<a @click="bookDetail(book.id)" href="javascript:void(0)">{{book.bookName}}</a>&gt;<span
> 作品目录</span
>
</div>
<div class="channelWrap channelChapterlist cf mb50">
<div class="bookMain">