This file contains hidden or 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
.btn { | |
border-radius: 5px; | |
display: inline-block; | |
font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif; | |
font-size: 14px; | |
line-height: 1.4em; | |
margin-bottom: 25px; | |
margin-right: 12px; | |
margin-top: 10px; | |
color: #fff; |
This file contains hidden or 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
.ui-box { | |
background:; | |
color: #353535; | |
font-size: 14px; | |
line-height: 1.4; | |
margin: 20px 0; | |
padding: 20px; | |
background: white; | |
border: 1px solid #e7e7e7; | |
border-bottom: 1px solid #ddd; |
This file contains hidden or 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
<#macro ui_box class="" title="title"> | |
<div class="ui-box ${class}"> | |
<div class="ui-box-head"> | |
<div class="ui-box-head-border"> | |
<h3 class="ui-box-head-title">${title}</h3> | |
<#if text??><span class="ui-box-head-text">${text}</span></#if> | |
<#if more??><a href="#" class="ui-box-head-more">${more}</a></#if> | |
</div> | |
</div> | |
<div class="ui-box-container"> |
This file contains hidden or 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
/* http://www.zhangxinxu.com */ | |
.hide-text { text-align: left; letter-spacing: -3em; overflow: hidden;} | |
.hide-text:first-letter { margin-left: -20em; } |
This file contains hidden or 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
<script> | |
function updown(){ | |
jQuery(jQuery.browser.msie?'p':'body').attr('style', '-webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=-1.2246063538223773e-16, M21=1.2246063538223773e-16, M22=-1, sizingMethod=\'auto expand\'); zoom: 1;'); | |
} | |
</script> |
This file contains hidden or 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
var crypto = require('crypto') | |
var md5s = [ | |
'3bed22f7f496e84b035a996522baa759', | |
'4c27c7e5718a78bfddf9012904b70eb7', | |
'55d67f90c8de149ead7ee674b024f38c', | |
'216642030c2d54cb1dd657dd66342c99', | |
'c239f3c31fd399fc052a9b7861f2073d', | |
'2b9f47811dd77fd544d570c34bf5f349', | |
'd110389979571714694a5054238465ca', |
This file contains hidden or 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
{"lastUpload":"2020-04-05T14:05:41.095Z","extensionVersion":"v3.4.3"} |