84 lines
1.5 KiB
Plaintext

.upkeep_select {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 400;
font-size: 26rpx;
color: #222222;
background-color: #F9F9F9;
padding: 20rpx 20rpx;
}
.upkeep_select .ipt {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #fff;
width: 710rpx;
height: 80rpx;
background: #FFFFFF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
padding-left: 26rpx;
padding-right: 26rpx;
}
.ipt input {
flex: 1;
height: 100%;
}
.ipt image {
width: 60rpx;
height: 60rpx;
}
page {
background-color: #f9f9f9;
}
.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: 28rpx;
color: #999999;
margin-right: 30rpx;
}
.deviceItemCon_con {
font-weight: 400;
font-size: 28rpx;
color: #222222;
}
.searchBox {
padding-left: 30rpx;
padding-right: 30rpx;
height: 70rpx;
display: flex;
align-items: center;
justify-content: center;
}
.searchBox image {
width: 40rpx;
height: 40rpx;
}