12345678910111213141516171819202122232425262728 |
- .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;*/
- }
- .suspendImg{
- margin-left: 0 !important;
- margin-right: 0 !important;
- padding-left: 0 !important;
- padding-right: 0 !important;
- text-align: left !important;
- line-height: 100% !important;
- }
|