index.module.less 506 B

1234567891011121314151617181920212223242526272829303132333435
  1. .cellEntry {
  2. align-items: center;
  3. :global {
  4. .van-badge__wrapper {
  5. margin: 0;
  6. }
  7. .van-cell__title {
  8. display: flex;
  9. align-items: center;
  10. margin-left: 14px;
  11. }
  12. }
  13. }
  14. .cell {
  15. align-items: center;
  16. :global {
  17. .van-cell__title {
  18. margin-left: 14px;
  19. }
  20. }
  21. }
  22. .userName{
  23. color: #333;
  24. font-size: 16px;
  25. font-weight: 500;
  26. }
  27. .phone{
  28. font-size: 16px;
  29. color: #333;
  30. margin-left: 14px;
  31. }
  32. .addressInfo{
  33. font-size: 14px;
  34. color: #666;
  35. }