/* pages/activeManagement/activeManagement.wxss */ .volunteersTitle{ display: block; width: 100%; text-align: left; font-size: 14px; box-sizing: border-box; padding-left: 15px; margin-top: 20px; } .volunteersActive{ display: flex; justify-content: space-between; align-items: center; margin-top: 20px; margin-bottom: 10px; } .volunteersActive>view{ display: flex; align-items: center; } .volunteersActive>view>image{ width: 10px; height: 10px; } .left_listVolunteers{ margin-left: 10px; }