/* pages/topics/interactive/index.wxss */ @import '../../../style/font.wxss'; image{ width: 100%; height: 100%; } .nav{ height:250px; } .circular{ width: 55px; height: 55px; border-radius: 50%; /* background-color: thistle; */ display: flex; align-items: center; justify-content: center; } .title{ font-size: 13px; margin-top: 5px; }