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

53 lines
971 B
Plaintext

/* driver/pages/supplier/supplier.wxss */
page {
padding-top: 150rpx;
}
page::after {
height: 150rpx;
}
.supplier-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;
/* background: linear-gradient(90deg,rgba(95, 153, 252, 1),rgba(57, 125, 242, 1)); */
}
.search-input {
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;
}
.item {
border-bottom: 2rpx solid #E6E6E6;
padding: 15rpx 0;
}
.item .relate {
margin: 8rpx 0 4rpx 0;
}
.item .address {
line-height: 44rpx;
padding-right: 50rpx;
background: url(https://cement.fongtech.net/static/app/location.png) right center/44rpx 44rpx no-repeat;
}