<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>hh</title> <style type="text/css"> </style> <script language="JavaScript"> var str="Paul,Pa ...
分类:
其他好文 时间:
2018-10-28 17:53:23
阅读次数:
113
1. html <div class="image-gif"></div> 2. css <style type="text/css"> .image-gif { width: 200px; height: 300px; background: url(image-gif.jpg); backgro ...
分类:
其他好文 时间:
2018-10-27 19:56:11
阅读次数:
156
<!DOCTYPE html><html><head> <meta charset="gb2312"> <title>隐藏页面左侧标签导航栏 - 源码之家</title><style type="text/css">a:link,a:hover,a:visited,a:active {color: ...
分类:
其他好文 时间:
2018-10-27 11:50:30
阅读次数:
141
<!DOCTYPE html> <html lang="en"><head> <title>bilibili</title> <link rel="stylesheet" type="text/css" href="网页css.css"></head><body> <div class="bili- ...
分类:
其他好文 时间:
2018-10-25 20:14:02
阅读次数:
202
<!DOCTYPE html><html><head><meta charset="utf-8"><title>grid</title><style type="text/css">.wrapper{display: grid;grid-template-rows: 90px 100px 100px ...
分类:
其他好文 时间:
2018-10-25 18:02:54
阅读次数:
188
css页面布局实现,内容部分自适应屏幕,当内容高度小于浏览器窗口高度时,页脚在浏览器窗口底部;当内容高度高于浏览器窗口高度时,页脚自动被撑到窗口底部。 css如下: <style type="text/css"> * { margin: 0; padding: 0; box-sizing: bord ...
分类:
Web程序 时间:
2018-10-25 15:45:06
阅读次数:
203
<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>BOM</title> <style type="text/css"> .box { display: flex; justify-content: flex-start; grid- ...
分类:
其他好文 时间:
2018-10-25 15:34:07
阅读次数:
162
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <style type="text/css"> *{ padding: 0; margin: 0; } ul, ...
分类:
其他好文 时间:
2018-10-25 12:03:39
阅读次数:
174
将CSS修改为: <style type="text/css"> .navbar .nav > li .dropdown-menu { margin: 0; } .navbar .nav > li:hover .dropdown-menu { display: block; }</style> 实例 ...
分类:
其他好文 时间:
2018-10-25 10:58:50
阅读次数:
169
简单粗暴的放码 一个简单的效果 分页器效果中加下拉刷新和上拉加载功能 HTML结构: JS结构: 注意: 需要引入css和js <link rel="stylesheet" type="text/css" href="css/swiper-3.3.1.min.css"/><script src="j ...
分类:
其他好文 时间:
2018-10-25 10:56:52
阅读次数:
563