form.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. /*软键盘*/
  2. .keypad {
  3. background-color: #fff;
  4. background-image: url(../../images/formEle/keypad.gif) !important;
  5. background-repeat: no-repeat !important;
  6. background-position: 98% 50% !important;
  7. height: 20px;
  8. line-height: 20px;
  9. width: 120px;
  10. border-color: #ccc;
  11. border-style: solid;
  12. border-width: 1px;
  13. /*font-size: 12px;*/
  14. color: #369;
  15. }
  16. button.keypad-trigger {
  17. width: 25px;
  18. padding: 0;
  19. }
  20. img.keypad-trigger {
  21. margin: 2px;
  22. vertical-align: middle;
  23. }#keypad-div {
  24. display: none;
  25. z-index: 9999999999999999;
  26. margin: 0;
  27. padding: 0;
  28. background-color: #fff;
  29. color: #000;
  30. border: 1px solid #888;
  31. border-radius: 4px;
  32. -moz-border-radius: 4px;
  33. -webkit-border-radius: 4px;
  34. font-family: Arial, Helvetica, sans-serif;
  35. font-size: 14px;
  36. }.keypad-keyentry {
  37. display: none;
  38. }.keypad-inline {
  39. background-color: #f4f4f4;
  40. border: 1px solid #888;
  41. border-radius: 4px;
  42. -moz-border-radius: 4px;
  43. -webkit-border-radius: 4px;
  44. }.keypad-disabled {
  45. position: absolute;
  46. z-index: 100;
  47. background-color: white;
  48. opacity: .5;
  49. filter: alpha( opacity = 50);
  50. }.keypad-rtl {
  51. direction: rtl;
  52. }.keypad-prompt {
  53. clear: both;
  54. width: 100%;
  55. text-align: center;
  56. }.keypad-row {
  57. clear: both;
  58. float: left;
  59. width: 100%;
  60. }.keypad-space {
  61. float: left;
  62. margin: 2px;
  63. width: 24px;
  64. } * html .keypad-space {
  65. margin: 0;
  66. width: 28px;
  67. }.keypad-half-space {
  68. float: left;
  69. margin: 1px;
  70. width: 12px;
  71. } * html .keypad-half-space {
  72. margin: 0;
  73. width: 14px;
  74. }.keypad-key {
  75. float: left;
  76. border:solid 1px #9db0bc;
  77. margin: 2px;
  78. padding: 0;
  79. width: 32px;
  80. height:25px;
  81. background-color: #f4f4f4;
  82. text-align: center;
  83. background-image: url(../../images/formEle/keyBg.jpg);
  84. background-repeat: repeat-x;
  85. cursor: pointer;
  86. }.keypad-key-down{
  87. background-image: url(../../images/formEle/keyBg3.jpg)!important;
  88. color:black!important;
  89. }.keypad-key-hover{
  90. background-image: url(../../images/formEle/keyBg3.jpg)!important;
  91. color:black!important;
  92. border-color:#af923f!important;
  93. }
  94. .keypad-spacebar {
  95. width: 164px;
  96. }.keypad-enter {
  97. width: 52px;
  98. }.keypad-clear, .keypad-back, .keypad-close, .keypad-shift {
  99. width: 52px;
  100. color: #fff;
  101. font-weight: normal;
  102. border:solid 1px #dc6b00!important;
  103. background-image: url(../../images/formEle/keyBg2.jpg);
  104. background-repeat: repeat-x;
  105. }.keypad-clear {
  106. }.keypad-back {
  107. }.keypad-close {
  108. }.keypad-shift {
  109. }.keypad-cover {
  110. display: none;
  111. display: block;
  112. position: absolute;
  113. z-index: -1;
  114. filter: mask();
  115. top:-4px;
  116. left:-4px;
  117. width:125px;
  118. height: 200px;
  119. }