首页
友情链接
留言板
每日早报
更多
关于我
赞赏作者
联系作者
关于本站
内容统计
Search
1
松纸工作室官网-二改迷你分享
275 阅读
2
荔枝异次元发卡网搭建教程,零基础也能学会
115 阅读
3
梦奈宝塔主机系统搭建教程,利用闲置服务器
88 阅读
4
使用FlexCdn自建cdn平台教程
75 阅读
5
情侣小站怎么搭建(宝塔面板篇)
52 阅读
日常生活
搭建网站
源码分享
壁纸分享
玩机数码
教程内容
免费白嫖
登录
Search
标签搜索
资讯
资源
小刘讲知识
推荐
二改
迷你世界
网站源码
蔚蓝档案
电脑壁纸
来纸数据
宝塔面板
幽默的小刘吖
累计撰写
60
篇文章
累计收到
82
条评论
今日撰写
0
篇文章
首页
栏目
日常生活
搭建网站
源码分享
壁纸分享
玩机数码
教程内容
免费白嫖
页面
友情链接
留言板
每日早报
关于我
赞赏作者
联系作者
关于本站
内容统计
用户登录
登录
搜索到
5
篇与
源码分享
的结果
2025-05-10
好看自适应的网站维护单页html源码
今天给大家分享一个好看自适应的网站维护单页html源码,适配手机电脑,非常适合作为网站维护时使用演示截图html代码<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>网站维护公告</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; } body { min-height: 100vh; display: flex; justify-content: center; align-items: center; background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://t.alcy.cc/fj') center/cover fixed; padding: 20px; } .container { background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(12px) saturate(180%); -webkit-backdrop-filter: blur(12px) saturate(180%); border-radius: 20px; padding: 40px; max-width: 600px; width: 90%; text-align: center; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); border: 1px solid rgba(255, 255, 255, 0.15); } h1 { color: #fff; margin-bottom: 20px; font-size: 2.2em; text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3); } p { color: rgba(255, 255, 255, 0.95); line-height: 1.6; margin: 15px 0; font-size: 1.1em; } .time { color: #FFD740; font-weight: 600; font-size: 1.2em; margin: 20px 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); } .loader { width: 50px; height: 50px; border: 4px solid rgba(255, 255, 255, 0.2); border-top-color: #fff; border-radius: 50%; margin: 20px auto; animation: spin 1s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } .refresh-btn { background: rgba(255, 255, 255, 0.25); color: #fff; border: none; padding: 12px 30px; border-radius: 30px; font-size: 1em; cursor: pointer; margin-top: 20px; transition: all 0.3s ease; backdrop-filter: blur(4px); font-weight: 500; } .refresh-btn:hover { background: rgba(255, 255, 255, 0.35); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); } @media (max-width: 480px) { .container { padding: 25px; } h1 { font-size: 1.8em; } p { font-size: 1em; } } </style> </head> <body> <div class="container"> <div class="loader"></div> <h1>网站正在维护中</h1> <p>我们正在进行系统升级和维护,以确保为您提供更好的服务体验。</p> <p class="time">预计恢复时间:2025年5月5日</p> <p>地址没变,谢谢!</p> <p>感谢您的耐心等待!</p> <button class="refresh-btn" onclick="location.reload()">刷新页面</button> </div> </body> </html>
2025年05月10日
49 阅读
2 评论
0 点赞
2024-12-11
魔方财务正版源码分享
大家都知道,魔方财务是重庆顺戴网络科技有限公司的一款idc系统,就是比较经典的。今天我来分享他们家的魔方财务正版源码。下面我来分享。使用前须知在使用魔方财务源码之前,请先去智简魔方官网购买授权。智简魔方官网{message type="success" content="价格如下:普惠版¥ 699.00专业版¥ 5000.00"/}使用的时候填写授权码就行了源码下载{cloud title="魔方财务v3.6.6正版" type="weiyun" url="https://www.123684.com/s/S2LmTd-mWhAA" password=""/}
2024年12月11日
46 阅读
0 评论
0 点赞
2024-12-09
为网站底部设置音乐播放器
今天教大家如何在网站底部设置音乐播放器,仅需要几行代码即可实现。下面开始教学{music id="137763" loop="none" autotheme="1" order="list" color="#000000" autoplay="autoplay"/}效果图网易云歌单<!-- require APlayer --> <link rel="stylesheet" href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/aplayer/1.10.1/APlayer.min.css"> <script src="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/aplayer/1.10.1/APlayer.min.js"></script> <!-- require MetingJS --> <script src="https://cdn1.tianli0.top/npm/meting@2.0.1/dist/Meting.min.js"></script> <!-- 配置你的 背景音乐信息 --> <meting-js server="netease" type="playlist" id="5337368124" autoplay="true" preload="auto" fixed ="true" listFolded="true" order="random" > </meting-js>只需修改歌单的id即可{lamp/}
2024年12月09日
8 阅读
2 评论
0 点赞
2024-11-25
织音云二次元魔方主题分享
今天分享一个好看的智简魔方主题---织音云二次元主题,使用率也是非常高,在魔方应用商店10元的售价,今天有偿分享给大家,感谢大家的支持效果预览织音云模板演示:www.zhiyinidc.com隐藏内容,请前往内页查看详情提取码和解压密码请加QQ:2927616963获取,支付5元即可使用!!!
2024年11月25日
45 阅读
1 评论
0 点赞
2024-11-05
简约好看的广告位源码
一个好看自适应的文字广告位代码,如果不需要太多位置可适当刪减代码。需要的拿~效果图html代码<style type="text/css"> .tp-ad-text1 {width:100%;padding-top:6px;box-sizing:border-box;overflow: hidden;background: rgba(255,255,255,.2);} .tp-ad-text1 a {color:#7fba00;font-size:14px;line-height:38px;text-align:center;border:1px dashed rgba(0,0,0,.2);padding:0 3px;box-sizing:border-box;float:left;width:11.5%;height:38px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 0.5% 6px;text-decoration:none;transition:all .6s;} .tp-ad-text1 a:hover {font-weight: bold;color:#fff!important;background:#7fba00;transition: all .6s;} .tp-ad-text1 a:nth-child(2n) {color:#f74e1e;} .tp-ad-text1 a:nth-child(2n):hover {background:#f74e1e;border-color: #f74e1e;} .tp-ad-text1 a:nth-child(3n) {color:#00a4ef;} .tp-ad-text1 a:nth-child(3n):hover {background:#00a4ef;border-color: #00a4ef;} .tp-ad-text1 a:nth-child(4n) {color:#0517c2;} .tp-ad-text1 a:nth-child(4n):hover {background:#0517c2;border-color: #0517c2;} .tp-ad-text1 a:nth-child(5n) {color:#601165;} .tp-ad-text1 a:nth-child(5n):hover {background:#601165;border-color: #601165;} .tp-ad-text1 a:nth-child(6n) {color:#ffb900;} .tp-ad-text1 a:nth-child(6n):hover {background:#ffb900;border-color: #ffb900;} .tp-ad-text1 a:nth-child(7n) {color:#0fc317;} .tp-ad-text1 a:nth-child(7n):hover {background:#0fc317;border-color: #0fc317;} .tp-ad-text1 a:nth-child(8n) {color:#601165;} .tp-ad-text1 a:nth-child(8n):hover {background:#601165;border-color: #601165;} .tp-ad-text1 a:nth-child(9n) {color:#fba78f;} .tp-ad-text1 a:nth-child(9n):hover {background:#fba78f;border-color: #fba78f;} .tp-ad-text1 a:nth-child(10n) {color:#13cf8f;} .tp-ad-text1 a:nth-child(10n):hover {background:#13cf8f;border-color: #13cf8f;} .tp-ad-text1 a:nth-child(11n) {color:#f74e1e;} .tp-ad-text1 a:nth-child(11n):hover {background:#f74e1e;border-color: #f74e1e;} .tp-ad-text1 a:nth-child(12n) {color:#ffb900;} .tp-ad-text1 a:nth-child(12n):hover {background:#ffb900;border-color: #ffb900;} .tp-ad-text1 a:nth-child(13n) {color:#fba78f;} .tp-ad-text1 a:nth-child(13n):hover {background:#fba78f;border-color: #fba78f;} .tp-ad-text1 a:nth-child(14n) {color:#f74e1e;} .tp-ad-text1 a:nth-child(14n):hover {background:#f74e1e;border-color: #f74e1e;} .tp-ad-text1 a:nth-child(15n) {color:#7fba00;} .tp-ad-text1 a:nth-child(15n):hover {background:#7fba00;border-color: #7fba00;} .tp-ad-text1 a:nth-child(16n) {color:#0fc317;} .tp-ad-text1 a:nth-child(16n):hover {background:#0fc317;border-color: #0fc317;} .tp-ad-text1 a:nth-child(17n) {color:#0517c2;} .tp-ad-text1 a:nth-child(17n):hover {background:#0517c2;border-color: #0517c2;} .tp-ad-text1 a:nth-child(18n) {color:#13cf8f;} .tp-ad-text1 a:nth-child(18n):hover {background:#13cf8f;border-color: #13cf8f;} .tp-ad-text1 a:nth-child(19n) {color:#ffb900;} .tp-ad-text1 a:nth-child(19n):hover {background:#ffb900;border-color: #ffb900;} .tp-ad-text1 a:nth-child(20n) {color:#f74e1e;} .tp-ad-text1 a:nth-child(20n):hover {background:#f74e1e;border-color: #f74e1e;} @media screen and (max-width: 1198px){ .tp-ad-text1 a{ width: 24%; } } </style> 幽默的小刘吖:https://blog.lzchi.top/ <div class="tp-ad-text1"> <a href="https://blog.lzchi.top/" title="幽默的小刘吖" target="_blank">幽默的小刘吖</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">同款网站搭建</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <a href="https://www.lyszm.com/" title="广告位/10/月" target="_blank">广告位/10/月</a> <
2024年11月05日
18 阅读
0 评论
0 点赞