keyboard.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .popup-wrap ._password.data-v-124303f8 {
  21. height: 140rpx;
  22. width: 100vw;
  23. padding: 20rpx;
  24. display: -webkit-box;
  25. display: -webkit-flex;
  26. display: flex;
  27. box-sizing: border-box;
  28. }
  29. .popup-wrap ._password > ._li.data-v-124303f8 {
  30. -webkit-box-flex: 1;
  31. -webkit-flex: 1;
  32. flex: 1;
  33. height: 100%;
  34. border: 1rpx solid #ddd;
  35. border-right: none;
  36. }
  37. .popup-wrap ._password > ._li.data-v-124303f8:last-child {
  38. border-right: 1rpx solid #ddd;
  39. }
  40. .popup-wrap ._password > .active.data-v-124303f8 {
  41. position: relative;
  42. }
  43. .popup-wrap ._password > .active.data-v-124303f8::after {
  44. content: "";
  45. position: absolute;
  46. top: 50%;
  47. left: 50%;
  48. border-radius: 20rpx;
  49. -webkit-transform: translate(-50%, -50%);
  50. transform: translate(-50%, -50%);
  51. height: 40rpx;
  52. width: 40rpx;
  53. background: #666;
  54. }
  55. .popup-wrap ._inputHidden.data-v-124303f8 {
  56. width: 1rpx;
  57. height: 1rpx;
  58. min-height: 1rpx;
  59. opacity: 0;
  60. border: 0;
  61. }
  62. .popup-wrap .ui-keyboard.data-v-124303f8 {
  63. display: -webkit-box;
  64. display: flex;
  65. display: -webkit-flex;
  66. -webkit-box-align: center;
  67. -webkit-align-items: center;
  68. align-items: center;
  69. -webkit-box-pack: center;
  70. -webkit-justify-content: center;
  71. justify-content: center;
  72. padding: 0 20rpx 20rpx 20rpx;
  73. background-color: #f5f5f5;
  74. box-shadow: 0 -8rpx 16rpx #ddd;
  75. }
  76. .popup-wrap .ui-keyboard .ui-keyboard-numbers.data-v-124303f8 {
  77. width: 78%;
  78. display: -webkit-box;
  79. display: -webkit-flex;
  80. display: flex;
  81. -webkit-box-align: center;
  82. -webkit-align-items: center;
  83. align-items: center;
  84. -webkit-flex-wrap: wrap;
  85. flex-wrap: wrap;
  86. }
  87. .popup-wrap .ui-keyboard .ui-keyboard-numbers ._li.data-v-124303f8 {
  88. width: calc(33.33% - 20rpx);
  89. }
  90. .popup-wrap .ui-keyboard .ui-keyboard-numbers ._li.zero.data-v-124303f8 {
  91. width: calc(66.66% - 20rpx);
  92. }
  93. .popup-wrap .ui-keyboard .ui-keyboard-btn.data-v-124303f8 {
  94. width: 22%;
  95. }
  96. .popup-wrap .ui-keyboard .ui-keyboard-btn ._li.data-v-124303f8 {
  97. margin-right: 0;
  98. }
  99. .popup-wrap .ui-keyboard .ui-keyboard-btn ._li.btn-ok.data-v-124303f8 {
  100. height: 310rpx;
  101. color: #fff;
  102. background-color: #3385FF;
  103. }
  104. .popup-wrap .ui-keyboard ._li.data-v-124303f8 {
  105. display: -webkit-box;
  106. display: flex;
  107. display: -webkit-flex;
  108. -webkit-box-align: center;
  109. -webkit-align-items: center;
  110. align-items: center;
  111. -webkit-box-pack: center;
  112. -webkit-justify-content: center;
  113. justify-content: center;
  114. height: 90rpx;
  115. text-align: center;
  116. border-radius: 10rpx;
  117. background-color: #fff;
  118. margin-top: 20rpx;
  119. margin-right: 20rpx;
  120. font-size: 38rpx;
  121. font-weight: bold;
  122. box-shadow: 0 2rpx 10rpx #ddd;
  123. }
  124. .popup-wrap .ui-keyboard ._li.data-v-124303f8:active {
  125. background-color: rgba(0, 0, 0, 0.1);
  126. }