| | |
| | | </div> |
| | | <div class="flexJob-card-top-info-auth">{{ '已实名' }}</div> |
| | | </div> |
| | | <div class="flexJob-card-top-info-detail">{{ '26岁 | 非学生 | 本科 | 上岗121次' }}</div> |
| | | <slot name="detail"> |
| | | <div class="flexJob-card-top-info-detail">{{ '26岁 | 非学生 | 本科 | 上岗121次' }}</div> |
| | | </slot> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | .flexJob-card-top-info { |
| | | display: flex; |
| | | flex-direction: column; |
| | | flex: 1; |
| | | min-width: 0; |
| | | |
| | | .flexJob-card-top-info-item { |
| | | display: flex; |
| | |
| | | line-height: 34px; |
| | | font-weight: bold; |
| | | color: boleGetCssVar('text-color', 'primary'); |
| | | @include ellipsis; |
| | | } |
| | | |
| | | .flexJob-card-top-info-gender { |
| | |
| | | align-items: center; |
| | | height: 34px; |
| | | margin: 0 10px; |
| | | flex-shrink: 0; |
| | | |
| | | .flexJob-card-top-info-gender-icon { |
| | | width: 24px; |
| | |
| | | .flexJob-card-top-info-auth { |
| | | font-size: 28px; |
| | | line-height: 34px; |
| | | flex-shrink: 0; |
| | | } |
| | | } |
| | | |