| 12345678910111213141516171819202122232425262728 |
- .nameClass{
- text-align:right;
- font-size:13px;
- font-family:PingFangSC-Medium;
- font-weight:500;
- color:rgba(51,51,51,1)
- }
- .valueClass{
- text-align:left;
- align-items: center;
- display: flex;
- font-size:13px;
- font-family:MicrosoftYaHei;
- color:rgba(51,51,51,1);
- line-height: 18px;
- }
- .rowClass{
- align-items: center;
- display: flex;
- border-bottom: 1px dashed #C5C6C8;
- }
- .rowClass1{
- align-items: center;
- display: flex;
- }
- .popupContentClass{
- overflow: auto;
- }
|