<style type="text/css"> /* el-form-item__content 是input外层最大的div*/ .huo-dong .el-form-item__content{ width: 217px; } </style> <body> <div id="app"> <el ...
分类:
其他好文 时间:
2019-11-25 23:39:01
阅读次数:
70
萤火虫 <style type="text/css"> *{ padding: 0; margin: 0; } #bg{ background: url(img/bg.jpg) no-repeat; background-size: cover; width: 100%; height: 100%; ...
分类:
其他好文 时间:
2019-11-25 15:14:31
阅读次数:
64
弹幕小效果 <style type="text/css"> *{ margin: 0; padding: 0;} #box{ width: 542px; height: 330px; border: 3px solid goldenrod; margin-left:300px;} #btm{marg ...
分类:
其他好文 时间:
2019-11-25 11:34:40
阅读次数:
54
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> 5 <style type="text/css"> 6 html { height ...
分类:
其他好文 时间:
2019-11-22 13:48:13
阅读次数:
76
效果 <style type="text/css"> span{ width:80px; height: 10px; display: inline-block; background: grey; margin-right: 3px; font-size: 18px; text-align: ce ...
分类:
其他好文 时间:
2019-11-22 13:33:36
阅读次数:
72
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="author" content="" /> <title>文字列表无缝滚动代码</title> <style type="text/css"> *{ margin:0px ...
分类:
其他好文 时间:
2019-11-20 16:58:53
阅读次数:
50
迷宫小游戏 <html lang="zh-CN" class="translated-ltr"> <head> <meta charset="UTF-8"> <title>迷宫</title> <style type="text/css"> canvas { display: block; marg ...
分类:
其他好文 时间:
2019-11-18 14:25:47
阅读次数:
51
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <style type="text/css"> .question-select { height: 40px; } .question-sele ...
分类:
其他好文 时间:
2019-11-16 23:37:35
阅读次数:
136
Resource interpreted as Stylesheet but transferred with MIME type html/text 解决方法: 1.将content-type改为text/css 2.修改过滤器编码 原因:在编码过滤器时使用response.setContentT ...
分类:
Web程序 时间:
2019-11-16 21:47:03
阅读次数:
83
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>圣杯布局</title> <style type="text/css"> * { margin: 0px; padding: 0px; } .container ...
分类:
Web程序 时间:
2019-11-10 19:21:27
阅读次数:
107