Ver código fonte

增加webuploader插件

shuzheng 7 anos atrás
pai
commit
9aef2cd673

+ 10 - 0
zheng-ui/zheng-oss-web/index.html

@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity3">
+<head>
+<meta charset="UTF-8"/>
+<title>demo</title>
+</head>
+<body>
+<a href="aliyun/upload.html">Aliyun OSS</a>
+</body>
+</html>

BIN
zheng-ui/zheng-oss-web/plugins/webuploader-0.1.5/Uploader.swf


+ 28 - 0
zheng-ui/zheng-oss-web/plugins/webuploader-0.1.5/webuploader.css

@@ -0,0 +1,28 @@
+.webuploader-container {
+	position: relative;
+}
+.webuploader-element-invisible {
+	position: absolute !important;
+	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
+    clip: rect(1px,1px,1px,1px);
+}
+.webuploader-pick {
+	position: relative;
+	display: inline-block;
+	cursor: pointer;
+	background: #00b7ee;
+	padding: 10px 15px;
+	color: #fff;
+	text-align: center;
+	border-radius: 3px;
+	overflow: hidden;
+}
+.webuploader-pick-hover {
+	background: #00a2d4;
+}
+
+.webuploader-pick-disable {
+	opacity: 0.6;
+	pointer-events:none;
+}
+

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
zheng-ui/zheng-oss-web/plugins/webuploader-0.1.5/webuploader.min.js


Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff