| 1234567891011121314151617181920 |
- .wxgrid{
- clear:both;
- }
- .wxgrid .wxrow{
- clear:both;
- }
- .wxgrid .wxcol{
- float: left;
- text-align: center;
- }
- /*美团分类-场景样式*/
- .wxclassify{
- padding:0px 8px 32px 8px;
- display: block;
- height: 80px;
- }
- .wxclassify .wxclassify-img{
- height:100%;
- width:100%;
- }
|