File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1540,3 +1540,23 @@ body {
15401540 text-align : center ;
15411541 }
15421542}
1543+
1544+ .case-link {
1545+ display : inline-flex ;
1546+ align-items : center ;
1547+ gap : 6px ;
1548+ margin-top : 12px ;
1549+ font-size : 14px ;
1550+ color : $primary-color ;
1551+ text-decoration : none ;
1552+ font-weight : 500 ;
1553+ transition : all 0.3s ease ;
1554+ }
1555+
1556+ .case-link :hover {
1557+ color : $primary-dark ;
1558+ }
1559+
1560+ .case-link i {
1561+ font-size : 12px ;
1562+ }
Original file line number Diff line number Diff line change @@ -58,12 +58,15 @@ <h3>智慧农业监控系统</h3>
5858 </ div >
5959 < div class ="case-content ">
6060 < span class ="case-tag "> 教育</ span >
61- < h3 > AI教育机器人平台</ h3 >
62- < p > 面向中小学的人工智能教育机器人平台,支持图形化编程和Python开发。</ p >
61+ < h3 > AKA-00 AI教育机器人平台</ h3 >
62+ < p > 面向中小学的人工智能教育机器人平台,支持图形化编程和Python开发。基于辰龙操作系统,提供完整的硬件和软件解决方案。 </ p >
6363 < div class ="case-meta ">
64- < span > 某教育机构 </ span >
65- < span > 2023年 </ span >
64+ < span > 辰龙社区 </ span >
65+ < span > 2024年 </ span >
6666 </ div >
67+ < a href ="https://chenlongos.com/AKA-00/index.html " class ="case-link " target ="_blank ">
68+ 查看详情 < i class ="fas fa-arrow-right "> </ i >
69+ </ a >
6770 </ div >
6871 </ div >
6972
You can’t perform that action at this time.
0 commit comments