| | |
| | | font-family: cursive; |
| | | font-weight: bold; |
| | | " |
| | | >中国医学人物知识库</text |
| | | >中国历代医学人物知识库</text |
| | | > |
| | | </view> |
| | | </view> |
| | |
| | | // 书籍数据 |
| | | listData: [ |
| | | { |
| | | name: "中医人物数据库", |
| | | name: "历代人物", |
| | | id: 1 |
| | | }, |
| | | { |
| | | name: "世医医家数据库", |
| | | name: "家学传承", |
| | | id: 2 |
| | | }, |
| | | { |
| | | name: "中医学术流派", |
| | | name: "学术图谱", |
| | | id: 6 |
| | | }, |
| | | { |
| | | name: "学术流派", |
| | | id: 3 |
| | | }, |
| | | { |
| | | name: "中医地域医谱", |
| | | name: "地域图谱", |
| | | id: 4 |
| | | }, |
| | | { |
| | | name: "中医医事制度", |
| | | id: 5 |
| | | } |
| | | // { |
| | | // name: "中医医事制度", |
| | | // id: 5 |
| | | // } |
| | | ] |
| | | }; |
| | | }, |
| | |
| | | } else if (item.id == 5) { |
| | | uni.navigateTo({ |
| | | url: "/pages/TcmSystem/TcmSystem?id=" + item.id |
| | | }); |
| | | } else if (item.id == 6) { |
| | | uni.navigateTo({ |
| | | url: "/pages/academicSchools/index" |
| | | }); |
| | | } |
| | | }, |
| | |
| | | .secretary li { |
| | | width: 1.3rem !important; |
| | | height: 4rem !important; |
| | | |
| | | span { |
| | | width: 0.5rem !important; |
| | | height: 70% !important; |
| | | font-size: 0.25rem !important; |
| | | } |
| | | } |
| | | .secretary li span { |
| | | width: 0.5rem !important; |
| | | height: 70% !important; |
| | | font-size: 0.25rem !important; |
| | | } |
| | | |
| | | .hua { |
| | |
| | | .secretary li { |
| | | width: 1.3rem !important; |
| | | height: 4rem !important; |
| | | |
| | | span { |
| | | width: 0.5rem !important; |
| | | height: 70% !important; |
| | | font-size: 0.25rem !important; |
| | | } |
| | | } |
| | | .secretary li span { |
| | | width: 0.5rem !important; |
| | | height: 70% !important; |
| | | font-size: 0.25rem !important; |
| | | } |
| | | |
| | | /* 高级搜索 */ |
| | |
| | | height: 100vh; |
| | | |
| | | color: #fff; |
| | | } |
| | | .container .repository { |
| | | width: 100% !important; |
| | | /* margin-top: 19px; */ |
| | | /* height: 68%; */ |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: space-around; |
| | | align-items: center; |
| | | } |
| | | .container .repository .Ttop { |
| | | margin-top: 0.38rem; |
| | | margin-bottom: 1.22rem; |
| | | } |
| | | |
| | | .repository { |
| | | width: 100% !important; |
| | | /* margin-top: 19px; */ |
| | | /* height: 68%; */ |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: space-around; |
| | | align-items: center; |
| | | |
| | | .Ttop { |
| | | margin-top: 0.38rem; |
| | | margin-bottom: 1.22rem; |
| | | } |
| | | |
| | | .r-top { |
| | | font-size: 40rpx !important; |
| | | margin: 10rpx 0; |
| | | } |
| | | } |
| | | .container .repository .r-top { |
| | | font-size: 40rpx !important; |
| | | margin: 10rpx 0; |
| | | } |
| | | |
| | | .login { |
| | |
| | | /* flex-wrap: wrap; */ |
| | | padding: 0 20px; |
| | | text-align: center; |
| | | |
| | | li { |
| | | background-color: #fff; |
| | | color: black; |
| | | width: 1.6rem; |
| | | height: 4.8rem; |
| | | display: flex; |
| | | justify-content: center; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | text-align: center; |
| | | background: #ebf4ff; |
| | | font-weight: 600; |
| | | margin: 0 0.21rem; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | .secretary li { |
| | | background-color: #fff; |
| | | color: black; |
| | | width: 1.6rem; |
| | | height: 4.8rem; |
| | | display: flex; |
| | | justify-content: center; |
| | | flex-direction: column; |
| | | align-items: center; |
| | | text-align: center; |
| | | background: #ebf4ff; |
| | | font-weight: 600; |
| | | margin: 0 0.21rem; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | ::v-deep .cleanupBtn { |
| | |
| | | } |
| | | |
| | | .secretary li .detailBtn { |
| | | transition: translate .3s; |
| | | transition: translate 0.3s; |
| | | } |
| | | .secretary li .detailBtn:hover { |
| | | translate: 0 -5px; |