去除统计用户访问量的js库

This commit is contained in:
张梦南 2025-04-27 16:45:28 +08:00
parent 73a6ffad9a
commit e2616d1a69

View File

@ -1,10 +1,8 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="cn">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>脆皮大学生向你发出请假条条</title> <title>脆皮大学生向你发出请假条条</title>
<style> <style>
* { * {
@ -69,9 +67,9 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
font-weight: bold; font-weight: bold;
background: linear-gradient(45deg, #ff7f7f, #ff4785, #8b5cf6); background: linear-gradient(45deg, #ff7f7f, #ff4785, #8b5cf6);
-webkit-background-clip: text; -webkit-background-clip: text;
color: transparent; color: transparent;
position: absolute; position: absolute;
transform: translateY(-50%); transform: translateY(-50%);
top: 5%; top: 5%;
@ -83,19 +81,18 @@
.accepted-body-subtitle, .accepted-body-subtitle,
.rejected-body-subtitle { .rejected-body-subtitle {
font-size: 20px; font-size: 20px;
font-weight: 600; font-weight: 600;
margin: 0; margin: 0;
padding: 0; padding: 0;
background: linear-gradient(45deg, #8e44ad, #1abc9c, #8b5cf6); background: linear-gradient(45deg, #8e44ad, #1abc9c, #8b5cf6);
-webkit-background-clip: text; -webkit-background-clip: text;
background-clip: text; background-clip: text;
color: transparent; color: transparent;
position: absolute; position: absolute;
transform: translateY(-50%); transform: translateY(-50%);
top: 15%; top: 15%;
text-align: center; text-align: center;
width: 100%; width: 100%;
} }
.confirm-body-button, .confirm-body-button,
@ -265,13 +262,10 @@
border-radius: 20rem 20rem 0 0; border-radius: 20rem 20rem 0 0;
} }
.hidden { .hidden {
display: none; display: none;
} }
</style> </style>
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>LA.init({id:"KnOl8lOXs1ZdLBei",ck:"KnOl8lOXs1ZdLBei"})</script>
</head> </head>
<body> <body>
<!-- 初始界面 --> <!-- 初始界面 -->