172 lines
3.0 KiB
Plaintext

.iptBox {
display: flex;
align-items: center;
padding: 30rpx;
padding-bottom: 10rpx;
box-sizing: border-box;
font-size: 30rpx;
}
.iptBox span{
margin-right: 10rpx;
}
.searchBox{
display: flex;
align-items: center;
justify-content: center;
padding-left: 40rpx;
}
.searchBox image{
width: 30rpx;
height: 30rpx;
}
.btns {
width: 650rpx;
height: 80rpx;
background: #2583FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
font-size: 36rpx;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: 30rpx;
}
.choseJXS {
display: flex;
align-items: center;
padding: 30rpx;
padding-bottom: 10rpx;
box-sizing: border-box;
font-size: 30rpx;
}
.choseJXS .label {
font-size: 30rpx;
font-weight: 700;
width: 180rpx;
text-align: right;
}
.choseJXS2 {
display: flex;
align-items: center;
padding: 30rpx;
box-sizing: border-box;
font-size: 30rpx;
}
.choseJXS2 .label {
font-size: 30rpx;
font-weight: 700;
width: 180rpx;
text-align: right;
}
.iptBox .label {
font-size: 30rpx;
font-weight: 700;
width: 180rpx;
text-align: right;
}
.deviceItem {
padding: 30rpx;
box-sizing: border-box;
margin-bottom: 30rpx;
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
}
.row {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10rpx;
}
.row2 {
display: flex;
align-items: flex-end;
justify-content: flex-end;
padding-top: 10rpx;
}
.deletes {
font-size: 30rpx;
color: #F56C6C;
}
.contralList {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 60rpx;
position: fixed;
bottom: 32rpx;
left: 32rpx;
right: 32rpx;
}
.contralBtn1 {
width: 48%;
height: 80rpx;
line-height: 80rpx;
background: #2583FF;
color: #fff;
border-radius: 40rpx;
font-size: 32rpx;
display: flex;
align-items: center;
justify-content: center;
}
.contralBtn2 {
width: 48%;
height: 80rpx;
line-height: 80rpx;
background: #F56C6C;
color: #fff;
border-radius: 40rpx;
font-size: 32rpx;
display: flex;
align-items: center;
justify-content: center;
}
.deviceList {
padding: 0 20rpx;
}
.deviceList_tit {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 30rpx;
padding-bottom: 10rpx;
border-bottom: 1rpx solid #999;
}
.deviceList_item {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 30rpx;
padding: 10rpx 0;
}
.dele {
color: red;
}
.deviceList_tit_item {
flex: 1;
text-align: center;
}
.deviceList_item_con {
flex: 1;
text-align: center;
}