用到dropdown控件:地址:http://test.microanswer.cn/page/dropdown.html引入css,js:<linkrel="stylesheet"href="${ctxLayui}/layuiadmin/style/dropdown.css"media="all">layui.config({base:‘${ctxLayui}/layuiadmin/
分类:
其他好文 时间:
2020-09-18 02:36:51
阅读次数:
29
为表格增加标题 通过元素 <html> <head> <meta charset="utf-8"> <title>表格TITLE</title> <link href="table.css" rel="stylesheet" type="text/css"> </head> <body> <h1>城 ...
分类:
Web程序 时间:
2020-09-17 23:58:20
阅读次数:
61
(1)颜色 bg-primary bg-success bg-info bg-warning bg-danger <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="https://cdn ...
分类:
其他好文 时间:
2020-09-17 21:04:02
阅读次数:
32
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>贪吃蛇</title> <link rel="stylesheet" href="css/index.css" /> </head> <body> <div class="co ...
分类:
Web程序 时间:
2020-07-29 21:43:46
阅读次数:
79
构建OpenLayers,首先在在要web电子海图的网页中引入ol.js和ol.css这两个文件,你可以到openlayers官网去下载这个文件 map的创建完整代码 <!doctype html> <html lang="en"> <head> <link rel="stylesheet" hre ...
分类:
Web程序 时间:
2020-07-28 16:52:48
阅读次数:
98
效果图如下: 参考GitHub来实现的,更详细的源码以及参数说明见:GitHub 本篇文章的html源码: <!DOCTYPE html> <html> <head> <title>openlayers6结合echarts4实现迁徙图</title> <link rel="stylesheet" h ...
分类:
其他好文 时间:
2020-07-26 15:58:57
阅读次数:
124
参考地址: http://www.animate.net.cn/ 官方地址: https://animate.style/ https://github.com/animate-css/animate.css 只需两步 链接css文件 <link rel="stylesheet" href="sty ...
分类:
Web程序 时间:
2020-07-26 01:29:55
阅读次数:
175
1. Vue 官网引用的是 animate.css 3.5 版本 <link href="https://cdn.jsdelivr.net/npm/animate.css@3.5.1" rel="stylesheet" type="text/css"> 2. 不能引用 animate.css 最新版 ...
分类:
Web程序 时间:
2020-07-13 11:45:39
阅读次数:
490
<!DOCTYPE html> <html> <head> <title>Leaflet Web Map</title> <!-- reference to Leaflet CSS --> <link rel="stylesheet" href="https://d19vzq90twjlae.clo ...
分类:
其他好文 时间:
2020-07-13 09:28:59
阅读次数:
187
虽然放在 DOM 分类里面,但是 CSS OM 并不属于 DOM,而是并行的。仅为方便查找。 document.styleSheets <style title="hello"> a { color: red; } </style> <link rel="stylesheet" title="x" ...
分类:
Web程序 时间:
2020-07-10 12:58:07
阅读次数:
89