金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
875 B

  1. #pusher{
  2. .vipManage-item{
  3. background-color: #ffffff;
  4. padding: 11px 0 11px 11px;
  5. display: flex;
  6. align-items: center;
  7. image{
  8. width: 45px;
  9. height: 45px;
  10. border-radius: 100%;
  11. }
  12. .item-right{
  13. margin-left: 11px;
  14. flex: 1;
  15. .username{
  16. display: flex;
  17. align-items: center;
  18. .nickname{
  19. color:#000000 ;
  20. font-size: 17px;
  21. }
  22. .grade{
  23. background-color:#FB8F00;
  24. width: 15px;
  25. height: 15px;
  26. border-radius: 50%;
  27. font-size:10px;
  28. margin-left: 10px;
  29. color: #ffffff;
  30. }
  31. }
  32. .vipdate{
  33. font-size:13px;
  34. color:#9B9B9B;
  35. .vipnum{
  36. padding-right: 15px;
  37. }
  38. }
  39. }
  40. }
  41. .no-data{
  42. text-align: center;
  43. padding: 10px 0;
  44. color: #959595;
  45. }
  46. }