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>
|
<template>
|
||||||
<Header />
|
<Header />
|
||||||
<div class="main box_center cf mb50">
|
<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="channelWrap channelBookInfo cf">
|
||||||
<div class="bookCover cf">
|
<div class="bookCover cf">
|
||||||
<a class="book_cover">
|
<a class="book_cover">
|
||||||
|
@ -192,7 +192,7 @@
|
|||||||
<i>{{ index + 1 }}</i>
|
<i>{{ index + 1 }}</i>
|
||||||
</td>
|
</td>
|
||||||
<td class="style">
|
<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
|
>[{{ item.categoryName }}]</a
|
||||||
>
|
>
|
||||||
</td>
|
</td>
|
||||||
|
@ -87,17 +87,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="readWrap">
|
<div class="readWrap">
|
||||||
<div class="bookNav">
|
<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>
|
||||||
<div id="readcontent">
|
<div id="readcontent">
|
||||||
<div
|
<div
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
<tr v-for="(item,index) in books" :key="index">
|
<tr v-for="(item,index) in books" :key="index">
|
||||||
<td class="rank"><i :class="'num' + (Number(`${index}`) + 1)">{{index + 1}}</i></td>
|
<td class="rank"><i :class="'num' + (Number(`${index}`) + 1)">{{index + 1}}</i></td>
|
||||||
<td class="style">
|
<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>
|
||||||
<td class="name">
|
<td class="name">
|
||||||
<a @click="bookDetail(item.id)" href="javascript:void(0)"
|
<a @click="bookDetail(item.id)" href="javascript:void(0)"
|
||||||
|
@ -2,11 +2,7 @@
|
|||||||
<Header />
|
<Header />
|
||||||
<div class="main box_center cf">
|
<div class="main box_center cf">
|
||||||
<div class="nav_sub">
|
<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>
|
||||||
<div class="channelWrap channelChapterlist cf mb50">
|
<div class="channelWrap channelChapterlist cf mb50">
|
||||||
<div class="bookMain">
|
<div class="bookMain">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user