2025-06-06 15:07:26 +08:00

97 lines
1.7 KiB
Plaintext

.deviceList {
background-color: #F9F9F9;
padding-bottom: 120rpx;
min-height: 95vh;
}
.white {
background-color: #fff;
}
.deviceImg {
width: 157rpx;
height: 157rpx;
margin: 0 auto;
margin-top: 52rpx;
}
.deviceImg image {
width: 100% !important;
height: 100% !important;
}
.deviceText {
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
font-size: 32rpx;
color: #222222;
text-align: center;
margin-top: 3rpx;
}
.deviceIpt {
width: 710rpx;
height: 54rpx;
background: #F9F9F9;
border-radius: 100rpx 100rpx 100rpx 100rpx;
margin: 0 auto;
margin-top: 20rpx;
box-sizing: border-box;
padding-left: 26rpx;
padding-right: 26rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.deviceIpt input {
height: 100%;
flex: 1;
}
.deviceIpt image{
width: 30rpx;
height: 30rpx;
}
.dropBox .van-dropdown-menu {
box-shadow: none !important;
}
.dropBox .van-ellipsis {
font-size: 26rpx !important;
color: #999999 !important;
}
.deviceItem {
background-color: #fff;
padding: 30rpx 20rpx;
margin-bottom: 20rpx;
}
.deviceItem_Tit {
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: bold;
font-size: 32rpx;
color: #222222;
margin-bottom: 30rpx;
}
.deviceItemCon {
display: flex;
align-items: center;
}
.deviceItemCon_tit {
font-weight: 400;
font-size: 26rpx;
color: #999999;
margin-right: 30rpx;
}
.deviceItemCon_con {
font-weight: 400;
font-size: 26rpx;
color: #222222;
}