/* pages/home/home.wxss */ .container { margin-left: 16rpx; margin-right: 16rpx; display: flex; flex-direction: column; } .container .helloC { margin-top: 32rpx; } .container .bannerC { margin-top: 16rpx; margin-bottom: 16rpx; height: 160rpx; } .bannerItemC { width: 100%; height: 160rpx; display: flex; } .deviceScrollClass { margin-top: 16rpx; margin-bottom: 16rpx; } .deviceClass { flex: 1; width: 100%; display: inline-flex; } .device_img { width: 120rpx; height: 120rpx; margin-top: 16rpx; /* margin-bottom: 16rpx; */ margin-left: 16rpx; } .detailClass { margin-left: 16rpx; margin-bottom: 16rpx; margin-top: 16rpx; flex: 1; } .power { /* width: 100rpx; */ display: flex; } .power_img { width: 56rpx; height: 56rpx; } .power_text { width: 56rpx; height: 56rpx; } .devicename { margin-top: 4rpx; } .device_delete { margin-bottom: 16rpx; } .detail_page { margin-top: 16rpx; /* margin-left: 116rpx; */ margin-right: 16rpx; width: 16rpx; height: 16rpx; } .device-empty-tips { margin-top: 16rpx; }