ソースを参照

修改样式

ctt
chutingting 2年前
コミット
7b151faa5a
22個のファイルの変更13行の追加21行の削除
  1. バイナリ
      public/img/icons/android-chrome-192x192.png
  2. バイナリ
      public/img/icons/android-chrome-512x512.png
  3. バイナリ
      public/img/icons/android-chrome-maskable-192x192.png
  4. バイナリ
      public/img/icons/android-chrome-maskable-512x512.png
  5. バイナリ
      public/img/icons/apple-touch-icon-120x120.png
  6. バイナリ
      public/img/icons/apple-touch-icon-152x152.png
  7. バイナリ
      public/img/icons/apple-touch-icon-180x180.png
  8. バイナリ
      public/img/icons/apple-touch-icon-60x60.png
  9. バイナリ
      public/img/icons/apple-touch-icon-76x76.png
  10. バイナリ
      public/img/icons/apple-touch-icon.png
  11. バイナリ
      public/img/icons/favicon-16x16.png
  12. バイナリ
      public/img/icons/favicon-32x32.png
  13. バイナリ
      public/img/icons/favicon.ico.ico
  14. バイナリ
      public/img/icons/msapplication-icon-144x144.png
  15. バイナリ
      public/img/icons/mstile-150x150.png
  16. +0
    -3
      public/img/icons/safari-pinned-tab.svg
  17. +0
    -2
      public/robots.txt
  18. +8
    -0
      src/assets/style/index.css
  19. +2
    -8
      src/components/introduce/index.vue
  20. +1
    -4
      src/components/product/index.vue
  21. +1
    -4
      src/components/technology/index.vue
  22. +1
    -0
      src/main.js

バイナリ
public/img/icons/android-chrome-192x192.png ファイルの表示

変更前 変更後
幅: 192  |  高さ: 192  |  サイズ: 9.2 KiB

バイナリ
public/img/icons/android-chrome-512x512.png ファイルの表示

変更前 変更後
幅: 512  |  高さ: 512  |  サイズ: 29 KiB

バイナリ
public/img/icons/android-chrome-maskable-192x192.png ファイルの表示

変更前 変更後
幅: 192  |  高さ: 192  |  サイズ: 6.3 KiB

バイナリ
public/img/icons/android-chrome-maskable-512x512.png ファイルの表示

変更前 変更後
幅: 512  |  高さ: 512  |  サイズ: 22 KiB

バイナリ
public/img/icons/apple-touch-icon-120x120.png ファイルの表示

変更前 変更後
幅: 120  |  高さ: 120  |  サイズ: 3.3 KiB

バイナリ
public/img/icons/apple-touch-icon-152x152.png ファイルの表示

変更前 変更後
幅: 152  |  高さ: 152  |  サイズ: 4.0 KiB

バイナリ
public/img/icons/apple-touch-icon-180x180.png ファイルの表示

変更前 変更後
幅: 180  |  高さ: 180  |  サイズ: 4.6 KiB

バイナリ
public/img/icons/apple-touch-icon-60x60.png ファイルの表示

変更前 変更後
幅: 60  |  高さ: 60  |  サイズ: 1.5 KiB

バイナリ
public/img/icons/apple-touch-icon-76x76.png ファイルの表示

変更前 変更後
幅: 76  |  高さ: 76  |  サイズ: 1.8 KiB

バイナリ
public/img/icons/apple-touch-icon.png ファイルの表示

変更前 変更後
幅: 180  |  高さ: 180  |  サイズ: 4.6 KiB

バイナリ
public/img/icons/favicon-16x16.png ファイルの表示

変更前 変更後
幅: 16  |  高さ: 16  |  サイズ: 799 B

バイナリ
public/img/icons/favicon-32x32.png ファイルの表示

変更前 変更後
幅: 32  |  高さ: 32  |  サイズ: 1.2 KiB

バイナリ
public/img/icons/favicon.ico.ico ファイルの表示

変更前 変更後

バイナリ
public/img/icons/msapplication-icon-144x144.png ファイルの表示

変更前 変更後
幅: 144  |  高さ: 144  |  サイズ: 1.1 KiB

バイナリ
public/img/icons/mstile-150x150.png ファイルの表示

変更前 変更後
幅: 270  |  高さ: 270  |  サイズ: 4.2 KiB

+ 0
- 3
public/img/icons/safari-pinned-tab.svg ファイルの表示

@@ -1,3 +0,0 @@
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.00251 14.9297L0 1.07422H6.14651L8.00251 4.27503L9.84583 1.07422H16L8.00251 14.9297Z" fill="black"/>
</svg>

+ 0
- 2
public/robots.txt ファイルの表示

@@ -1,2 +0,0 @@
User-agent: *
Disallow:

+ 8
- 0
src/assets/style/index.css ファイルの表示

@@ -0,0 +1,8 @@
h6, p{
margin: 0;
padding: 0;
}
img{
width: 100%;
display: block;
}

+ 2
- 8
src/components/introduce/index.vue ファイルの表示

@@ -319,16 +319,10 @@ export default {
<style lang="scss" scoped>
.introduce {
margin-top: 70px;
h6{
margin: 0;
}
.top {
width: 100%;
position: relative;
img{
width: 100%;
display: block;
}
.top_ct {
position: absolute;
left: 194px;
@@ -464,7 +458,7 @@ export default {
img{
width: 680px;
height: 383px;
margin-top: 113px;
margin: 113px auto 0;
}
}
}


+ 1
- 4
src/components/product/index.vue ファイルの表示

@@ -223,10 +223,7 @@ export default {
.top {
width: 100%;
position: relative;
img{
width: 100%;
display: block;
}
.top_ct {
position: absolute;
left: 194px;


+ 1
- 4
src/components/technology/index.vue ファイルの表示

@@ -55,10 +55,7 @@ export default {
.top {
width: 100%;
position: relative;
img{
width: 100%;
display: block;
}
.top_ct {
position: absolute;
right: 357px;


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

@@ -5,6 +5,7 @@ import router from './router'
import store from './store'
import ElementUI from 'element-ui'; //引入js
import 'element-ui/lib/theme-chalk/index.css';//引入css
import '@/assets/style/index.css'
// 引入amfe-flexible做rem适配
import 'amfe-flexible';
import axios from "axios"


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