You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
797 B

/* monitor/pages/deviceList/deviceList.wxss */
.content {width: 750rpx; padding: 20rpx; font-size: 28rpx; }
.content-row { padding: 20rpx; border-radius: 20rpx; background-color: #ffffff; margin-bottom: 20rpx;}
.content-tit{border-bottom: 1px dashed #f0f0f0; min-height: 60rpx; padding-bottom: 15rpx; font-size: 30rpx; margin-bottom: 0rpx; display: flex; align-items: center;}
.list{position: relative;}
.list>view{display: flex; padding: 10rpx 0; }
.left-tit {width: 160rpx; color: #999; text-align: right; margin-right: 20rpx;}
.list .rj {
border: solid #aaa;
border-width: 0 2rpx 2rpx 0;
display: inline-block;
padding: 8rpx;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
position: absolute; right: 0rpx; top: 120rpx;
}
.status_icon{ width: 28rpx; height: 28rpx;}