nantai-erp-wechat-mobile/dispatcher/pages/driver/driver.wxss
2024-10-31 21:29:57 +08:00

82 lines
1.3 KiB
Plaintext

/* dispatcher/pages/dirver/driver.wxss */
page {
padding-top: 150rpx;
}
page::after {
height: 150rpx;
}
.driver-container {
position: relative;
margin-top: -40rpx;
height: calc(100% + 40rpx);
}
.list {
padding: 20rpx 40rpx;
}
.search-box {
width: 690rpx;
position: fixed;
top: 12rpx;
left: 30rpx;
z-index: 100;
}
.search-input {
width: 520rpx;
border: 2rpx solid #fff;
color: #fff;
height: 68rpx;
line-height: 68rpx;
border-radius: 34rpx;
padding: 0 20rpx 0 60rpx;
background: url(https://cement.fongtech.net/static/app/search.png) 20rpx center/34rpx 34rpx no-repeat;
}
.search-box .add-btn {
width: 60rpx;
}
.item {
border-bottom: 2rpx solid #E6E6E6;
padding: 20rpx 0;
}
.item-left {
width: 500rpx;
}
.item-name {
margin-bottom: 6rpx;
}
.item-name-title {
width: 150rpx;
flex: 0 0 150rpx;
}
.item-card-title {
width: 130rpx;
flex: 0 0 130rpx;
}
/* .item-name-value {
width: 350rpx;
} */
.phone-btn {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
background: url(https://cement.fongtech.net/static/app/phone.png) 0 0/60rpx 60rpx no-repeat;
}
.edit-btn {
width: 60rpx;
height: 60rpx;
border-radius: 50%;
background: url(https://cement.fongtech.net/static/app/edit2.png) 0 0/60rpx 60rpx no-repeat;
}