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
<!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
一、StyleSheet的基本用法StyleSheet:样式单Qt中支持StyleSheet技术,将界面的样式定义分离开来。采用和HTML/CSS类似的形式,使用一个文本文件来单独定义样式。通常,用于定义界面样式的StyleSheet称为“皮肤”StyleSheet的定义:定义一个StyleSheet,前面是类名(称为Selector),..
分类:
其他好文 时间:
2016-12-20 21:12:41
阅读次数:
390
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即层叠样式表(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
<!-- 下拉框 --><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
<!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
/* 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
<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"&..