/* pages/topics/index.wxss */ .header-titles { height: 36px; display: flex; /* justify-content: space-around; */ padding: 5px; } .title { width: 150rpx; display: flex; align-items: center; justify-content: center; color: #999999; font-size: 14px; margin-top: 5px; } .item-title{ display: flex; flex-direction: column; align-items: center; } .title-selected { font-size: 16px; color: #292E3E; } .select-line{ margin-top: 5px; width: 10px; height: 2px; border-radius: 5px; background-color: #FA4646; } .page { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 90rpx; color: white; } .bc_Yellow { background-color: yellow; } .bc_Orange { background-color: orange; } .bc_Green { background-color: green; } .bc_Blue { background-color: blue; } .bc_Purple { background-color: purple; }