代码 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>倒计时</title> <style type="text/css"> * { margin: 0; padding: 0; } body { width: 100%; he ...
分类:
其他好文 时间:
2020-05-22 00:12:46
阅读次数:
63
vue绑定class <style type="text/css"> .active{ width: 200px; height: 200px; background-color: aqua; } </style> <div id="app"> <!-- 通过对象的方式决定是否存在某个类 --> < ...
分类:
其他好文 时间:
2020-05-19 23:15:32
阅读次数:
169
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> div { position: relative; width: 200px; h ...
分类:
Web程序 时间:
2020-05-19 13:06:07
阅读次数:
140
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>滑动门原理</title> <style type="text/css"> /*1 a 是 设置左侧背景 (左门)*/ a { /*4 因为是滑动门,左右推拉, 跟 ...
分类:
其他好文 时间:
2020-05-19 11:00:09
阅读次数:
95
实现 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>聊天气泡</title> <link rel="stylesheet" type="text/css" href="layui/css/layui.css" /> <scri ...
分类:
其他好文 时间:
2020-05-19 00:33:21
阅读次数:
57
这玩意是动态的,想玩的话还是可以试试的 重点:你得有个女朋友 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> *{ margin: 0; padding: 0 ...
分类:
Web程序 时间:
2020-05-17 15:58:51
阅读次数:
63
上图: 上代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .container{ width: 150px; height: 30px; position ...
分类:
Web程序 时间:
2020-05-16 13:59:14
阅读次数:
68
1、轮播图.html(图片可自己修改) <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>轮播图</title> </head> <link rel="stylesheet" type="text/css" href="css ...
分类:
Web程序 时间:
2020-05-16 00:25:02
阅读次数:
69
<head> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{ margin-top: 10px; box-sizing: border-box; } span{ display:inline; width: 200p ...
分类:
编程语言 时间:
2020-05-11 13:34:43
阅读次数:
90
<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>注册页面</title> <style type="text/css"> .blank{ height: 100px; } h2{ color: coral; } .a{ wid ...
分类:
其他好文 时间:
2020-05-08 21:25:09
阅读次数:
113