Baozhangchao 3 years ago
parent
commit
f38e020587
1 changed files with 1 additions and 5 deletions
  1. 1
    5
      src/views/StrongPhoto.vue

+ 1
- 5
src/views/StrongPhoto.vue View File

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