Skip to content

Instantly share code, notes, and snippets.

View wuwb's full-sized avatar
🏠
Working from home

Wu Wenbin wuwb

🏠
Working from home
View GitHub Profile
@wuwb
wuwb / cloudSettings
Last active April 5, 2020 14:04
VSCodeSettings
{"lastUpload":"2020-04-05T14:05:41.095Z","extensionVersion":"v3.4.3"}
var crypto = require('crypto')
var md5s = [
'3bed22f7f496e84b035a996522baa759',
'4c27c7e5718a78bfddf9012904b70eb7',
'55d67f90c8de149ead7ee674b024f38c',
'216642030c2d54cb1dd657dd66342c99',
'c239f3c31fd399fc052a9b7861f2073d',
'2b9f47811dd77fd544d570c34bf5f349',
'd110389979571714694a5054238465ca',
@wuwb
wuwb / april fool day.js
Created September 8, 2013 12:43
让网页倒过来
<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>
@wuwb
wuwb / hide-text.css
Created September 4, 2013 08:31
图片背景时不显示占位文字
/* http://www.zhangxinxu.com */
.hide-text { text-align: left; letter-spacing: -3em; overflow: hidden;}
.hide-text:first-letter { margin-left: -20em; }
@wuwb
wuwb / ui_box.ftl
Created March 29, 2013 02:18
ui-box.ftl
<#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">
@wuwb
wuwb / ui_box_shadow_simple.css
Created March 26, 2013 04:16
express风格小边框
.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;
@wuwb
wuwb / ui-btn-red-square-title.css
Last active December 14, 2015 23:59
red square title btn
.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;