2025-06-19 17:33:18 +08:00

71 lines
1.5 KiB
Plaintext

/* pages/vehicleMonitoring/component/vehicleSearch/vehicleSearch.wxss */
.container {
>.search {
width: calc(100% - 16px);
height: 36px;
padding: 8px;
margin: 8px auto;
box-sizing: border-box;
border-radius: 4px;
background: #F6F7F9;
border: 1px solid #E6EAF2;
display: flex;
align-items: center;
.icon {
width: 20px;
height: 20px;
margin-right: 8px;
image {
width: 100%;
height: 100%;
}
}
input {
flex: 1;
font-size: 14px;
}
}
.search-list {
padding: 0 18rpx;
.item {
padding: 22rpx 18rpx;
border-bottom: 2rpx solid #E6EAF2;
display: flex;
justify-content: space-between;
align-items: center;
.company {
font-size: 40rpx;
color: #2B3A51;
display: flex;
.hight-light {
color: #3977F7;
}
}
.priority {
color: #888888;
font-size: 36rpx;
display: flex;
align-items: center;
.common-use {
width: 34rpx;
height: 34rpx;
margin-left: 14rpx;
display: inline-block;
border-radius: 50%;
border: 2rpx solid #A2A2A2;
color: #A2A2A2;
font-size: 22rpx;
display: flex;
align-items: center;
justify-content: center;
}
.iscommon {
border: 2rpx solid #3D7EEA;
background: #3D7EEA;
color: #fff;
}
}
}
}
}