headerInput.wxss 400 B

1234567891011121314151617181920
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-7ac621e1 {
  4. position: relative;
  5. display: flex;
  6. align-items: center;
  7. box-sizing: border-box;
  8. padding: 0 40rpx;
  9. margin-top: 30rpx;
  10. width: 710rpx;
  11. height: 100rpx;
  12. border-radius: 80rpx;
  13. border: 1rpx solid #ccc;
  14. background-color: #fff;
  15. }
  16. .container .input.data-v-7ac621e1 {
  17. margin-left: 16rpx;
  18. width: 100%;
  19. height: 100%;
  20. }