/* 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%; } .deviceScrollClass { margin-top: 16rpx; margin-bottom: 16rpx; } .deviceClass { flex: 1; width: 100%; display: inline-flex; } .deviceItemC { width: 100%; height: 160rpx; background-color: skyblue; /* margin-bottom: 16rpx; margin-top: 16rpx; */ } .deviceImg { 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; } .powerClass { /* width: 100rpx; */ display: flex; } .powerImg { width: 56rpx; height: 56rpx; } .deviceName { margin-top: 4rpx; } .deviceDeleteClass { margin-bottom: 16rpx; } .detailPageC { margin-top: 16rpx; /* margin-left: 116rpx; */ margin-right: 16rpx; width: 16rpx; height: 16rpx; } .deviceEmptyClass { margin-top: 16rpx; }