技术分享共113篇 第3页

玩转layer弹窗弹出层

玩转layer弹窗弹出层-雪哥尔
全部头部先引用 <script src='https://code.xulgr.com/js/jquery-1.8.2.min.js'></script> <script src='https://code.xulgr.com/js/layer/layer.js' type='text/javascript'>...
5年前
079612

xulgrbtn按钮样式文档

xulgrbtn按钮样式文档-雪哥尔
查看xulgrbtn样式 样式对应代码 纯色按钮 <a class='xulgrbtn'>紫色</a> <a class='xulgrbtn xulgrbtn-lb'>蓝色</a> <a class='xulgrbtn xulgrbtn-hb'>红色</...
5年前
06610

CSS hover按钮背景色渐变

CSS hover按钮背景色渐变-雪哥尔
自定义鼠标hover按钮时,botton的背景颜色渐变效果 <!DOCTYPE html> <html lang='en'> <head> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> &...
3年前
058113

JS载入页面后立即自动触发点击事件

JS载入页面后立即自动触发点击事件-雪哥尔
//getElementById('绑定的id') //querySelector('绑定的.CSS或#id') //getElementsByName('绑定name的值') var XulgrClickNow = '#xulgr'; if(document.all) { //兼容IE document.querySelector...
2年前
03489

几个纯CSS3构架的动态按钮

几个纯CSS3构架的动态按钮-雪哥尔
我把他们规整到我的code里面,调用起来非常实用简单 引入 <link rel='stylesheet' href='//code.xulgr.com/css/button/xulgr.css' media='screen' type='text/css' />   调用代码如...
5年前
05190

密码保护:2020/10/16

2020/10/16-雪哥尔
今天是我们见面的第二天,我们一整个下午都呆在酒店没有出去,明天我就要回去了,我很不舍...   拍了几组照片  
5年前
04310

微信小程序去掉HTML富文本中带标签的代码

微信小程序去掉HTML富文本中带标签的代码-雪哥尔
最近在弄个小程序,发现对接wordpress获取的文章摘要里显示代码标签,像<p>、<a>、<br>这些,然后找了很久才整合了个纯前端的修复方法   直接在wxml中随意行添加以下mod...
3年前
02110

CSS延迟hover消失时间

CSS延迟hover消失时间-雪哥尔
一般情况下我们会直接用transition来设置动画效果,如 a{ transition: all 1s linear; } a:hover{ transform: scale(1.1); transition: all 1s linear; } 其中all为transition-property属性的值...
2年前
056514

随机图片API

随机图片API-雪哥尔
图片默认均为http,用的是新浪微博图床,高速访问 API调用: 动漫:https://code.xulgr.com/api/img/dm 风景:https://code.xulgr.com/api/img/fj 宇宙:https://code.xulgr.com/api/img/yz 雷...
5年前
08990

CSS对象图片

CSS对象图片-雪哥尔
width: 80px;height: 80px; /*对象宽高*/ background-image: url(https://imgs.xulgr.com/xg800.png); /*图片路径*/ background-size:80px 80px; /*调整background-image图片大小*/ background-...
5年前
08860