|
@@ -24,10 +24,10 @@
|
|
|
<p class="headTitle" v-html="item.title"></p>
|
|
|
<p class="subTitle" v-text="item.subTitle"></p>
|
|
|
<div v-if="item.data.length" class="monthlyCalendar" style="position: relative;">
|
|
|
- <img src="../../../assets/image/C_bg.png" style="width: 100%;float: left;position: absolute;z-index: -1;top: 0;" alt="">
|
|
|
+ <img src="../../../assets/image/C_bg.png" style="width: 100%;float: left;position: absolute;z-index: 0;top: 0;" alt="">
|
|
|
<div v-for="(v1, i1) in item.data" :key="i1" >
|
|
|
<!-- 月历主页 -->
|
|
|
- <div style="margin-bottom: 1em;">
|
|
|
+ <div style="margin-bottom: 1em;position: relative;z-index: 1;">
|
|
|
<div style="display: flex">
|
|
|
<div class="title" style="flex: 1" v-text="v1.month"></div>
|
|
|
<div
|
|
@@ -262,12 +262,10 @@ export default {
|
|
|
background-color: #fff;
|
|
|
width: 83.6%;
|
|
|
height: calc((82.5% - 10px) * 1.5);
|
|
|
- padding: 0 1px;
|
|
|
+ padding: 1.5em 1px 0 1px;
|
|
|
max-width: 614px;
|
|
|
margin: 0 auto;
|
|
|
margin-top: 1.5em;
|
|
|
- /* width: 92vw;
|
|
|
- height: 117vw; */
|
|
|
}
|
|
|
|
|
|
.bgImg {
|