/* pages/home_center/common_panel/components/Integer/index.wxss */ .integer-container { margin-top: 16px; display: flex; flex-direction: column; padding: 20px 24px; background-color: #fff; border-radius: 14px; } .integer-name{ margin-bottom: 30px; text-align: left; font-family: PingFangSC-Medium; font-size: 16px; line-height: 25px; color: #505050; } .integer-name-value { font-weight: 600; }