JavaScript
CSS
HTML
PHP
联系雪哥
登录
注册
找回密码
JavaScript
CSS
HTML
PHP
联系雪哥
登录
注册
找回密码
文章
文章
用户
搜索关于前后端的相关博客文章
热门搜索
居中
复制
判断
手机端
样式
微信
html
下载
跨域
index
测试
插件
主题
wordpress
主域名
搜索
2024
换行
省略
2023
文章
用户
搜索[
CSS
],共找到
47
个文章
纯CSS流星雨效果
最近在我的小程序授权登录页加了一些好看的小样式,顺便分享出来 CSS .xulgrrainbox { position: relative; width: 100%; height: 100%; transform: rotateZ(45deg); position: fixed; top: 0; ...
CSS
3年前
0
258
0
CSS滑动到某位置元素固定住不动或滚动到顶部然后固定
此代码为纯CSS的基本样式,进阶方法查看:点击前往查看 其实只需要用position:sticky就够了,然后用top在设置距顶位置即可。 position: -webkit-sticky; /* 使Safari浏览器兼容 */ position: st...
CSS
3年前
0
396
0
CSS同行并排显示
我一直都在用的是 display: flex; 直接在父级元素加上display: flex,元素内的样式都会响应式并排显示,非常简单。 还有一种用行内块 display: inline-block 这种是把两个要并排的元素都...
CSS
3年前
0
210
0
9个纯CSS字体样式
.XulgrFont{position:relative;letter-spacing:.07em;font-size:3em;font-weight:normal;margin:0 auto} .XulgrFont:before,.hcqFont:after{position:absolute;top:0;left:0;right:0} .xulgr-te...
CSS
3年前
0
203
10
css中的flex(弹性)布局,并排显示
1、flex-direction 此属性决定主轴的方向 .flex{ flex-direction: row; // (默认值) 主轴水平方向,从左往右 如图: flex-direction: row-reverse; // 主轴水平方向的逆方向,从右往左 flex-dir...
CSS
3年前
0
442
11
CSS hover按钮背景色渐变
自定义鼠标hover按钮时,botton的背景颜色渐变效果 <!DOCTYPE html> <html lang='en'> <head> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> &...
CSS
3年前
0
518
13
CSS悬浮固定效果
<style> /*设置了高度,可以上下滚动*/ body { height: 1800px; background:#dddddd; } /*div通用样式*/ div{ background: #1a59b7; color:#ffffff; overflow: hidden; z-index: 9999; po...
CSS
5年前
0
974
0
CSS居屏幕正中
<style> body{ background-color:#000; } .xulgr-table{ width:100%; height:100%; border:0; text-align:center; cellpadding:0; cellspacing:0; }.xulgr-table td{ text-align:center; ...
CSS
HTML
5年前
0
899
0
CSS对象图片
width: 80px;height: 80px; /*对象宽高*/ background-image: url(https://imgs.xulgr.com/xg800.png); /*图片路径*/ background-size:80px 80px; /*调整background-image图片大小*/ background-...
CSS
5年前
0
840
0
CSS用图片作为文字的背景
background:url(图片路径); background-attachment: fixed; background-size: cover; -webkit-text-fill-color:transparent; -webkit-background-clip: text; 运行代码 $('#302').on('cl...
CSS
5年前
0
676
0
上一页
1
2
3
4
5
下一页
在手机上浏览此页面
登录
没有帐号?立即注册
手机号
验证码
发送验证码
记住登录
帐号密码登录
登录
用户名/手机号/邮箱
登录密码
记住登录
找回密码
|
免密登录
登录
注册
已有帐号,立即登录
设置用户名
手机号
验证码
发送验证码
设置密码
注册
注册即表示同意
用户协议
、
隐私声明