最近在做手机版使用到了下拉刷新和滚动加载,记录一下实现过程: 一、引入文件 1 2 3 4 <link rel="stylesheet" href="Content/jqueryweui/weui.min.css"> <link rel="stylesheet" href="Content/jque ...
分类:
移动开发 时间:
2018-04-14 12:31:16
阅读次数:
340
<!doctype html><html><head><meta charset="utf-8"><link rel="stylesheet" href="/templates/vshop/default/style/main.css?ver=1.121" rev="stylesheet" type ...
分类:
Web程序 时间:
2018-04-13 17:55:09
阅读次数:
232
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <link rel="stylesheet" href=" ...
分类:
其他好文 时间:
2018-04-13 11:05:51
阅读次数:
197
/* 嵌入式*/ <style type = "text/css"> label { color:red; size:30; } </style> /* 外联式*/ <link rel = "stylesheet" type ="text/css" href ="css/main.css"> <la ...
分类:
Web程序 时间:
2018-04-11 16:09:41
阅读次数:
143
最近在写微信小程序,但是引用图片,导致项目文件太大,所以就想到引用阿里巴巴矢量图标的方法 第一步:下载阿里巴巴矢量图代码; 第二步:将下载下来的文件中iconfont.ttf转换即可。转换地址:https://transfonter.org/ 转换之后会生成三个文件: 第三步:将stylesheet ...
分类:
微信 时间:
2018-04-11 15:53:28
阅读次数:
2151
因为算账不好就自己写了一个哈哈~如图:**```HTML代码部分:<!DOCTYPEhtml><htmllang="en"><head><metacharset="UTF-8"><title>计算器</title><linkrel="stylesheet"typ
分类:
其他好文 时间:
2018-04-10 18:46:51
阅读次数:
231
1.编辑下载地址https://github.com/pandao/editor.md<linkrel="stylesheet"href="{%static‘plugin/editor.md/css/editormd.css‘%}">......<divid="editormd"class="col-md-10text-left"><textareaname=""st
分类:
其他好文 时间:
2018-04-06 16:44:27
阅读次数:
353
css,又称样式重叠表,如今的网页的样式基本是div+css写出来的,功能十分强大,要想在html文件中引入css文件需要在<head></head>标签内输入一行:<link rel=" stylesheet " type=" text/css " href=" XXX.css "> css的一些 ...
分类:
Web程序 时间:
2018-04-06 15:35:02
阅读次数:
243
<?xml version="1.0"?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <!-- Licensed to the Apache Software Foundation ( ...
分类:
其他好文 时间:
2018-04-05 22:05:33
阅读次数:
451
富文本框KindEditor的使用 <!-- 导入css,使用默认样式 --><link rel="stylesheet" href="${pageContext.request.contextPath}/kindeditor/themes/default/default.css" /><!-- 导 ...
分类:
其他好文 时间:
2018-03-30 16:25:48
阅读次数:
1464