GaodeInputTips.wxss 409 B

12345678910111213141516171819202122232425262728
  1. .section {
  2. height: 30px;
  3. width: 100%;
  4. }
  5. .section input {
  6. width: 90%;
  7. margin: 5px auto;
  8. border: 1px solid #c3c3c3;
  9. height: 30px;
  10. border-radius: 3px;
  11. padding: 0 5px;
  12. }
  13. .text_box {
  14. margin: 10px 25px;
  15. border-bottom: 1px solid #c3c3c3;
  16. padding-bottom: 10px
  17. }
  18. .tips_container {
  19. position: absolute;
  20. z-index: 999;
  21. background: #FFF;
  22. width: 100%;
  23. max-height: 50vh;
  24. overflow: auto;
  25. }