diff --git a/view/molistar/modules/guildAr/css/guild.css b/view/molistar/modules/guildAr/css/guild.css index 2e8b1b4..aade153 100644 --- a/view/molistar/modules/guildAr/css/guild.css +++ b/view/molistar/modules/guildAr/css/guild.css @@ -8,7 +8,7 @@ body { .back { width: 100%; height: 2.38667rem; - line-height: 2.53333rem; + line-height: 3.2rem; position: fixed; left: 0; top: 0rem; @@ -26,7 +26,7 @@ body { height: 0.58667rem; position: absolute; left: 0.24rem; - top: 1rem; + top: 58%; } .top { diff --git a/view/molistar/modules/guildAr/css/guild.scss b/view/molistar/modules/guildAr/css/guild.scss index 707b622..9080907 100644 --- a/view/molistar/modules/guildAr/css/guild.scss +++ b/view/molistar/modules/guildAr/css/guild.scss @@ -7,13 +7,13 @@ body { width: 100%; height: px2rem(1334); background: #F5F7F9; - + } .back { width: 100%; height: px2rem(179); - line-height: px2rem(190); + line-height: px2rem(240); position: fixed; left: 0; top: px2rem(0); @@ -30,7 +30,7 @@ body { height: px2rem(44); position: absolute; left: px2rem(18); - top: px2rem(75); + top: 58%; } } @@ -196,6 +196,7 @@ ul { } } + .pub { position: fixed; left: 0; @@ -204,7 +205,7 @@ ul { right: 0; background: rgba(0, 0, 0, .6); z-index: 11; - display: none; + display: none; .pub_in { background: #fff; diff --git a/view/molistar/modules/guildAr/css/search.css b/view/molistar/modules/guildAr/css/search.css index a162753..35e83bd 100644 --- a/view/molistar/modules/guildAr/css/search.css +++ b/view/molistar/modules/guildAr/css/search.css @@ -7,7 +7,7 @@ body { .back { width: 100%; - height: 2rem; + height: 2.26667rem; position: fixed; left: 0; top: 0rem; @@ -24,14 +24,14 @@ body { height: 0.58667rem; position: absolute; left: 0.24rem; - top: 1rem; + top: 58%; } .back .fdj { width: 0.42667rem; height: 0.42667rem; position: absolute; - top: 1.10667rem; + top: 61%; left: 1.41333rem; z-index: 2; } @@ -48,7 +48,7 @@ body { padding-left: 0.72rem; position: absolute; left: 1.22667rem; - top: 65%; + top: 70%; transform: translateY(-50%); color: #333; font-size: 0.32rem; @@ -64,7 +64,7 @@ body { right: 0.62667rem; height: 100%; top: 0; - line-height: 2.53333rem; + line-height: 3.2rem; color: #333333; font-size: 0.45333rem; font-weight: bold; diff --git a/view/molistar/modules/guildAr/css/search.scss b/view/molistar/modules/guildAr/css/search.scss index 359b341..66d94f1 100644 --- a/view/molistar/modules/guildAr/css/search.scss +++ b/view/molistar/modules/guildAr/css/search.scss @@ -11,7 +11,7 @@ body { .back { width: 100%; - height: px2rem(150); + height: px2rem(170); position: fixed; left: 0; top: px2rem(0); @@ -27,14 +27,14 @@ body { height: px2rem(44); position: absolute; left: px2rem(18); - top: px2rem(75); + top: 58%; } .fdj { width: px2rem(32); height: px2rem(32); position: absolute; - top: px2rem(83); + top: 61%; left: px2rem(106); z-index: 2; } @@ -51,7 +51,7 @@ body { padding-left: px2rem(54); position: absolute; left: px2rem(92); - top: 65%; + top: 70%; transform: translateY(-50%); color: #333; font-size: px2rem(24); @@ -67,7 +67,7 @@ body { right: px2rem(47); height: 100%; top: 0; - line-height: px2rem(190); + line-height: px2rem(240); color: #333333; font-size: px2rem(34); font-weight: bold; diff --git a/view/molistar/modules/guildAr/guild.html b/view/molistar/modules/guildAr/guild.html index a71776a..5f2e1da 100644 --- a/view/molistar/modules/guildAr/guild.html +++ b/view/molistar/modules/guildAr/guild.html @@ -7,7 +7,7 @@ - + diff --git a/view/molistar/modules/guildAr/js/search.js b/view/molistar/modules/guildAr/js/search.js index 1c64784..3496e95 100644 --- a/view/molistar/modules/guildAr/js/search.js +++ b/view/molistar/modules/guildAr/js/search.js @@ -43,7 +43,7 @@ $(function () { }; // 頂部返回事件 $('.back .backs').click(() => { - window.location.href = document.referrer; + window.location.href = './guild.html'; }) fuzzyMatchUpdateQueryStringParameterFun(); // 判断语言 langReplace = window.lang.replace; diff --git a/view/molistar/modules/guildAr/search.html b/view/molistar/modules/guildAr/search.html index a695ac9..920d984 100644 --- a/view/molistar/modules/guildAr/search.html +++ b/view/molistar/modules/guildAr/search.html @@ -7,7 +7,7 @@ - +