1234567891011121314151617181920212223242526272829303132333435 |
- .weui-cells::after{
- border-bottom: 0 none;
- }
- .emphasize{
- 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__bd2{
- text-align: center;
- }
- .weui-cell__bd2 .count{
- font-size: 16px;
- line-height: 18px;
- color: #E42A2A;
- }
- .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;
- }
|