说我的css看起来像这样:
#StoreIndexMain .LeftSideControl
{
padding-top: 35px;
background-color:#FFFFFF;
width:78px;
float:left;
height: 58em;
}
#StoreIndexMain .LeftSideControl:Hover
{
opacity: .6;
background-color: #ebebeb;
}
我希望也许有类似的东西:
#StoreIndexMain
(
.LeftSideControl {}
.LeftSideControl:Hover {}
)