码迷,mamicode.com
首页 >  
搜索关键字:stylesheet    ( 1516个结果
初用msui.js
MSui,基于 Framework7 开发,组件功能使用Zepto库提供。定位轻量级的ui库 简单的使用MSui组件只需要引入所提供的CDN则可 <link rel="stylesheet" href="//g.alicdn.com/msui/sm/0.6.2/css/sm.min.css"> <s ...
分类:Web程序   时间:2016-12-24 11:34:06    阅读次数:410
jquery拖拽效果
<!doctype html><html lang="en"><head> <meta charset="utf-8"> <title>jQuery UI 拖动(Draggable) + 排序(Sortable)</title> <link rel="stylesheet" href="//apps ...
分类:Web程序   时间:2016-12-23 14:04:32    阅读次数:184
树状结构
<!DOCTYPE html><html><head><meta charset="UTF-8"><title></title><link rel="stylesheet" href="../easy/themes/default/easyui.css" /><link rel="styleshee ...
分类:其他好文   时间:2016-12-21 21:23:51    阅读次数:161
【Qt学习笔记】14.界面的样式 (Qt Stylesheet) (待续)
一、StyleSheet的基本用法StyleSheet:样式单Qt中支持StyleSheet技术,将界面的样式定义分离开来。采用和HTML/CSS类似的形式,使用一个文本文件来单独定义样式。通常,用于定义界面样式的StyleSheet称为“皮肤”StyleSheet的定义:定义一个StyleSheet,前面是类名(称为Selector),..
分类:其他好文   时间:2016-12-20 21:12:41    阅读次数:390
Fetch的使用
import React,{ Component } from 'react'; import { AppRegistry, ListView, Image, Text, StyleSheet, View, TouchableHighlight } from 'react-native'; clas ...
分类:其他好文   时间:2016-12-19 00:04:04    阅读次数:232
css基础
CSS即层叠样式表(Cascading StyleSheet) //共有样式div,p{}/**通配符*/*{ background: red; padding: 0; margin: 0; font-family: "微软雅黑"; font-size: 20px;}/**类选择符*/.hp{ co ...
分类:Web程序   时间:2016-12-17 23:02:04    阅读次数:234
JS-日期框、下拉框、全选复选框
<!-- 下拉框 --><link rel="stylesheet" href="static/ace/css/chosen.css" /> <!-- 日期框 --><link rel="stylesheet" href="static/ace/css/datepicker.css" /> <!-- ...
分类:Web程序   时间:2016-12-14 21:06:44    阅读次数:828
div响应式等比缩放实现
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><title>响应式 div等比缩放</title><link rel="stylesheet" href="materialize.css"><script src="jquery ...
分类:其他好文   时间:2016-12-14 19:08:22    阅读次数:377
PC样式reset参考
/* html5doctor.com Reset Stylesheet */ * { padding: 0; margin: 0; list-style: none; } html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p... ...
分类:其他好文   时间:2016-12-13 19:19:32    阅读次数:161
tipsWindown-iframe弹框demo-179
<linkhref="/themes/css/tipswindown.css"rel="stylesheet"type="text/css"><scriptsrc="/themes/js/tipswindown.js"></script><scripttype="text/javascript"src="/themes/js/jquery-1.7.2.min.js"></script><scripttype="text/javascript"&..
分类:Windows程序   时间:2016-12-09 20:21:38    阅读次数:320
1516条   上一页 1 ... 90 91 92 93 94 ... 152 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!