|
@@ -1,18 +1,20 @@
|
|
<template>
|
|
<template>
|
|
- <view v-html="book_title" :style="{
|
|
|
|
- fontSize:`${config.read_config.fontSizeList[read_setting_data.fontSizeIndex]*1.5}px`,
|
|
|
|
- lineHeight:`${config.read_config.lineHeight * config.read_config.fontSizeList[read_setting_data.fontSizeIndex]}px`,
|
|
|
|
- }"></view>
|
|
|
|
- <view class="inner-box">
|
|
|
|
- <view class="book-inner"
|
|
|
|
- v-html="text_content"
|
|
|
|
- :style="{
|
|
|
|
- fontSize: `${config.read_config.fontSizeList[read_setting_data.fontSizeIndex]}px`,
|
|
|
|
- lineHeight: `${config.read_config.lineHeight * config.read_config.fontSizeList[read_setting_data.fontSizeIndex]}px`,
|
|
|
|
|
|
+ <view style="background-color: #f3a73f;">
|
|
|
|
+ <view v-html="book_title" :style="{
|
|
|
|
+ fontSize:`${config.read_config.fontSizeList[read_setting_data.fontSizeIndex]*1.5}px`,
|
|
|
|
+ lineHeight:`${config.read_config.lineHeight * config.read_config.fontSizeList[read_setting_data.fontSizeIndex]}px`,
|
|
}"></view>
|
|
}"></view>
|
|
- <!-- <image src="../../static/logo.png"></image> -->
|
|
|
|
|
|
+ <view class="inner-box">
|
|
|
|
+ <view class="book-inner"
|
|
|
|
+ v-html="text_content"
|
|
|
|
+ :style="{
|
|
|
|
+ fontSize: `${config.read_config.fontSizeList[read_setting_data.fontSizeIndex]}px`,
|
|
|
|
+ lineHeight: `${config.read_config.lineHeight * config.read_config.fontSizeList[read_setting_data.fontSizeIndex]}px`,
|
|
|
|
+ <!-- color: `${config.read_config.colorList[0]}`, -->
|
|
|
|
+ }"></view>
|
|
|
|
+ <!-- <image src="../../static/logo.png"></image> -->
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|