1234567891011121314151617181920 |
- .weui-cells::after{
- border-bottom: 0 none;
- }
- .emphasize{
- color: #ff5100;
- margin-right: 5px;
- }
- .weui-badge{
- margin: -5px 0 0 10px;
- border-radius:6px;
- }
- .weui-cell__hd{
- width: 50px;
- height: 50px;
- border-radius: 10px;
- }
- .weui-cell:before{
- color: #e5e5e5;
- /*border-top: none;*/
- }
|