1
2
3
4
5
6
7
8
9
10
11
#dynamic_logo{
background: url('https://images.plurk.com/1Deak63qb1hlXItO2TdENB.png') no-repeat;
background-size: 400px;
background-position: right bottom;
z-index: 400;
width: 100%;
height: 100%;
-webkit-transition: none;-mos-transition: none;-o-transition: none;transition: none;
margin-top: 30px; /*生物距離頂部的位置*/
margin-right: +60px; /*生物的左右位置 ( px > 時會往左邊,px < 0 時會往右邊)*/
}