.itemContainer { padding: 0.2rem; display: flex; justify-content: space-between; font-size: 0.26rem; border-bottom: 1px solid #dbdbdb; .toDetail { color: #4a90e2; } } .title { font-size: 0.3rem; color: #4a90e2; line-height: 0.4rem; padding-left: 0.1rem; padding-top: 0.16rem; } .detailDeviceName { color: #4089ff; background-color: #dce7f9; font-size: 0.26rem; padding: 0.4rem 0.2rem; border-radius: 0.2rem; } .detailDevice { padding: 0.1rem; .detailDeviceTitle { font-size: 0.3rem; font-weight: 500; color: #4089ff; margin: 0.2rem 0; } .detailDeviceRangeSelect > * { margin-right: 0.1rem; } }