摘要: <!doctype html><html><head><meta charset="utf-8" /><title>流星雨</title><meta name="keywords" content="关键词,关键字"><meta name="description" content="描述信息">< 阅读全文
posted @ 2021-12-02 18:07 宅女二二 阅读(291) 评论(0) 推荐(0)
摘要: 设置步骤 点击博客园的 【管理】 → 【设置】 → 一直往下拉, 找到 【页首Html代码】,添加如下代码内容, 保存即可: <script type="text/javascript"> /* 鼠标特效 */ var a_idx = 0; jQuery(document).ready(functi 阅读全文
posted @ 2021-12-02 18:00 宅女二二 阅读(84) 评论(0) 推荐(0)
摘要: 只需在网页中引入这三行代码即可! <script src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/ 阅读全文
posted @ 2021-12-02 17:57 宅女二二 阅读(59) 评论(0) 推荐(1)
摘要: <a style="cursor:pointer">手型</a> 阅读全文
posted @ 2021-12-02 15:36 宅女二二 阅读(21) 评论(0) 推荐(0)
摘要: /** * 判断访问类型是电脑还是手机 */ $(function(){ var mobile_flag = isMobile(); // true为PC端,false为手机端 if(mobile_flag){ // window.location.href = " https://www.baid 阅读全文
posted @ 2021-12-02 15:35 宅女二二 阅读(122) 评论(0) 推荐(0)
摘要: <!-- 视频播放内容 --> <!-- autoplay准备就绪会自动播放 --> <!-- controls,要自定义得去掉这个 --> <video id="myVideo" class="video-main" controls> <source src="./movies/movie.og 阅读全文
posted @ 2021-12-02 15:33 宅女二二 阅读(171) 评论(0) 推荐(0)
摘要: .cotover{ background-color: #fff; width: 100%; height: 89.6vh; overflow-y:scroll; } .cotover::-webkit-scrollbar{ width:2px; height:100%; background-co 阅读全文
posted @ 2021-12-02 15:27 宅女二二 阅读(41) 评论(0) 推荐(0)
摘要: 参考来源: https://www.bilibili.com/video/BV1ux411d75J?p=168&spm_id_from=pageDriver 阅读全文
posted @ 2021-12-02 15:25 宅女二二 阅读(15) 评论(0) 推荐(0)
摘要: 参考链接: https://blog.csdn.net/qq_36699230/article/details/104001003 阅读全文
posted @ 2021-12-02 15:22 宅女二二 阅读(24) 评论(0) 推荐(0)
摘要: 参考链接: https://blog.csdn.net/sxs1995/article/details/80091924 阅读全文
posted @ 2021-12-02 15:21 宅女二二 阅读(11) 评论(0) 推荐(0)
摘要: CSS部分 .big_box2-2{ width: 150rpx; height: 200rpx; background-color: #ffff00; position: fixed; z-index: 999; right: 0rpx; top: 550rpx; } .redcard{ widt 阅读全文
posted @ 2021-12-02 15:17 宅女二二 阅读(30) 评论(0) 推荐(0)
摘要: display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: normal !important; -webkit-line-clamp: 2; -webkit 阅读全文
posted @ 2021-12-02 15:15 宅女二二 阅读(589) 评论(0) 推荐(0)
摘要: 尝试1(失败): “爱恨原则” 尝试2(失败): button::after{ border: none; } 尝试3(成功): button{ outline:none; } 先试下outline:none 不行用下面这个 filter:chroma(color=#000000);参考来源忘了,, 阅读全文
posted @ 2021-12-02 15:11 宅女二二 阅读(112) 评论(0) 推荐(0)
摘要: scroll-view 里面继续套一个 scroll-view ,设置纵向允许滚动 <swiper class="swiper"> <swiper-item> <scroll-view scroll-y="true" class="scroll"> <!-- 这里是内容 --> </scroll-v 阅读全文
posted @ 2021-12-02 15:09 宅女二二 阅读(194) 评论(0) 推荐(0)
摘要: resize:none;参考链接:https://blog.csdn.net/weixin_33696106/article/details/94558204 阅读全文
posted @ 2021-12-02 14:09 宅女二二 阅读(56) 评论(0) 推荐(0)