固始电子报客户建议优化
This commit is contained in:
parent
b8c91481d0
commit
d895892f77
Binary file not shown.
Before Width: | Height: | Size: 303 KiB After Width: | Height: | Size: 300 KiB |
@ -3,9 +3,9 @@
|
|||||||
<div v-if="page2">
|
<div v-if="page2">
|
||||||
<div id="book" class="book">
|
<div id="book" class="book">
|
||||||
<div class="page1" @click="startAutoTurn">
|
<div class="page1" @click="startAutoTurn">
|
||||||
<div style="font-family: Source Han Serif CN;font-size: 20px;text-align: center;position: absolute;top: 33%;left: 0;width: 100%;height: 100%;z-index: 100;">
|
<div style="letter-spacing: 1px;font-family: Source Han Serif CN;font-weight: 600;font-size: 20px;text-align: center;position: absolute;top: 30%;left: 0;width: 100%;height: 100%;z-index: 100;">
|
||||||
<span>{{ datetime }}</span>
|
<span>{{ datetime }}</span>
|
||||||
<span v-if="dataInfo.periods" style="margin-left: 10px;">第{{ dataInfo.periods }}期</span>
|
<!-- <span v-if="dataInfo.periods" style="margin-left: 10px;">总{{ dataInfo.periods }}期</span> -->
|
||||||
</div>
|
</div>
|
||||||
<img src="/public/static/book.jpg" style="width: 100%;height: 100%;">
|
<img src="/public/static/book.jpg" style="width: 100%;height: 100%;">
|
||||||
</div>
|
</div>
|
||||||
@ -20,8 +20,11 @@
|
|||||||
<input type="hidden" id="dataIndex" :value="dataIndex" />
|
<input type="hidden" id="dataIndex" :value="dataIndex" />
|
||||||
<div class="contWrapper" v-if="data != ''">
|
<div class="contWrapper" v-if="data != ''">
|
||||||
<div class="headBox">
|
<div class="headBox">
|
||||||
<div class="curDate">{{ datetime }}</div>
|
<div class="curDate" style="font-size: 17px;letter-spacing: 1px;">
|
||||||
<div class="headTitle">{{ data[dataIndex].bm_name }}</div>
|
<span>{{ datetime }}</span>
|
||||||
|
<!-- <span style="margin-left: 10px;">总{{ dataInfo.periods }}期</span> -->
|
||||||
|
</div>
|
||||||
|
<!-- <div class="headTitle">{{ data[dataIndex].bm_name }}</div> -->
|
||||||
</div>
|
</div>
|
||||||
<!-- Swiper 报纸轮播区域 -->
|
<!-- Swiper 报纸轮播区域 -->
|
||||||
<div
|
<div
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<img v-if="isPlay" src="/public/static/voice_play.png" style="width: 40px;height: 40px;">
|
<img v-if="isPlay" src="/public/static/voice_play.png" style="width: 40px;height: 40px;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="isPlay" @click="readMp3()" style="position: fixed;top: 30%;left: 0;right: 0;margin: 0 auto;z-index: 100;">
|
<div v-if="isPlay" @click="readMp3()" style="position: fixed;bottom: 3%;left: 0;right: 0;margin: 0 auto;z-index: 100;">
|
||||||
<img src="/public/static/bf.gif" style="width: 200px;height: 100%;border-radius: 12px;">
|
<img src="/public/static/bf.gif" style="width: 200px;height: 100%;border-radius: 12px;">
|
||||||
</div>
|
</div>
|
||||||
<div class="MenuBox">
|
<div class="MenuBox">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user