jump.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .jump-interface {
  2. width: 100%;
  3. height: 100%;
  4. background: #fff;
  5. position: fixed;
  6. left: 0;
  7. right: 0;
  8. top: 0;
  9. bottom: 0;
  10. margin: auto;
  11. display: none;
  12. transition: all .2s linear;
  13. font-size: 16px;
  14. /*transform: scale(2);*/
  15. /*-webkit-overflow-scroll: touch!important;*/
  16. }
  17. .jump-box {
  18. width: 80%;
  19. height: 100%;
  20. margin: 10px auto;
  21. }
  22. .jump-box li {
  23. margin-bottom: 10px;
  24. height: 30px;
  25. }
  26. .jump-box .tip {
  27. font-weight: bold;
  28. font-size: 20px;
  29. }
  30. .jump-box .jumpNumber{
  31. width: 100px;
  32. height: 30px;
  33. font-size: 16px;
  34. border: 1px solid #000;
  35. border-radius: 5px;
  36. }
  37. .jump-save-box{
  38. width: 60%;
  39. height: 40px;
  40. font-size: 16px;
  41. margin-top: 100px;
  42. margin-left: 20%;
  43. display: flex;
  44. display: -webkit-flex;
  45. justify-content: space-between;
  46. -webkit-justify-content: space-between;
  47. }
  48. .jump-save-box .jump{
  49. width: 30%;
  50. height: 40px;
  51. font-size: 16px;
  52. background: #fff;
  53. color: #558df3;
  54. outline: none;
  55. border: 1px solid #F1F1F2;
  56. }
  57. .jump-save-box .cancel{
  58. width: 30%;
  59. height: 40px;
  60. font-size: 16px;
  61. background: #fff;
  62. outline: none;
  63. border: 1px solid #F1F1F2;
  64. }
  65. #coolInputPanel {
  66. background: #fff !important;
  67. }
  68. /*#coolInputPanel {*/
  69. /* height: 400px !important;*/
  70. /* background: #fff !important;*/
  71. /*}*/
  72. /*#coolInputPanel > div {*/
  73. /* height: 80px !important;*/
  74. /* line-height: 80px !important;*/
  75. /* font-size: 40px !important;*/
  76. /*}*/