/* 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; } .device_empty_tips { display: flex; flex: 1; justify-content: center; } .deviceScrollClass { margin-top: 16rpx; /* margin-bottom: 16rpx; */ padding-bottom: 16rpx; } .deviceClass { flex: 1; width: 100%; display: inline-flex; margin-bottom: 16rpx; margin-top: 16rpx; } .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 { display: inline; padding-left: 16rpx; padding-right: 16rpx; padding-top: 8rpx; padding-bottom: 8rpx; } .detail_page { margin-top: 16rpx; /* margin-left: 116rpx; */ margin-right: 16rpx; width: 16rpx; height: 16rpx; } .device-empty-tips { margin-top: 16rpx; }