handlePeople.wxss 856 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-148e6f85 {
  4. box-sizing: border-box;
  5. padding: 20rpx 0;
  6. height: 100vh;
  7. background-color: #fff;
  8. }
  9. .container .custom-input.data-v-148e6f85 {
  10. width: 100%;
  11. height: 80rpx;
  12. line-height: 80rpx;
  13. padding-right: 200rpx;
  14. /* 给右侧占位文本留空间 */
  15. border: 1px solid #eee;
  16. border-radius: 8rpx;
  17. font-size: 28rpx;
  18. }
  19. .container .placeholder-text.data-v-148e6f85 {
  20. position: absolute;
  21. /* 绝对定位到输入框右侧 */
  22. right: 30rpx;
  23. margin-top: -9%;
  24. font-size: 26rpx;
  25. color: #999;
  26. /* 模拟原生placeholder颜色 */
  27. pointer-events: none;
  28. /* 避免遮挡输入框点击 */
  29. }
  30. .container .footer.data-v-148e6f85 {
  31. position: absolute;
  32. left: 40rpx;
  33. right: 40rpx;
  34. bottom: 100rpx;
  35. }
  36. .container .footer.data-v-148e6f85 .wd-button {
  37. background-color: #ff8205;
  38. }