Browse Source

调整合作模式确认弹窗位置,上移50rpx靠近顶部导航栏

pull/6/head
Default User 2 months ago
parent
commit
4715bfa66b
  1. 8
      pages/settlement/index.wxss

8
pages/settlement/index.wxss

@ -982,8 +982,6 @@ picker {
z-index: 9999;
padding: 40rpx;
box-sizing: border-box;
/* 确保在任何情况下都能居中 */
overflow: hidden;
}
.cooperation-confirm-container {
@ -996,10 +994,8 @@ picker {
display: flex;
flex-direction: column;
box-shadow: 0 10rpx 30rpx rgba(0, 0, 0, 0.3);
/* 确保在 flex 容器中完美居中 */
margin: auto;
/* 防止内容溢出 */
overflow: hidden;
/* 上移更多,靠近顶部导航栏 */
transform: translateY(-70rpx);
}
.cooperation-confirm-title {

Loading…
Cancel
Save