调试公会顶部距离

This commit is contained in:
dragon
2024-06-03 11:20:56 +08:00
parent ec8281f55c
commit ea034c67af
7 changed files with 20 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ body {
.back { .back {
width: 100%; width: 100%;
height: 2.38667rem; height: 2.38667rem;
line-height: 2.53333rem; line-height: 3.2rem;
position: fixed; position: fixed;
left: 0; left: 0;
top: 0rem; top: 0rem;
@@ -26,7 +26,7 @@ body {
height: 0.58667rem; height: 0.58667rem;
position: absolute; position: absolute;
left: 0.24rem; left: 0.24rem;
top: 1rem; top: 58%;
} }
.top { .top {

View File

@@ -7,13 +7,13 @@ body {
width: 100%; width: 100%;
height: px2rem(1334); height: px2rem(1334);
background: #F5F7F9; background: #F5F7F9;
} }
.back { .back {
width: 100%; width: 100%;
height: px2rem(179); height: px2rem(179);
line-height: px2rem(190); line-height: px2rem(240);
position: fixed; position: fixed;
left: 0; left: 0;
top: px2rem(0); top: px2rem(0);
@@ -30,7 +30,7 @@ body {
height: px2rem(44); height: px2rem(44);
position: absolute; position: absolute;
left: px2rem(18); left: px2rem(18);
top: px2rem(75); top: 58%;
} }
} }
@@ -196,6 +196,7 @@ ul {
} }
} }
.pub { .pub {
position: fixed; position: fixed;
left: 0; left: 0;
@@ -204,7 +205,7 @@ ul {
right: 0; right: 0;
background: rgba(0, 0, 0, .6); background: rgba(0, 0, 0, .6);
z-index: 11; z-index: 11;
display: none; display: none;
.pub_in { .pub_in {
background: #fff; background: #fff;

View File

@@ -7,7 +7,7 @@ body {
.back { .back {
width: 100%; width: 100%;
height: 2rem; height: 2.26667rem;
position: fixed; position: fixed;
left: 0; left: 0;
top: 0rem; top: 0rem;
@@ -24,14 +24,14 @@ body {
height: 0.58667rem; height: 0.58667rem;
position: absolute; position: absolute;
left: 0.24rem; left: 0.24rem;
top: 1rem; top: 58%;
} }
.back .fdj { .back .fdj {
width: 0.42667rem; width: 0.42667rem;
height: 0.42667rem; height: 0.42667rem;
position: absolute; position: absolute;
top: 1.10667rem; top: 61%;
left: 1.41333rem; left: 1.41333rem;
z-index: 2; z-index: 2;
} }
@@ -48,7 +48,7 @@ body {
padding-left: 0.72rem; padding-left: 0.72rem;
position: absolute; position: absolute;
left: 1.22667rem; left: 1.22667rem;
top: 65%; top: 70%;
transform: translateY(-50%); transform: translateY(-50%);
color: #333; color: #333;
font-size: 0.32rem; font-size: 0.32rem;
@@ -64,7 +64,7 @@ body {
right: 0.62667rem; right: 0.62667rem;
height: 100%; height: 100%;
top: 0; top: 0;
line-height: 2.53333rem; line-height: 3.2rem;
color: #333333; color: #333333;
font-size: 0.45333rem; font-size: 0.45333rem;
font-weight: bold; font-weight: bold;

View File

@@ -11,7 +11,7 @@ body {
.back { .back {
width: 100%; width: 100%;
height: px2rem(150); height: px2rem(170);
position: fixed; position: fixed;
left: 0; left: 0;
top: px2rem(0); top: px2rem(0);
@@ -27,14 +27,14 @@ body {
height: px2rem(44); height: px2rem(44);
position: absolute; position: absolute;
left: px2rem(18); left: px2rem(18);
top: px2rem(75); top: 58%;
} }
.fdj { .fdj {
width: px2rem(32); width: px2rem(32);
height: px2rem(32); height: px2rem(32);
position: absolute; position: absolute;
top: px2rem(83); top: 61%;
left: px2rem(106); left: px2rem(106);
z-index: 2; z-index: 2;
} }
@@ -51,7 +51,7 @@ body {
padding-left: px2rem(54); padding-left: px2rem(54);
position: absolute; position: absolute;
left: px2rem(92); left: px2rem(92);
top: 65%; top: 70%;
transform: translateY(-50%); transform: translateY(-50%);
color: #333; color: #333;
font-size: px2rem(24); font-size: px2rem(24);
@@ -67,7 +67,7 @@ body {
right: px2rem(47); right: px2rem(47);
height: 100%; height: 100%;
top: 0; top: 0;
line-height: px2rem(190); line-height: px2rem(240);
color: #333333; color: #333333;
font-size: px2rem(34); font-size: px2rem(34);
font-weight: bold; font-weight: bold;

View File

@@ -7,7 +7,7 @@
<title class="text1"></title> <title class="text1"></title>
<!-- 未加入公会首页 --> <!-- 未加入公会首页 -->
<link rel="stylesheet" href="../../common/css/reset.css"> <link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="./css/guild.css"> <link rel="stylesheet" href="./css/guild.css?v=1.0">
</head> </head>
<body> <body>

View File

@@ -43,7 +43,7 @@ $(function () {
}; };
// 頂部返回事件 // 頂部返回事件
$('.back .backs').click(() => { $('.back .backs').click(() => {
window.location.href = document.referrer; window.location.href = './guild.html';
}) })
fuzzyMatchUpdateQueryStringParameterFun(); // 判断语言 fuzzyMatchUpdateQueryStringParameterFun(); // 判断语言
langReplace = window.lang.replace; langReplace = window.lang.replace;

View File

@@ -7,7 +7,7 @@
<title class="text1"></title> <title class="text1"></title>
<!-- 搜索公会页面 --> <!-- 搜索公会页面 -->
<link rel="stylesheet" href="../../common/css/reset.css"> <link rel="stylesheet" href="../../common/css/reset.css">
<link rel="stylesheet" href="./css/search.css"> <link rel="stylesheet" href="./css/search.css?v=1.0">
</head> </head>
<body> <body>