Browse Source

除首页外,去除不完善的pwa。

图鉴模式恢复退出按钮显示
tags/v7.3
枫谷剑仙 5 years ago
parent
commit
a34911160c
4 changed files with 4 additions and 9 deletions
  1. +0
    -1
      multi.html
  2. +0
    -1
      solo.html
  3. +4
    -6
      style.css
  4. +0
    -1
      triple.html

+ 0
- 1
multi.html View File

@@ -4,7 +4,6 @@
<meta charset="utf-8">
<title>智龙迷城车队阵型图制作工具</title>
<link rel="shortcut icon" href="images/icon.png" type="image/x-png" />
<link rel="manifest" href="manifest.json">
<meta name="viewport" content="width=664" />
<link href="style.css" rel="stylesheet" type="text/css">
<link href="style-monsterimages.css" rel="stylesheet" type="text/css">


+ 0
- 1
solo.html View File

@@ -4,7 +4,6 @@
<meta charset="utf-8">
<title>智龙迷城车队阵型图制作工具</title>
<link rel="shortcut icon" href="images/icon.png" type="image/x-png" />
<link rel="manifest" href="manifest.json">
<meta name="viewport" content="width=664" />
<link href="style.css" rel="stylesheet" type="text/css">
<link href="style-monsterimages.css" rel="stylesheet" type="text/css">


+ 4
- 6
style.css View File

@@ -73,11 +73,7 @@ body{
padding: 1px;
margin: 0;
}
.guide-mod .formation-box,
.guide-mod .control-box>div
{
display: none;
}

.guide-mod .control-box>div.status
{
display: block;
@@ -755,7 +751,9 @@ ul{
font-weight: bold;
}
.guide-mod .edit-box-title,
.guide-mod .button-box
.guide-mod .button-box .button-null,
.guide-mod .button-box .button-delay,
.guide-mod .button-box .button-done
{
display: none;
}


+ 0
- 1
triple.html View File

@@ -4,7 +4,6 @@
<meta charset="utf-8">
<title>智龙迷城车队阵型图制作工具</title>
<link rel="shortcut icon" href="images/icon.png" type="image/x-png" />
<link rel="manifest" href="manifest.json">
<meta name="viewport" content="width=756" />
<link href="style.css" rel="stylesheet" type="text/css">
<link href="style-monsterimages.css" rel="stylesheet" type="text/css">


Loading…
Cancel
Save