Skip to content

Instantly share code, notes, and snippets.

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

hong lan hidoos

🏠
Working from home
  • GuiYang, China
View GitHub Profile
@hidoos
hidoos / dabblet.css
Created December 20, 2013 09:13
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.mod{
}
.btn{
padding:8px 10px;
background-color:#009A61;
@hidoos
hidoos / A-Pen-by-hidoos.markdown
Created January 2, 2014 11:38
A Pen by hidoos.
@hidoos
hidoos / dabblet.css
Created January 2, 2014 15:46
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
padding:50px;
}
.demo{
background:#eee;
overflow:hidden;
@hidoos
hidoos / dabblet.css
Created January 2, 2014 15:48
Untitled
body{
padding:50px;
}
.demo{
background:#eee;
overflow:hidden;
border-radius:5px;
/* text-align 是继承的 */
/**
* The first commented line is your dabblet’s title
*/
:root {
background-color: #6374AB;
padding: 50px;
}
ul{
background:yellow;
margin:0;
@hidoos
hidoos / dabblet.css
Created January 27, 2014 12:24
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.module{
background:linear-gradient(45deg,#f06,yellow);
height:200px;
padding:20px;
border-radius:3px;
@hidoos
hidoos / SassMeister-input.scss
Created February 25, 2014 02:36
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.5)
// Compass (v1.0.0.alpha.18)
// ----
@charset "utf-8";
/**
* 对话框组件
* @file: 样式组件: _chat-content.sass
* @author: lanhong
@hidoos
hidoos / SassMeister-input.scss
Created February 25, 2014 02:46
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.5)
// Compass (v1.0.0.alpha.18)
// ----
// imagestyle 演示变量sass里变量的作用
//==========================================================
$imgStyleBorder:2px solid red;
$imgStyleBorder:1px solid #ccc !default;
@hidoos
hidoos / SassMeister-input.scss
Created February 25, 2014 02:54
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.5)
// Compass (v1.0.0.alpha.18)
// ----
// 演示多个变量一起声明
//=================================================
$sidebarTagColor : red blue;
@hidoos
hidoos / dabblet.css
Created February 25, 2014 09:33
gradient 质感
/**
* gradient 质感
*/
body,div{
margin:0;
padding:0;
}
.mod{
background:#343434; /* 盒子outside的颜色 */
height:400px;