1234567891011121314151617181920212223242526 |
- .Item{
- width:100%;
- padding:10px;
- float:left;
- background:#fff;
- margin-bottom:10px;
- }
- .Item:last-child{
- margin:0
- }
- .ItemTitle {
- width: 100px;
- height: 30px;
- color: #008CE5;
- line-height: 30px;
- text-align: center;
- font-weight: 600;
- font-size: 16px;
- float: left;
- }
- .ItemList{
- float:left;
- width:100%;
- padding:10px;
- line-height: 30px;
- }
|