1
2
3
4
5
6
7
8
9
10
11
12
13
本來的:

/*=名片整體高度=*/
#plurk-dashboard .dash-segment-content #dash-profile {
height: 173px;
}

後來的:

#plurk-dashboard .dash-segment-profile
#dash-profile {
height: 173px
}