-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
最新版
- Loading branch information
0 parents
commit 09a9f24
Showing
89 changed files
with
28,555 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
theme: jekyll-theme-slate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/* | ||
* jQuery UI CSS Framework | ||
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) | ||
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. | ||
*/ | ||
|
||
/* Layout helpers | ||
----------------------------------*/ | ||
.ui-helper-hidden { display: none; } | ||
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; } | ||
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } | ||
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } | ||
.ui-helper-clearfix { display: inline-block; } | ||
/* required comment for clearfix to work in Opera \*/ | ||
* html .ui-helper-clearfix { height:1%; } | ||
.ui-helper-clearfix { display:block; } | ||
/* end clearfix */ | ||
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } | ||
|
||
|
||
/* Interaction Cues | ||
----------------------------------*/ | ||
.ui-state-disabled { cursor: default !important; } | ||
|
||
|
||
/* Icons | ||
----------------------------------*/ | ||
|
||
/* states and images */ | ||
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } | ||
|
||
|
||
/* Interaction states | ||
----------------------------------*/ | ||
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #dddddd; font-weight: bold; color: #0073ea; outline: none; } | ||
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #0073ea; text-decoration: none; outline: none; } | ||
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #0073ea; font-weight: bold; color: #ff0084; outline: none; } | ||
.ui-state-hover a, .ui-state-hover a:hover { color: #ff0084; text-decoration: none; outline: none; } | ||
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #dddddd; font-weight: bold; color: #ff0084; outline: none; } | ||
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ff0084; outline: none; text-decoration: none; } | ||
|
||
|
||
|
||
.ui-tabs { padding: .2em; zoom: 1; } | ||
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; } | ||
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; } | ||
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; } | ||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; } | ||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } | ||
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ | ||
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; } | ||
.ui-tabs .ui-tabs-hide { display: none !important; } |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.idea | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
* { | ||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); | ||
cursor: pointer; | ||
} | ||
|
||
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, | ||
form, fieldset, input, textarea, p, blockquote, th, td { | ||
padding: 0; | ||
margin: 0; | ||
-webkit-box-sizing: border-box; | ||
box-sizing: border-box; | ||
word-wrap: break-word; | ||
word-break: break-all; | ||
} | ||
|
||
table { | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} | ||
|
||
fieldset, img { | ||
border: 0; | ||
} | ||
|
||
address, caption, cite, code, dfn, em, strong, th, var { | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
ol, ul { | ||
list-style: none; | ||
} | ||
|
||
caption, th { | ||
text-align: left; | ||
} | ||
|
||
h1, h2, h3, h4, h5, h6, i { | ||
font-weight: normal; | ||
font-style: normal; | ||
font-size: 100%; | ||
} | ||
|
||
q:before, q:after { | ||
content:''; | ||
} | ||
|
||
abbr, acronym { | ||
border: 0; | ||
} | ||
|
||
body { | ||
font-family: "Hiragino Sans GB","DroidSansFallback","Microsoft YaHei","微软雅黑",arial,simsun; | ||
color: #333; | ||
line-height: 22px; | ||
font-size: 16px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
html, body {width: 100%; height: 100%;} | ||
.wall {width: 100%; height: 100%; | ||
background-image: url(../img/icon-wall.jpg); | ||
overflow: hidden; | ||
background-color: #121936; | ||
background-size: 100% 100% ; | ||
background-position: center center; | ||
background-repeat: no-repeat;} | ||
.photos-wall {width:100%; height:100%;} | ||
.messages {width: 30%; float: left; position: relative; top: 52px; left: 0} | ||
|
||
|
||
/*照片墙*/ | ||
.wall .photos {width: 75%; height: 50%; float: left; position: relative; top: 270px; left: 100px; padding-left: 130px;} | ||
.wall .photo-title { | ||
position: absolute; | ||
top: -280px; left: 50%; | ||
background: url(../img/title.png) no-repeat 0 0; | ||
background-size: 100% auto; | ||
width: 800px; height: 350px; | ||
margin-left: -350px; | ||
} | ||
/* | ||
.wall .photo-title{position: absolute; top:-137px ;left:50%; background: url(../img/title.png) no-repeat 0 0; | ||
background-size:380px 107px; width:380px; height: 107px; margin-left:-190px;}*/ | ||
.wall .photo-content{width:100%;height: 100%; margin:0 auto; position: relative;} | ||
.wall .photo {position: absolute;} | ||
.wall .photo .photo-inner{position: relative; width:100%;height: 100%;} | ||
.wall .photo .photo-inner .img-wrap{position: absolute; top:0; left:0;} | ||
.wall .photo .photo-inner .old{z-index: 10; opacity: 1; -webkit-transform-origin: center center; /*-webkit-transition:all 2s linear;*/} | ||
.wall .photo .photo-inner .new{z-index: 11; opacity: 0; -webkit-transform-origin: center center; /*-webkit-transition:all 2s linear;*/} | ||
.wall .photo .photo-inner .show{-webkit-animation: show_photo 2s ease-in-out;} | ||
.wall .photo .photo-inner .hide{-webkit-animation: hide_photo 2s ease-in-out;} | ||
@-webkit-keyframes show_photo{ | ||
0% {opacity:0;-webkit-transform:scale(0, 0);} | ||
100% { opacity:1;-webkit-transform:scale(1, 1);} | ||
} | ||
@-webkit-keyframes hide_photo{ | ||
0% {opacity:1;} | ||
100% { opacity:0;} | ||
} | ||
/*.wall .photo .photo-inner .old{z-index: 10; opacity: 1; -webkit-transition:all 2s linear;}*/ | ||
/*.wall .photo .photo-inner .new{z-index: 11; opacity: 0; -webkit-transition:all 2s linear;}*/ | ||
/*.wall .photo .photo-inner .show{opacity: 1;}*/ | ||
/*.wall .photo .photo-inner .hide{opacity: 0;}*/ | ||
|
||
.wall .photo img { | ||
width: 100%; height: 100%; | ||
box-shadow: 0 5px 8px rgba(0, 0, 0, 0.8); | ||
} | ||
|
||
.wall .pos-0 {top:10px; left:0;width:65px; height:65px;} | ||
.wall .pos-1 {top:30px; left:70px;width:70px; height:70px;} | ||
.wall .pos-2 {top:0; left:145px;width:100px;height:100px;} | ||
.wall .pos-3 {top:30px; left:250px;width:70px; height:70px;} | ||
.wall .pos-4 {top:55px; left:325px;width:100px;height:100px;} | ||
.wall .pos-5 {top:70px; left:430px;width:85px;height:85px;} | ||
.wall .pos-6{top:15px; left:520px;width:65px;height:65px;} | ||
.wall .pos-7{top:-15px; left:595px;width:80px;height:80px;} | ||
|
||
.wall .pos-8{top:105px; left:40px;width:80px;height:80px;} | ||
.wall .pos-9{top:105px; left:125px;width:80px;height:80px;} | ||
.wall .pos-10{top:105px; left:210px;width:110px;height:110px;} | ||
.wall .pos-11{top:160px; left:325px;width:85px;height:85px;} | ||
.wall .pos-12{top:160px; left:415px;width:80px;height:80px;} | ||
.wall .pos-13{top:160px; left:500px;width:100px;height:100px;} | ||
.wall .pos-14{top:85px; left:520px;width:70px;height:70px;} | ||
|
||
.wall .pos-15{top:265px; left:-55px;width:80px;height:80px;} | ||
|
||
.wall .pos-16{top:190px; left:30px;width:70px;height:70px;} | ||
.wall .pos-17{top:190px; left:105px;width:100px;height:100px;} | ||
|
||
.wall .pos-18{top:220px; left:210px;width:110px;height:110px;} | ||
|
||
.wall .pos-19{top:250px; left:325px;width:85px;height:85px;} | ||
.wall .pos-20{top:245px; left:415px;width:75px;height:75px;} | ||
.wall .pos-21{top:265px; left:500px;width:85px;height:85px;} | ||
.wall .pos-22{top:70px; left:595px;width:85px;height:85px;} | ||
.wall .pos-23{top:160px; left:605px;width:75px;height:75px;} | ||
.wall .pos-24{top:240px; left:605px;width:65px;height:65px;} | ||
.wall .pos-25{top:310px; left:650px;width:60px;height:60px;} | ||
.wall .pos-26{top:265px; left:37px;width:65px;height:65px;} | ||
.wall .pos-27{ | ||
top: 15px; | ||
left: 685px; | ||
width: 65px; | ||
height: 65px;} | ||
.wall .pos-28{top: -67px; | ||
left: 685px; | ||
width: 75px; | ||
height: 75px;} | ||
|
||
|
||
|
||
.wall .pos-29{top: 103px; | ||
left: -44px; | ||
width: 75px; | ||
height: 75px;} | ||
.wall .pos-30{top: -45px; | ||
left: -81px; | ||
width: 75px; | ||
height: 75px;} | ||
|
||
.wall .pos-31 { | ||
top: 295px; | ||
left: 105px; | ||
width: 60px; | ||
height: 60px; | ||
} | ||
|
||
.wall .pos-32 { | ||
top: 240px; | ||
left: 675px; | ||
width: 65px; | ||
height: 65px; | ||
} | ||
|
||
.wall .messages {width: 25%; float: right; position: relative; top: 77px; left: 0;} | ||
/*.wall .messages {width: 25%;float: right;position: relative;top: 80px;left: 0;}*/ | ||
/*.wall .message { margin: 25px 35px 25px 10px;}*/ | ||
.wall .message {margin: 25px 35px 25px 50px;} | ||
.wall .message span {line-height: 25px;color: #000000;font-size: 18px;display: inline-block;padding: 5px;margin: 0;} | ||
|
||
.wall .message{height: auto;overflow: hidden;opacity: 1;} | ||
.wall .message.newMsg {-webkit-animation: change_height .7s linear;} | ||
@-webkit-keyframes change_height{ | ||
0% {opacity:0;height: 0;} | ||
100% { opacity:1;height:32px;} | ||
} | ||
|
||
.wall .message .message-inner{position: relative; float:right; display: inline-block; background: #ffffff; border: 1px solid #ffffff; border-radius: 4px;margin-right: 20px;} | ||
|
||
.wall .message .message-inner:before {content: '';width: 0;height: 0;border-width: 5px 11px 0px 11px;position: absolute;border-style: solid;border-color: transparent transparent transparent #ffffff;right: -19px;bottom: -1px;} | ||
|
||
#qrcode{width:105px;height:105px;position: absolute;top:20px;left:20px;} | ||
#qrcode img{width:100%;} | ||
#qrcode {background: white; padding: 5px;} | ||
|
||
.logo{color:#D13C3F;font-family: "Microsoft YaHei"; font-weight: bold; font-size: 13px; position: absolute;left:20px; bottom:20px;} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.