/* pages/home_center/common_panel/components/Enum/index.wxss */ .enum-container { margin-top: 16px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px 15px; background-color: #fff; border-radius: 14px; } .enum-name { margin-bottom: 24px; text-align: left; font-family: PingFangSC-Medium; font-size: 16px; line-height: 25px; color: #505050; } .enum-scrollView { width: 100%; height: 33px; white-space: nowrap; } .enum-item { display: inline-block; margin-right: 11px; width: 102px; height: 33px; text-align: center; font-family: PingFangSC-Regular; font-size: 12px; line-height: 33px; color: #fff; border-radius: 25px; background-color: #2483b3 !important; } .unselect{ font-family: PingFangSC-Regular; font-size: 12px; color: #2483b3; background-color: #d5d9db !important; }