add呼叫物料

This commit is contained in:
蔡玲
2024-09-23 17:09:16 +08:00
parent 2bde1e46a8
commit 81643ba83a
9 changed files with 211 additions and 7 deletions

View File

@@ -33,6 +33,12 @@ uni-button:after {
margin-bottom: 20rpx;
box-shadow: 0 4rpx 10rpx 2rpx rgba(0,0,0,.1);
}
.pop_content {
width: 100%;
height: 100%;
overflow-y: auto;
padding: 20rpx 14rpx 140rpx 14rpx;
}
.filter_wrapper {
position relative
left -14rpx
@@ -274,7 +280,7 @@ uni-button:after {
bottom: 0;
left: 0;
width: 100%;
z-index: 30;
z-index: 40;
background-color: #fff;
padding: 14rpx;
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);