weui-prompt.css 361 B

1234567891011121314151617181920
  1. .weui-prompt-box {
  2. margin-top: 10px;
  3. }
  4. .weui-prompt-input {
  5. padding: 4px 6px;
  6. border: 1px solid #ccc;
  7. box-sizing: border-box;
  8. height: 2em;
  9. width: 85%;
  10. }
  11. .weui-prompt-input.hasbtn {
  12. width: 55% !important;
  13. }
  14. .weui-prompt-button {
  15. margin-left: 2%;
  16. width: 28% !important;
  17. padding: 0;
  18. white-space: nowrap;
  19. vertical-align: middle;
  20. }