修改广场主题CSS宽度和高度skitter.styles.css css文件夹里面
它对每个主题都有一些默认设置 看第一个默认行
/* =Square theme
-------------------------------------------------------------- */
.skitter-square .play_pause_button,
.skitter-square .next_button,
.skitter-square .focus_button,
.skitter-square .prev_button
{
display: block;
background: url('../images/sprite-square.png') no-repeat;
}
.skitter-square .play_pause_button {
background-position: -55px -0px;
width: 55px;
height: 55px;
top: 10px !important;
left: 10px !important;
bottom: auto !important;
right: auto !important;
margin-top:0;
}
.skitter-square .play_pause_button.play_button {
background-position: -0px -0px;
width: 55px;
height: 55px;
}