1
2
3
4
5
6
7
8
9
10
11
12
13
/* 文字長度一變,提示框尺寸和位置就會變,所以位置一定要再自己調整 */
.premium{
background:url() no-repeat;
width:48px;
height:48px;
position:relative;
font-size: 12px;
z-index:100;
}

.profile-icons{
height:48px !important;
}