index.less 207 B

12345678910111213141516171819
  1. .receiveCount{
  2. cursor: pointer;
  3. padding: 6px;
  4. }
  5. .receiveCount:hover{
  6. background: #0e77ca;
  7. color: #FFFFFF;
  8. font-weight: bolder;
  9. }
  10. .light {
  11. background: #D3D3D3;
  12. }
  13. .dark {
  14. background: white;
  15. }