f411219e29ce4ed16c2b35c18a197c9aa4c2e246.svn-base 517 B

12345678910111213141516171819202122232425262728
  1. .nameClass{
  2. text-align:right;
  3. font-size:13px;
  4. font-family:PingFangSC-Medium;
  5. font-weight:500;
  6. color:rgba(51,51,51,1)
  7. }
  8. .valueClass{
  9. text-align:left;
  10. align-items: center;
  11. display: flex;
  12. font-size:13px;
  13. font-family:MicrosoftYaHei;
  14. color:rgba(51,51,51,1);
  15. line-height: 18px;
  16. }
  17. .rowClass{
  18. align-items: center;
  19. display: flex;
  20. border-bottom: 1px dashed #C5C6C8;
  21. }
  22. .rowClass1{
  23. align-items: center;
  24. display: flex;
  25. }
  26. .popupContentClass{
  27. overflow: auto;
  28. }