97 lines
1.5 KiB
Plaintext
97 lines
1.5 KiB
Plaintext
|
|
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.deviceItem {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0 20rpx;
|
|
padding: 30rpx 0;
|
|
}
|
|
|
|
.deviceImg {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.deviceTit {
|
|
font-weight: 400;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
.devicemsg1 {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.devicemsg1 view {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #2583FF;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.devicemsg2 {
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.devicemsg2 text {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #2583FF;
|
|
}
|
|
|
|
.devicemsg2 view {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.devicemsg3 {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.devicemsg3Item {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
margin-right: 60rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.devicemsg3Item image{
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
|
|
.deviceItemBox:last-child .gray{
|
|
display: none;
|
|
}
|
|
|
|
#wifi{
|
|
width: 30rpx;
|
|
height: 21rpx;
|
|
}
|
|
|
|
.active{
|
|
background-color: rgba(37, 131, 255,.2);
|
|
} |