|
@@ -2,10 +2,7 @@
|
2
|
2
|
<div class="Photo-box">
|
3
|
3
|
<banner-swipe :list="photoBannerImages" />
|
4
|
4
|
<div style="display: flex; aline-itme:center;margin-top: 30px;position:relative ">
|
5
|
|
- <!-- <div :class="`${classStyle?'Zhedie-box Donghua':'Zhedie-box'}`"> -->
|
6
|
5
|
<div :class="{'Zhedie-box': true, 'expand': classStyle}">
|
7
|
|
- <!-- :class="`${clickStyle?'clickStyle':''}`" -->
|
8
|
|
-
|
9
|
6
|
<div
|
10
|
7
|
v-for="(item,i) in buttList"
|
11
|
8
|
:key="i"
|
|
@@ -45,7 +42,6 @@
|
45
|
42
|
<script>
|
46
|
43
|
import { getPhotoSotr, getPhotos } from '@/util/api'
|
47
|
44
|
import { parseTime } from '@/util/formattingData'
|
48
|
|
-
|
49
|
45
|
import { getBanner } from '@/util/api'
|
50
|
46
|
|
51
|
47
|
export default {
|
|
@@ -196,7 +192,7 @@ export default {
|
196
|
192
|
background-color: #fff;
|
197
|
193
|
|
198
|
194
|
.PhotoList-box-images {
|
199
|
|
- width: 97%;
|
|
195
|
+ // width: 97%;
|
200
|
196
|
margin: 0 auto;
|
201
|
197
|
padding-bottom: 10vh;
|
202
|
198
|
.PhotoList-box-text {
|