Giter VIP home page Giter VIP logo

iwingfe's Introduction

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
	<style type="text/css">
	body,html{
		padding:0;
		margin: 0;
	}
	header{
		width: 1000px;
		margin: 0 auto;
	}
	section{
		width: 1000px;
		margin: 0 auto;
	}
	h2{
		line-height: 80px;
	}
	h4{
		font-weight: 400;
	}
	</style>
</head>
<body>
	<header>
		<h1>iWingFeTools使用手册</h1>
	</header>
	<section>
		<h2>目录结构</h2>
		<h3>--basic</h3>
		<h4>基本常用方法</h4>
		<h3>--creatVideo</h3>
		<h4>动态创建视频播放层及视频播放器的独立插件</h4>
	</section>
	<section>
		<h2>简介</h2>
		<p>常用的基本方法都在basic文件夹中,注意,其中的方法必须搭配html、css才可以正常使用,部分方法提供了参数,请参考demo.html中的使用方法。</p>
		<p>creatVideo中的方法为动态创建视频播放层及播放器的插件,使用时候无须在页面中写html、css,但是注意,你希望点击弹出视频播放层的按钮需要在html中添加一个class,具体使用事项参考creatVideo中的index.html。creatVideo这个插件需要搭建在服务器环境下才可以看到视频播放。</p>
		<p>对ie6、7、8的支持:未知。如有兼容性问题请自行修改css。</p>
	</section>
</body>
</html>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.