hover:class :定义容器在被触发时的样式 通常无用,但若不去除则影响用户体验; 为避免被覆盖,约定在wxss底部添加class,比如: <!-- wxml --> <navigator class="index-nav_box" hover-class="noshadow"> <image ...
分类:
微信 时间:
2019-12-23 19:22:03
阅读次数:
459
$ 的使用 渲染效果 $primary-color: #333; body { color: $primary-color; } body { color: #333; } & 的使用,使用当前容器名称 a { font-weight: bold; &:hover { text-decoration... ...
分类:
Web程序 时间:
2019-12-23 19:21:36
阅读次数:
145
复合事件与显示效果 复合事件 ? hover(f1,f2):切换使用mouseover和mouseout() ? toggle(f1,f2,f3,fn):版本问题(jquery1.9以前支持) ? 多个click()事件,toggle()还有其他含义(隐藏与显示) 显示效果 形式:hide([速度] ...
分类:
其他好文 时间:
2019-12-22 16:53:39
阅读次数:
132
题目概览 html5中的form怎么关闭自动完成? :before和:after中单冒号和双冒号的区别是什么,这两个伪元素有什么作用? javascript的作用域的理解 http都有哪些状态码? 题目解答 html5中的form怎么关闭自动完成? 概念:HTML5 中有个新属性autocomple ...
分类:
其他好文 时间:
2019-12-21 09:47:27
阅读次数:
119
.title_content{ font-size:14px; margin: 10px 5px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; } .title_content:hover{ text-overflow:i ...
分类:
其他好文 时间:
2019-12-20 11:37:44
阅读次数:
168
html: <div class="divInput" v-close> <div class="input" @click="opensort"> <input v-model="sortvalue" type="text" placeholder="分类" /> <vicon :type="'t ...
分类:
其他好文 时间:
2019-12-19 17:38:23
阅读次数:
284
<!Doctype html><html> <head> <meta charset="utf-8" /> <title>图片转base64编码</title> <style> * { margin: 0; padding: 0; } .file_div{ width: 50%; margin: 0 ...
分类:
Web程序 时间:
2019-12-18 14:30:18
阅读次数:
99
[TOC] jQuery jQuery基础语法 JS中创建对象 jQuery选择器 jQuery 操作 DOM jQuery 事件 事件 常用事件 keydown和keyup事件组合示例: hover事件示例: 实时监听input输入值变化示例: 事件绑定 1. events: 事件 selecto ...
分类:
Web程序 时间:
2019-12-17 18:24:52
阅读次数:
104
```.dp-highlighter { font-family: "Consolas","Courier New",Courier,mono,serif; font-size: 12px; overflow: auto; margin: 18px 0 18px 0 !important; word... ...
分类:
其他好文 时间:
2019-12-16 13:19:55
阅读次数:
80
【这是 技术员 微信: 7554 97625】 业务 详细 的加 他咨 询,我 上个 月就是找 他们 帮 我 的。 技术 好 ,放 心 可 靠。 ...
分类:
编程语言 时间:
2019-12-15 21:49:18
阅读次数:
97