xiugaimima.css 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. *{box-sizing: border-box;}
  2. .sfwenben {
  3. height: 50px;
  4. background: #FFFFFF;
  5. padding-top: 10px;
  6. }
  7. .sfwenben>p {
  8. text-align: center;
  9. font-size: 14px;
  10. color: #333333;
  11. }
  12. .inputBoxContainer {
  13. width: calc(100% - 90px);
  14. height: 30px;
  15. margin: 10px auto;
  16. position: relative;
  17. }
  18. .inputBoxContainer .bogusInput {
  19. width: 280px;
  20. height: 30px;
  21. margin: 0 auto;
  22. }
  23. ul.bogusInput li{
  24. border: solid 1px #f1f1f1;
  25. width: 30px;
  26. height: 30px;
  27. float: left;
  28. background: #ffffff;
  29. text-align: center;
  30. line-height: 30px;
  31. margin-right: 20px;
  32. display: -webkit-box;
  33. -webkit-box-pack: center;
  34. -webkit-box-align: center;
  35. }
  36. ul.bogusInput li:last-child{
  37. margin-right: 0px;
  38. }
  39. .confirmButton {
  40. width: 240px;
  41. height: 45px;
  42. border-radius: 7px;
  43. -moz-border-radius: 7px;
  44. -webkit-border-radius: 7px;
  45. background: #f4f4f4;
  46. border: #d5d5d5 1px solid;
  47. display: block;
  48. font-size: 16px;
  49. margin: 30px auto;
  50. margin-bottom: 20px;
  51. }
  52. .showValue {
  53. width: 240px;
  54. height: 22px;
  55. line-height: 22px;
  56. font-size: 16px;
  57. text-align: center;
  58. margin: 0 auto;
  59. }
  60. .chakan {
  61. width: 290px;
  62. margin: 30px auto;
  63. height: 40px;
  64. text-align: center;
  65. line-height: 40px;
  66. color: #FFFFFF;
  67. background: #17B3EC;
  68. font-size: 16px;
  69. border-radius: 5px;
  70. }
  71. .wenzi{font-size: 14px;color: #666;}
  72. .round{display:none;width: 8px;height: 8px;border-radius: 50%;background-color: #666;}
  73. ul.bogusInput li.active .round{display: block;}
  74. ul.bogusInput li.hover{outline: 0;-webkit-box-shadow:0 0 10px rgba(102, 175, 233, 0.7); }
  75. .xufang-num{position: absolute;bottom: 0px;z-index: 9999;background-color: #fff;width: 100%;}
  76. .number-pad{border-top:solid 1px #dcdcdc; border-left: solid 1px #dcdcdc; width: 100%;}
  77. .number-pad .box{display: flex;display: -webkit-flex;display: -webkit-box;}
  78. .number-pad li{width: 33.333333%;height: 60px;text-align: center;line-height: 60px;border-bottom: solid 1px #dcdcdc;border-right: solid 1px #dcdcdc;font-size: 16px;color: #333;font-weight: bold;}
  79. .number-pad li.gray{background-color: #e4e4e4;}
  80. .number-pad li:active{background-color: #ccc;}