Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
响应式:text
  • Loading branch information
zhujingqi authored Oct 18, 2024
1 parent 10f0b9d commit 38809fd
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,30 @@
animation: appear 1s ease;
z-index: 12;
}

#new {
position: absolute;
right: 20px;
}

#ip {
position: absolute;
right: 20px;
}

#zhishi {
position: absolute;
right: 20px;
}

@media (max-width: 900px) {

#new,
#ip,
#zhishi {
display: none;
}
}
</style>
</head>
<body>
Expand Down Expand Up @@ -133,7 +157,7 @@ <h2 class="card-title">更多内容</h2>
<h1><a href="a/index.html">👉···<br><br>点击前往>><br>文章中心>><br><br>GO GO GO<br></a></h1>
</div>
<div id="main_right">
<div class="text" style="top:800px;left:700px;position:absolute;" id="new">
<div class="text" style="top:800px;" id="new">
<ul>
<h3>最近更新/加入/改进:</h3>
<li>网站首页整改</li>
Expand All @@ -142,15 +166,15 @@ <h3>最近更新/加入/改进:</h3>
<marquee scrollamount="10">🚄🚌🚌😀</marquee>
</ul>
</div>
<div class="text" style="top:1150px;left:700px;position:absolute;" id="ip">
<div class="text" style="top:1150px;" id="ip">
<center>
<h3>我的网站访问量:</h3>从2024/2/1开始<br><br>
<img src="https://saobby.pythonanywhere.com/api/webcounter?id=IP28qeMg8he5o0sF">次!
<!-- 令牌: A6reJikDucSeUbL4QtV7dmetS0d5iDf4UWEMDfuYq6S4yqnrzKjf8XeiHo3Lt0wg -->
<br>
</center>
</div>
<div class="text" style="top:1350px;left:700px;position:absolute;" id="zhishi">
<div class="text" style="top:1350px;" id="zhishi">
<center>
<h3>奇葩知识</h3>
🧀=🦾!!! Cheese=Power!!!<br><br>
Expand Down

0 comments on commit 38809fd

Please sign in to comment.