当鼠标悬停在此 css 规则上时,如何让我的寄宿生增加尺寸。
.script_list > div:first-child,
.script_list > div.ui-sortable-helper {
border-width: 1px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}