| | |
| | | style="width: 100%; height: 100%; display: flex; flex-direction: column" |
| | | > |
| | | <!-- 顶部导航 --> |
| | | <headNav :idIndex="3 + ''" text="历代学术流派" /> |
| | | <headNav :idIndex="3 + ''" text="中医学术流派" /> |
| | | <view class="Midde flex"> |
| | | <!-- <view class="MiddeBack">返回</view> --> |
| | | <el-button class="MiddeBack flex flex-center" @click="goBack" |
| | |
| | | > |
| | | <view class="flex flex-center flex-column"> |
| | | <view |
| | | class="" |
| | | style=" |
| | | font-weight: 900; |
| | | margin-bottom: 0.2rem; |
| | |
| | | " |
| | | > |
| | | <view |
| | | class="" |
| | | :style="{ background: item.color }" |
| | | style=" |
| | | margin-right: 0.07rem; |
| | |
| | | border-radius: 50%; |
| | | " |
| | | ></view> |
| | | <view class="" style="color: #2c2c2c; font-size: 0.12rem">{{ |
| | | <view style="color: #2c2c2c; font-size: 0.12rem">{{ |
| | | item.name |
| | | }}</view> |
| | | </view> |
| | |
| | | searchSchoolPerson({ |
| | | keyword: item |
| | | }).then((res) => { |
| | | console.log(res.list, i); |
| | | for (let i = 0; i < res.list.length; i++) { |
| | | const citem = res.list[i]; |
| | | // 节点 |
| | |
| | | height: 0.24rem; |
| | | font-size: 0.12rem; |
| | | padding: 0; |
| | | border-radius: 0; |
| | | border: 1px solid #9e9e9e; |
| | | color: #000; |
| | | } |
| | | |
| | | .Lists { |