diff --git a/src/assets/img/index/banner2-1.png b/src/assets/img/index/banner2-1.png new file mode 100644 index 0000000..b73b1f9 Binary files /dev/null and b/src/assets/img/index/banner2-1.png differ diff --git a/src/assets/img/index/banner2-2.png b/src/assets/img/index/banner2-2.png new file mode 100644 index 0000000..c7242d4 Binary files /dev/null and b/src/assets/img/index/banner2-2.png differ diff --git a/src/assets/img/index/banner2.png b/src/assets/img/index/banner2.png index b42ae2d..fef3e1a 100644 Binary files a/src/assets/img/index/banner2.png and b/src/assets/img/index/banner2.png differ diff --git a/src/assets/img/index/banner3-2.png b/src/assets/img/index/banner3-2.png new file mode 100644 index 0000000..ae825a5 Binary files /dev/null and b/src/assets/img/index/banner3-2.png differ diff --git a/src/assets/img/index/banner3-3.png b/src/assets/img/index/banner3-3.png new file mode 100644 index 0000000..22f2059 Binary files /dev/null and b/src/assets/img/index/banner3-3.png differ diff --git a/src/assets/img/index/banner3-4.png b/src/assets/img/index/banner3-4.png new file mode 100644 index 0000000..2079309 Binary files /dev/null and b/src/assets/img/index/banner3-4.png differ diff --git a/src/assets/img/index/banner3-5.png b/src/assets/img/index/banner3-5.png new file mode 100644 index 0000000..5591fce Binary files /dev/null and b/src/assets/img/index/banner3-5.png differ diff --git a/src/assets/img/index/banner3.png b/src/assets/img/index/banner3.png index 2f1494c..c68c6ff 100644 Binary files a/src/assets/img/index/banner3.png and b/src/assets/img/index/banner3.png differ diff --git a/src/assets/img/info1.png b/src/assets/img/info1.png index 2bf441d..6f9ed93 100644 Binary files a/src/assets/img/info1.png and b/src/assets/img/info1.png differ diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue index f608589..aa3e76c 100644 --- a/src/pages/index/list/index.vue +++ b/src/pages/index/list/index.vue @@ -212,10 +212,16 @@ export default { url(../../../assets/img/index/banner1.png) 0 0/100% 100% no-repeat; } .banner-bg2 { - background: url(../../../assets/img/index/banner2.png) 0 0/100% 100% no-repeat; + background: url(../../../assets/img/index/banner2-1.png) (34px 46px)/auto no-repeat, + url(../../../assets/img/index/banner2-2.png) (0 0)/auto no-repeat, + #f9faff url(../../../assets/img/index/banner2.png) top right/auto no-repeat; } .banner-bg3 { - background: url(../../../assets/img/index/banner3.png) 0 0/100% 100% no-repeat; + background: url(../../../assets/img/index/banner3-2.png) (30% 0)/auto no-repeat, + url(../../../assets/img/index/banner3-3.png) (28px 12px)/auto no-repeat, + url(../../../assets/img/index/banner3-4.png) (90% 10px)/auto no-repeat, + url(../../../assets/img/index/banner3-5.png) (top right)/auto no-repeat, + url(../../../assets/img/index/banner3.png) 0 0/100% 100% no-repeat; } .i-title{ z-index: 1; diff --git a/src/pages/info/list/index.vue b/src/pages/info/list/index.vue index 03c7f27..9683df6 100644 --- a/src/pages/info/list/index.vue +++ b/src/pages/info/list/index.vue @@ -264,8 +264,9 @@ export default { width: calc(100% - 260px); padding: 20px 24px; .title{ - font-size: 22px; + font-size: 20px; color: #0B1D30; + font-weight: 500; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; diff --git a/src/pages/match/list/index.vue b/src/pages/match/list/index.vue index 9036f4e..4925604 100644 --- a/src/pages/match/list/index.vue +++ b/src/pages/match/list/index.vue @@ -500,8 +500,8 @@ export default { margin-left: 16px; .title { margin: 5px 0 15px; - font-size: 16px; - font-weight: 600; + font-size: 20px; + font-weight: 500; color: #0B1D30; } .metas { diff --git a/src/pages/setting/person/index.vue b/src/pages/setting/person/index.vue index f6330d6..408e937 100644 --- a/src/pages/setting/person/index.vue +++ b/src/pages/setting/person/index.vue @@ -117,10 +117,4 @@ export default { flex: 1; } } -@media (max-width: 1750px) { - .wrap { - min-width: 1500px; - padding: 12px 100px 20px; - } -} \ No newline at end of file diff --git a/src/pages/setting/person/info.vue b/src/pages/setting/person/info.vue index f06fdc7..8ae1200 100644 --- a/src/pages/setting/person/info.vue +++ b/src/pages/setting/person/info.vue @@ -2,7 +2,7 @@