ソースを参照

样式修改

master
suizhijia 5年前
コミット
ddd89c256b
14個のファイルの変更13行の追加14行の削除
  1. +0
    -1
      src/utils/common.js
  2. +1
    -1
      src/views/appliances_high_exhibition.vue
  3. +1
    -1
      src/views/appliances_high_outside.vue
  4. +1
    -1
      src/views/appliances_high_pay.vue
  5. +1
    -1
      src/views/appliances_standard_exhibition.vue
  6. +1
    -1
      src/views/appliances_standard_outside.vue
  7. +1
    -1
      src/views/appliances_standard_pay.vue
  8. +1
    -1
      src/views/phone_high_counter.vue
  9. +1
    -1
      src/views/phone_high_outside.vue
  10. +1
    -1
      src/views/phone_high_pay.vue
  11. +1
    -1
      src/views/phone_standard_counter.vue
  12. +1
    -1
      src/views/phone_standard_outside.vue
  13. +1
    -1
      src/views/phone_standard_pay.vue
  14. +1
    -1
      src/views/phone_standard_within.vue

+ 0
- 1
src/utils/common.js ファイルの表示

@@ -48,7 +48,6 @@ function stopPullDown (){
});
all.addEventListener("touchmove",function () {
let scrollTop = document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop;

if(scrollTop==0 && event.touches[0].clientY>startSite && !that.$store.state.menuState || all.scrollHeight-all.clientHeight==Math.ceil(scrollTop) && startSite>event.touches[0].clientY && !that.$store.state.menuState){
event.preventDefault();
}

+ 1
- 1
src/views/appliances_high_exhibition.vue ファイルの表示

@@ -52,7 +52,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

+ 1
- 1
src/views/appliances_high_outside.vue ファイルの表示

@@ -52,7 +52,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

+ 1
- 1
src/views/appliances_high_pay.vue ファイルの表示

@@ -50,7 +50,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

+ 1
- 1
src/views/appliances_standard_exhibition.vue ファイルの表示

@@ -53,7 +53,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

+ 1
- 1
src/views/appliances_standard_outside.vue ファイルの表示

@@ -52,7 +52,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

+ 1
- 1
src/views/appliances_standard_pay.vue ファイルの表示

@@ -50,7 +50,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

+ 1
- 1
src/views/phone_high_counter.vue ファイルの表示

@@ -52,7 +52,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

+ 1
- 1
src/views/phone_high_outside.vue ファイルの表示

@@ -52,7 +52,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

+ 1
- 1
src/views/phone_high_pay.vue ファイルの表示

@@ -50,7 +50,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

+ 1
- 1
src/views/phone_standard_counter.vue ファイルの表示

@@ -52,7 +52,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

+ 1
- 1
src/views/phone_standard_outside.vue ファイルの表示

@@ -52,7 +52,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

+ 1
- 1
src/views/phone_standard_pay.vue ファイルの表示

@@ -50,7 +50,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

+ 1
- 1
src/views/phone_standard_within.vue ファイルの表示

@@ -50,7 +50,7 @@
height: 15.06rem;
}
.contentFrame{
position: absolute;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

読み込み中…
キャンセル
保存