去除统计用户访问量的js库
This commit is contained in:
parent
73a6ffad9a
commit
e2616d1a69
22
index.html
22
index.html
@ -1,10 +1,8 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="cn">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>脆皮大学生向你发出请假条条</title>
|
||||
<style>
|
||||
* {
|
||||
@ -69,9 +67,9 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
background: linear-gradient(45deg, #ff7f7f, #ff4785, #8b5cf6);
|
||||
-webkit-background-clip: text;
|
||||
color: transparent;
|
||||
background: linear-gradient(45deg, #ff7f7f, #ff4785, #8b5cf6);
|
||||
-webkit-background-clip: text;
|
||||
color: transparent;
|
||||
position: absolute;
|
||||
transform: translateY(-50%);
|
||||
top: 5%;
|
||||
@ -83,19 +81,18 @@
|
||||
.accepted-body-subtitle,
|
||||
.rejected-body-subtitle {
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
font-weight: 600;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: linear-gradient(45deg, #8e44ad, #1abc9c, #8b5cf6);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
position: absolute;
|
||||
transform: translateY(-50%);
|
||||
top: 15%;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
.confirm-body-button,
|
||||
@ -265,13 +262,10 @@
|
||||
border-radius: 20rem 20rem 0 0;
|
||||
}
|
||||
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
</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>
|
||||
<body>
|
||||
<!-- 初始界面 -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user