String content = "<p><img src="http://xxx.com/image/635.png" alt="bg" style="max-width:100%;"><img src="http://ssss.com/image/d17c.jpg" alt="spe-03" s ...
分类:
其他好文 时间:
2020-02-15 19:19:54
阅读次数:
71
width和height是指content内容的宽高 当width的值小于min-width时,则宽度为min-width 当width的值大于max-width时,则宽度为max-width min-width和max-width存在兼容性问题,在IE6以下不支持 哪些元素可以设置宽高属性 块级元 ...
分类:
Web程序 时间:
2020-01-31 15:51:46
阅读次数:
74
QT 样式表属性大全 Box样式 width:宽度 height:高度 max-width:最大宽度 max-height:最大高度 min-width:最小宽度 min-height:最小高度 margin:边距尺寸 margin-top margin-right margin-bottom ma ...
分类:
其他好文 时间:
2020-01-07 00:28:48
阅读次数:
139
设置 源码编辑器 的宽度 Typora 安装目录,Typora\resources\app\style\ 下,找到 base control.css 文件 ,打开后搜索 typora source ,找到 max width (或者直接搜索 max width ) ,将其值改为1200 设置 编辑器 ...
分类:
其他好文 时间:
2020-01-04 16:50:37
阅读次数:
313
媒体查询代码,一般是表示只有在屏幕尺寸小于或大于某某像素才应用某一样式 例如: <meta name="viewport" content="width=device-width, initial-scale=1"/> @media only screen and (max-width:639px) ...
分类:
其他好文 时间:
2020-01-03 00:43:44
阅读次数:
75
日历组件: 可点击选择日期,可显示已选日期、预订内容 style: .reserve-calendar { #dateInput { background: #33CCCC; color: white; font-weight: bold; max-width: 450px; margin: 0 a ...
分类:
其他好文 时间:
2020-01-02 17:15:48
阅读次数:
82
转自:https://github.com/ace0109/verifyCode 正要做一个验证码,网上找到这个还不错: gVerify.js: !(function(window, document) { function GVerify(options) { //创建一个图形验证码对象,接收op ...
分类:
Web程序 时间:
2019-12-16 09:48:18
阅读次数:
122
css代码*{ margin:0; padding:0; } body{ max-width: 100%; min-width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background- ...
分类:
其他好文 时间:
2019-12-14 15:40:57
阅读次数:
145
img中放照片 css中含有一个sytle.css style.css @charset "utf-8"; *{ margin:0; padding:0; } body{ /*background: url(../img/preview.png) ;*/ max-width: 100%; min-w ...
分类:
其他好文 时间:
2019-12-09 17:17:48
阅读次数:
508
对基础与初始化进行预加载 加载顺序 document preload 正常加载 media 属性 不同设备时的响应式加载 media="(max width: 600px) as 属性: //as不明的优先级最低并导致二次获取 : 音频文件。 : 一个将要被嵌入到 " " 内部的HTML文档。// ...
分类:
Web程序 时间:
2019-11-25 18:14:57
阅读次数:
167