|
@@ -4,6 +4,7 @@
|
|
v-if="cur"
|
|
v-if="cur"
|
|
class="NPC-Big-Book-preview adult-book-preview-sty NPC-Big-Book-preview-phone"
|
|
class="NPC-Big-Book-preview adult-book-preview-sty NPC-Big-Book-preview-phone"
|
|
:class="['NPC-Big-Book-preview-' + themeColor]"
|
|
:class="['NPC-Big-Book-preview-' + themeColor]"
|
|
|
|
+ :style="{ background: themeColorPhone }"
|
|
>
|
|
>
|
|
<!-- <div class="NNPE-title-bg" :style="{ background: themeColorPhone }">
|
|
<!-- <div class="NNPE-title-bg" :style="{ background: themeColorPhone }">
|
|
<div class="NNPE-title NNPE-title-top">
|
|
<div class="NNPE-title NNPE-title-top">
|
|
@@ -816,7 +817,7 @@
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
<template v-if="itemss.type == 'sort_chs'">
|
|
<template v-if="itemss.type == 'sort_chs'">
|
|
- <sentence-sort-qp-phone
|
|
|
|
|
|
+ <SentenceSortQPPhone
|
|
v-if="refresh"
|
|
v-if="refresh"
|
|
:cur-que="itemss.data"
|
|
:cur-que="itemss.data"
|
|
:theme-color="themeColor"
|
|
:theme-color="themeColor"
|
|
@@ -2024,7 +2025,7 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.NNPE-tableList {
|
|
.NNPE-tableList {
|
|
- background: #fff;
|
|
|
|
|
|
+ // background: #fff;
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
// padding: 12px 8px;
|
|
// padding: 12px 8px;
|
|
&.NNPE-tableList-hasBg {
|
|
&.NNPE-tableList-hasBg {
|