- 제출된 URL:
- https://rmb.sh/
- 보고서 완료:
링크 · 1개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
https://beian.miit.gov.cn/#/Integrated/index | 浙ICP备17030977号 |
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html lang="zh-cmn-Hans"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,viewport-fit=cover">
<title>Rmbs</title>
<link rel="stylesheet" href="https://chinese-fonts-cdn.deno.dev/packages/xuandongkaishu/dist/XuandongKaishu/result.css">
<style>
html,
body {
height: 100%;
display: unset;
margin: unset;
}
#app {
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
font-weight: 100;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
height: 100%;
}
.hello {
color: #000;
height: 100%;
width: 100%;
text-align: center;
position: relative;
}
.heti{
max-width: 100%;
}
.body {
font-family:'XuandongKaishu';
font-weight:'400'
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 45px;
font-weight: bolder;
}
.footer {
font-weight: bolder;
position: absolute;
bottom: 10px;
margin: 0;
left: 50%;
transform: translate(-50%, -50%);
}
.footer a {
text-decoration: none;
color: #000;
}
.footer a:hover {
color: aqua;
}
@media (max-width: 600px){
.body{
height: 500px;
font-size: 35px;
text-align: justify;
writing-mode: vertical-lr;
.image{
display: none;
}
}
.footer{
display: none;
}
}
</style>
</head>
<body ontouchstart="">
<div id="app" class="entry">
<div class="hello">
<div class="body">
<p>你应当劝告大家,有钱就得吃喝嫖赌、胡作非为。可就是,千万别做好事!</p>
<img class="image" src="./fling.png" width="300px" height="100%">
</div>
<div class="footer">
<span>Copyright © 2017-2021 Rmbs. All rights reserved. </span> <br>
<a href="https://beian.miit.gov.cn/#/Integrated/index">浙ICP备17030977号</a>
</div>
</div>
</div>
</body></html>