mirror of
https://github.com/201206030/novel-front-web.git
synced 2025-04-27 07:50:50 +00:00
perf: 样式微调
This commit is contained in:
parent
5b9c2c918b
commit
dc54f75baf
@ -1,12 +1,7 @@
|
||||
<template>
|
||||
<Header />
|
||||
<div class="main box_center cf mb50">
|
||||
<div class="nav_sub">
|
||||
<a href="/">小说精品屋</a>><a href="/book/bookclass.html?c=7">{{
|
||||
book.categoryName
|
||||
}}</a
|
||||
>> <span>{{ book.bookName }}</span>
|
||||
</div>
|
||||
|
||||
<div class="channelWrap channelBookInfo cf">
|
||||
<div class="bookCover cf">
|
||||
<a class="book_cover">
|
||||
|
@ -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>
|
||||
|
@ -87,17 +87,7 @@
|
||||
</div>
|
||||
<div class="readWrap">
|
||||
<div class="bookNav">
|
||||
<a href="/">首页 </a>>
|
||||
<a href="/book/bookclass.html?c=6" v-if="data.bookInfo">{{
|
||||
data.bookInfo.categoryName
|
||||
}}</a
|
||||
>>
|
||||
<a
|
||||
href="javascript:void(0)"
|
||||
v-if="data.bookInfo"
|
||||
@click="bookDetail(data.chapterInfo.bookId)"
|
||||
>{{ data.bookInfo.bookName }}</a
|
||||
>
|
||||
|
||||
</div>
|
||||
<div id="readcontent">
|
||||
<div
|
||||
|
@ -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)"
|
||||
|
@ -2,11 +2,7 @@
|
||||
<Header />
|
||||
<div class="main box_center cf">
|
||||
<div class="nav_sub">
|
||||
<a href="/">小说精品屋</a>><a href="/book/bookclass.html?c=3"
|
||||
>{{book.categoryName}}</a
|
||||
>><a @click="bookDetail(book.id)" href="javascript:void(0)">{{book.bookName}}</a>><span
|
||||
> 作品目录</span
|
||||
>
|
||||
|
||||
</div>
|
||||
<div class="channelWrap channelChapterlist cf mb50">
|
||||
<div class="bookMain">
|
||||
|
Loading…
x
Reference in New Issue
Block a user