ul樣式:
? ? ul {
? ? ? ? ? ? width: 200px;
? ? ? ? ? ? height:200px;
? ? ? ? ? ? font-size:0; // 消除li間距
? ? ? ? ? ? white-space:nowrap; // 橫向排列不換行
????}
li樣式:
? ? li {
? ? ? ? ? ? width:200px;
? ? ? ? ? ? height:200px;
? ? ? ? ? ? display:inline-block;
? ? ?}