page { background: #f3f4f6; } .case { border-bottom: 160rpx solid transparent; } .issue-title { padding: 30rpx; font-weight: 600; } .issue-block { background: white; margin-bottom: 20rpx; } .issue-inputs { position: relative; height: 110rpx; line-height: 110rpx; padding: 0 30rpx; box-sizing: border-box; border-bottom: 2rpx solid #f2f2f2; display: flex; } .issue-input-arrow { width: 32rpx; height: 32rpx; position: absolute; top: 32rpx; right: 20rpx; } .issue-input-label { width: 170rpx; } .issue-inputs-input { padding-left: 40rpx; box-sizing: border-box; line-height: 110rpx; height: 110rpx; width: 100%; } .uni-input-img { width: 32rpx; height: 32rpx; position: absolute; right: 0; top: 30rpx; } /* 按钮 */ .userdata-btn { width: 100%; box-sizing: border-box; padding: 30rpx; position: fixed; bottom: 0; left: 0; z-index: 99; right: 0; background: white; } .issue-btn { background: #1d37e2; text-align: center; color: white; height: 90rpx; line-height: 90rpx; font-size: 34rpx; font-weight: normal; width: 100% !important; margin: 0; padding: 0; border-radius: 10rpx; } .issue-btn[disabled] { background: #1d37e2 !important; color: #fff !important; }