Skip to content

Instantly share code, notes, and snippets.

@wuwb
Created March 26, 2013 04:16
Show Gist options
  • Save wuwb/5243095 to your computer and use it in GitHub Desktop.
Save wuwb/5243095 to your computer and use it in GitHub Desktop.
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;
-webkit-box-shadow: 0 1px 3px 0 #eee;
-webkit-border-radius: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment