index.less 905 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* 自定义样式 */
  2. .action {
  3. background-image: url(@/assets/UserDropdown/userBg.png);
  4. background-size: contain;
  5. background-repeat: no-repeat;
  6. width: 128px;
  7. height: 36px;
  8. cursor: pointer;
  9. display: inline-block;
  10. margin-right: 48px;
  11. display: flex;
  12. align-items: center;
  13. justify-content: flex-start;
  14. }
  15. .userIcon {
  16. background-image: url(@/assets/UserDropdown/userIcon.png);
  17. background-size: contain;
  18. background-repeat: no-repeat;
  19. width: 14px;
  20. height: 16px;
  21. margin-left: 10px;
  22. margin-right: 15px;
  23. }
  24. .arrow {
  25. background-image: url(@/assets/UserDropdown/arrow.png);
  26. background-size: contain;
  27. background-repeat: no-repeat;
  28. width: 6px;
  29. height: 3px;
  30. }
  31. .name {
  32. // margin-left: 8px;
  33. // margin-right: 30px;
  34. font-size: 15px;
  35. font-weight: 350;
  36. color: #e8f7fc;
  37. line-height: 17px;
  38. letter-spacing: 1px;
  39. width: 66px;
  40. text-align: right;
  41. margin-left: 10px;
  42. }