<!DOCTYPE html>,<html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .box{ width: 400px;height: 400px;border: 1px solid black; ...
分类:
其他好文 时间:
2019-08-29 23:12:26
阅读次数:
107
引用文件! <link rel="stylesheet" type="text/css" href="@Url.FrontUrl().ThemeFileUrl("assets/plugins/jqueryConfirm/css/jq22-demo.css",true)"><link rel="sty ...
分类:
Web程序 时间:
2019-08-29 16:23:33
阅读次数:
95
表单、单选、下拉框、文本域、多选框、提交、重置、按钮 效果 体验CSS 1、css基本语法 书写位置:head标签内部 环境:<style type = "text/css" ><style> 书写css属性:控制的对象{css键值对} css键值对语法 k:v; 2、css常用文字控制属性 字体: ...
分类:
Web程序 时间:
2019-08-29 15:45:59
阅读次数:
137
header头部样式文件导入 <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css"/> <link rel="stylesheet" href="css/mui.min.css"> <script src="js ...
分类:
移动开发 时间:
2019-08-28 10:39:38
阅读次数:
111
<!DOCTYPE html><html> <head></head> <meta charset="utf-8"> <style type="text/css"> .con{ width:102px; border:solid 1px red; display: flex; flex-wrap: ...
分类:
其他好文 时间:
2019-08-27 19:12:43
阅读次数:
195
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>全国城市三级联动</title> <style type="text/css"> body{ background:#EEEEEE;margin:0; padding:0; f... ...
分类:
Web程序 时间:
2019-08-26 20:55:46
阅读次数:
240
HTML DOM中的form表单 form表单获取: var form = document.forms; 一.百度表单验证 样式代码: <style type="text/css"> form{ width:750px; margin: 0 auto; position: relative; } ...
分类:
Web程序 时间:
2019-08-24 16:57:09
阅读次数:
177
<!DOCTYPE html> <html> <head><meta charset="utf-8"> <title>Html5 Ajax 上传文件</title> <style type="text/css"> #imgshow{width: 500px;height: 300px } </sty ...
分类:
Web程序 时间:
2019-08-23 18:53:09
阅读次数:
151
1 <style type="text/css"> 2 * { 3 margin: 0; 4 padding: 0; 5 } 6 body { 7 display: flex; 8 flex-direction: column; 9 align-items: center; 10 } 11 #big... ...
分类:
其他好文 时间:
2019-08-21 23:05:51
阅读次数:
88
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> div{ /*字间距,一般默认*/ letter-spacing:2 px; } ...
分类:
其他好文 时间:
2019-08-21 00:24:35
阅读次数:
86