LiuShen

LiuShen

Joined 2 years ago

LiuShen
Last active 3 months ago

Twikoo模板html文件

0 0 2
1 <div>
2 <div id="content" style="margin-top: 20px;margin-bottom: 20px">
3 <div style="background: #ddefff;width: 95%;max-width: 800px;margin: auto auto;border-radius: 12px;border: #49b1f5 1px solid;overflow: hidden;-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); ">
4 <header style="overflow: hidden"><img src="https://i.p-i.vip/30/20240818-66c19b7c531ed.jpg" style="width: 100%; z-index: 666"></header>
5 <div style="padding: 5px 20px">
6 <div class="dear" style="border-radius: 30px;position: relative;color: white;float: left;z-index: 999;background: #347aa9;padding: 5px 30px;margin: -20px auto 0;box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);">亲爱的清羽飞扬站长:</div><br>
7 <center>
8 <h3>你的博客收到了来自${NICK}的评论!</h3>
9 </center>
10 <hr style="width:200px;border:0;border-bottom:1px solid #e5e5e5;margin:12px auto;"><br>&nbsp;&nbsp;<p style="font-weight: bold;">&nbsp;评论者信息:&nbsp;</p>
LiuShen
Last active 3 months ago

获取武汉理工大学教务系统成绩表格的油猴插件

0 0 1
1 // ==UserScript==
2 // @name 武汉理工大学获取成绩表格
3 // @namespace http://tampermonkey.net/
4 // @version 2024-09-08
5 // @license MIT
6 // @description 提取教务处中的成绩为表格并进行下载,适用地址:http://202.114.50.130/Score/login.do*
7 // @author LiuShen
8 // @match http://202.114.50.130/Score/login.do*
9 // @icon https://www.google.com/s2/favicons?sz=64&domain=50.130
10 // @grant none
LiuShen
Last active 3 months ago

设置了部分半透明,不过被注释了,请自行打开

1 0 1
1 /* #card-newest-comments img {border-radius: 10px; /* 设置最新评论圆角半径为10px,可以根据需要调整} */
2
3 /* 说说轮播 */
4 #bber-talk {
5 background: linear-gradient(-45deg, rgba(255, 255, 255, .7),
6 rgba(255, 255, 255, .8),
7 rgba(255, 255, 255, .8),
8 rgba(255, 255, 255, .7));
9 /* backdrop-filter: blur(10px); 应用高斯模糊效果,可以根据需要调整模糊程度 */
10 /* -webkit-backdrop-filter: blur(10px);兼容性前缀,适用于一些旧版本的浏览器 */