| | |
| | | name: 'personInCha', |
| | | title: '负责人', |
| | | content: '', |
| | | }, |
| | | { |
| | | id: 6, |
| | | name: 'personInChaPhone', |
| | | title: '联系电话', |
| | | content: '', |
| | | } |
| | | ]) |
| | | |
| | |
| | | |
| | | <div class="content-firmIntro"> |
| | | <!-- <div>{{ data.companyInfo.firmIntro }}</div> --> |
| | | {{ data.companyInfo.firmIntro }} |
| | | <span> {{ data.companyInfo.firmIntro }}</span> |
| | | </div> |
| | | |
| | | <div class="company-info"> |
| | |
| | | scrollbar-width: none; |
| | | } |
| | | |
| | | .content-firmIntro span { |
| | | line-height: 25px; |
| | | letter-spacing: 1px; |
| | | } |
| | | |
| | | .company-info { |
| | | margin-top: 10px; |
| | | border-top: #dfdcdc 2px solid; |
| | | // background-color: pink; |
| | | } |
| | | |
| | | .company-info-item { |
| | | margin-top: 20px; |
| | | margin-top: 13px; |
| | | } |
| | | |
| | | .company-info-title { |
| | |
| | | } |
| | | |
| | | .company-info-content { |
| | | font-size: 14px; |
| | | font-size: 13px; |
| | | |
| | | } |
| | | |