CSS样式中发生未预期的字元顺序。<peoperty>:<value>宣告中必须有属性名称,代码如下:
#ChannelFeatDistricts .containerOuter { display: table; #position: relative; overflow: hidden; height: 32px; }
#ChannelFeatDistricts .containerMid { display: table-cell; #position: absolute; #top: 50%; vertical-align: middle; }
#ChannelFeatDistricts .containerInner { #position: relative; #top: -50%; font-size: 0.8em; padding: 0 10px 0 15px; line-height: 100%; }
问题是从那个“#”显示出来的。#号下面带了个波浪线