70 lines
1.2 KiB
Plaintext
70 lines
1.2 KiB
Plaintext
.configureDevice1 {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 60rpx 60rpx 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.title {
|
|
color: #252535;
|
|
width: 100%;
|
|
height: 48rpx;
|
|
font-size: 48rpx;
|
|
font-weight: bold;
|
|
line-height: 48rpx;
|
|
margin-bottom: 48rpx;
|
|
}
|
|
|
|
.describe {
|
|
color: #B6B6B6;
|
|
width: 100%;
|
|
height: 30rpx;
|
|
font-size: 30rpx;
|
|
line-height: 30rpx;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.deviceName {
|
|
width: 100%;
|
|
height: calc(100% - 166rpx);
|
|
}
|
|
|
|
.deviceName>view {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
align-items: center;
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
.deviceName>view>view:nth-of-type(1) {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
overflow: hidden;
|
|
border-radius: 50%;
|
|
margin-right: 22rpx;
|
|
}
|
|
|
|
.deviceName>view>view:nth-of-type(2) {
|
|
flex: 1;
|
|
width: 0;
|
|
}
|
|
|
|
.deviceName>view>view:nth-of-type(2)>view:nth-of-type(1) {
|
|
color: #252535;
|
|
width: 100%;
|
|
height: 32rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
line-height: 32rpx;
|
|
}
|
|
|
|
.deviceName>view>view:nth-of-type(2)>view:nth-of-type(2) {
|
|
color: #808080;
|
|
width: 100%;
|
|
height: 28rpx;
|
|
font-size: 28rpx;
|
|
line-height: 28rpx;
|
|
margin-top: 10rpx;
|
|
} |