Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 25 additions & 0 deletions js插件/3d_shangpinzhanshi/css/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{
margin: 0;
padding: 0;
font-size: 100%;
border: 0;
outline: 0;
background: transparent;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

:focus {
outline: 0;
}

table {
border-collapse: collapse;
border-spacing: 0;
}
Binary file added js插件/3d_shangpinzhanshi/images/a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added js插件/3d_shangpinzhanshi/images/b.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added js插件/3d_shangpinzhanshi/images/c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
139 changes: 139 additions & 0 deletions js插件/3d_shangpinzhanshi/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<link href="css/reset.css" rel="stylesheet" type="text/css">

<style type="text/css">
body
{
font-family: Tahoma, Arial;
}

#content
{
margin: 100px auto 0;
}

#content li, #content .wrapper, #content li img, #content li span
{
width: 310px;
height: 100px;
}

#content li
{
cursor: pointer;
-webkit-perspective: 4000px;
width: 310px;
height: 100px;
float: left;
margin-left: 60px;
/*box-shadow: 2px 2px 5px #888888;*/

}

#content .wrapper
{
position: relative;
-webkit-transform-style: preserve-3d;
-webkit-transition: -webkit-transform .6s;
}

#content li img
{
top: 0;
border-radius: 3px;
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
position: absolute;
-webkit-transform: translateZ(50px);
-webkit-transition: all .6s;
}

#content li span
{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(236, 241, 244, 1)), color-stop(100%, rgba(190, 202, 217, 1)));
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
position: absolute;
-webkit-transform: rotateX(-90deg) translateZ(50px);
-webkit-transition: all .6s;
display: block;
top: 0;
text-align: left;
border-radius: 15px;
font-size: 12px;
padding: 10px;
width: 290px;
height: 80px;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
box-shadow: none;
}

#content li span strong
{
display: block;
margin: .2em 0 .5em 0;
font-size: 20px;
font-family: "Oleo Script";
}

#content li:hover .wrapper
{
-webkit-transform: rotateX(95deg);
}

#content li:hover img
{
box-shadow: none;
border-radius: 15px;
}

#content li:hover span
{
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
border-radius: 3px;
}


</style>
</head>
<body>


<ul id="content">

<li>
<div class="wrapper">
<img src="images/a.png">
<span class="information">
<strong>Contact Form</strong> The easiest way to add a contact form to your shop.
</span>
</div>
</li>

<li>
<div class="wrapper">
<img src="images/b.jpeg">
<span class="information">
<strong>Contact Form</strong> The easiest way to add a contact form to your shop.
</span>
</div>

</li>

<li>
<div class="wrapper">
<img src="images/c.png">
<span class="information">
<strong>Contact Form</strong> The easiest way to add a contact form to your shop.
</span>
</div>

</li>

</ul>


</body>
</html>
109 changes: 109 additions & 0 deletions js插件/3d_shangpinzhanshi/index1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<style type="text/css">


.wapper
{
margin: 100px auto 0;
width: 100px;
height: 100px;
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
font-size: 50px;
font-weight: bold;
color: #fff;
}

.cube
{

position: relative;
width: 100px;
-webkit-transform: rotateX(-40deg) rotateY(32deg);
-moz-transform: rotateX(-40deg) rotateY(32deg);
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
}

.side
{
text-align: center;
line-height: 100px;
width: 100px;
height: 100px;
background: rgba(255, 99, 71, 0.6);
border: 1px solid rgba(0, 0, 0, 0.5);
position: absolute;
}

.front
{
-webkit-transform: translateZ(50px);
-moz-transform: translateZ(50px);
}

.top
{
-webkit-transform: rotateX(90deg) translateZ(50px);
-moz-transform: rotateX(90deg) translateZ(50px);
}

.right
{
-webkit-transform: rotateY(90deg) translateZ(50px);
-moz-transform: rotateY(90deg) translateZ(50px);
}

.left
{
-webkit-transform: rotateY(-90deg) translateZ(50px);
-moz-transform: rotateX(-90deg) translateZ(50px);
}

.bottom
{
-webkit-transform: rotateX(-90deg) translateZ(50px);
-moz-transform: rotateX(-90deg) translateZ(50px);
}

.back
{
-webkit-transform: rotateY(-180deg) translateZ(50px);
-moz-transform: rotateY(180deg) translateZ(50px);
}


</style>
</head>
<body>


<div class="wapper">
<div class="cube">
<div class="side front">1</div>
<div class="side back">6</div>
<div class="side right">4</div>
<div class="side left">3</div>
<div class="side top">5</div>
<div class="side bottom">2</div>
</div>
</div>

<div class="wapper">
<div class="cube">
<div class="side front">1</div>
<div class="side back">6</div>
<div class="side right">4</div>
<div class="side left">3</div>
<div class="side top">5</div>
<div class="side bottom">2</div>
</div>
</div>


</body>
</html>
6 changes: 6 additions & 0 deletions js插件/3d_shangpinzhanshi/jquery插件库.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,2
[InternetShortcut]
URL=http://www.jq22.com/
IDList=
HotKey=0
7 changes: 7 additions & 0 deletions js插件/3d_shangpinzhanshi/www.jq22.com.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

jQuery�����

http://www.jq22.com

�ҵĸ��٣����ĸ��࣡ jQuery�����ֻΪ���ṩ��õģ�

6 changes: 6 additions & 0 deletions js插件/css3动画库/animate.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions js插件/css3动画库/ddown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading