| | |
| | | </div> |
| | | <div class="row"> |
| | | <span class="label">有效时间</span> |
| | | </div> |
| | | <div class="row"> |
| | | <span class="value">{{ formatTimeRange(item.effectiveDateStart, item.effectiveDateEnd) }}</span> |
| | | </div> |
| | | </div> |
| | |
| | | margin-top: 10px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | gap: 10px; |
| | | |
| | | font-family: Source Han Sans CN, Source Han Sans CN; |
| | | font-weight: 400; |
| | |
| | | text-transform: none; |
| | | |
| | | .row { |
| | | margin-top: 10px; |
| | | |
| | | line-height: 22px; |
| | | |
| | | .label { |
| | | margin-right: 10px; |
| | | color: #D4D5D7; |
| | | } |
| | | |
| | | &:first-child { |
| | | margin-top: 0; |
| | | } |
| | | |
| | | &:last-child { |
| | | margin-top: 0; |
| | | } |
| | | } |
| | | |
| | | .rows { |
| | | margin-top: 10px; |
| | | |
| | | display: flex; |
| | | |
| | | .col { |