金诚优选前端代码
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.

39 lines
755 B

  1. #pointstore-record{
  2. .contents{
  3. height: 100%;
  4. overflow: auto;
  5. box-sizing: border-box;
  6. .no-list{
  7. text-align: center;
  8. margin: 20px 0;
  9. }
  10. .record-box{
  11. .item{
  12. display: flex;
  13. align-items: center;
  14. padding: 15px;
  15. background: #FFFFFF;
  16. .left{
  17. flex: 1;
  18. overflow: hidden;
  19. padding-right: 20px;
  20. .name{
  21. font-size: 16px;
  22. white-space: nowrap;
  23. text-overflow: ellipsis;
  24. overflow: hidden;
  25. padding-bottom: 10px;
  26. }
  27. .time{
  28. color:#9b9b9b;
  29. font-size: 10px;
  30. }
  31. }
  32. .right{
  33. font-size: 14px;
  34. }
  35. }
  36. }
  37. }
  38. }