TMMU China/css/dingwei

.card-holder {

 position:fixed;
 width: 0px;
 top:20%;
 overflow: visible;
 z-index:9999

} .card-holder:hover .card{ position: relative;

 left: 100%;
 margin-left: -32px;
 box-shadow: 
   0 -8px 8px -8px rgba(0, 0, 0, 0.5),
   0 8px 8px -8px rgba(0, 0, 0, 0.5);
 transition: all 0.3s ease-in-out;

}

.card-wrapper {

 display: inline-block;
 float: right;
 clear: both;
 

}

.card {

 position: relative;
 left: 32px;
 padding: 16px 32px 16px 64px;
 margin: 8px;  
 x-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
 box-shadow: 8px 0 8px -8px rgba(0, 0, 0, 0.5);
 background: #fff;
 transition: all 0.3s ease-in-out 0.1s;
 background: #FFC408;

} .card:hover{ background: #24936E; }


.card-content {

 display: inline-block;
 color: #fff;
 font-family: 'Droid Sans', sans-serif;
 font-size: 16px;
 font-weight: bold;
 white-space: nowrap;

}


/*侧边栏*/ .hide { display: none } .side_bar { position: fixed; right: 20px;

bottom: 20px;

z-index: 10000; } .side_bar li { margin: 3px 0; } .side_bar a { display: inline-block; padding: 10px 12px; line-height: 14px; color: #FFF; }