uni-plate-input.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. .so-mask.data-v-d5bf861c {
  2. position: fixed;
  3. top: 0;
  4. bottom: 0;
  5. right: 0;
  6. left: 0;
  7. background: rgba(0, 0, 0, 0.5);
  8. z-index: 998;
  9. }
  10. .so-plate.data-v-d5bf861c {
  11. box-sizing: border-box;
  12. position: absolute;
  13. bottom: 0;
  14. width: 100%;
  15. left: 0;
  16. background: #fff;
  17. padding: 25rpx 25rpx 0 25rpx;
  18. }
  19. .so-plate-head.data-v-d5bf861c {
  20. display: flex;
  21. justify-content: space-between;
  22. align-items: center;
  23. }
  24. .so-plate-type.data-v-d5bf861c {
  25. flex: 1;
  26. display: block;
  27. }
  28. .so-plate-type label.data-v-d5bf861c {
  29. display: inline-block;
  30. min-height: 32rpx;
  31. font-size: 26rpx;
  32. margin-right: 10rpx;
  33. }
  34. .so-plate-body.data-v-d5bf861c {
  35. box-sizing: border-box;
  36. padding: 30rpx 0;
  37. display: flex;
  38. justify-content: space-between;
  39. align-items: center;
  40. }
  41. .so-plate-word.data-v-d5bf861c {
  42. border: 1rpx solid #ccc;
  43. border-radius: 10rpx;
  44. height: 0;
  45. margin: 0 5rpx;
  46. box-sizing: border-box;
  47. padding-bottom: calc((100% - 70rpx) / 7);
  48. width: calc((100% - 70rpx) / 7);
  49. position: relative;
  50. }
  51. .so-plate-word.active.data-v-d5bf861c {
  52. border-color: #007aff;
  53. box-shadow: 0 0 15rpx 0 #007aff;
  54. }
  55. .so-plate-word text.data-v-d5bf861c {
  56. position: absolute;
  57. top: 50%;
  58. left: 50%;
  59. -webkit-transform: translateX(-50%) translateY(-50%);
  60. transform: translateX(-50%) translateY(-50%);
  61. font-weight: 700;
  62. font-size: 32rpx;
  63. }
  64. .so-plate-dot.data-v-d5bf861c {
  65. width: 15rpx;
  66. height: 15rpx;
  67. background: #ccc;
  68. border-radius: 50%;
  69. margin: 0 5rpx;
  70. }
  71. .so-plate-keyboard.data-v-d5bf861c {
  72. background: #eee;
  73. margin-left: -25rpx;
  74. margin-right: -25rpx;
  75. padding: 20rpx 25rpx 10rpx 25rpx;
  76. box-sizing: border-box;
  77. transition: all 0.3s;
  78. }
  79. .so-plate-keyboard > view.data-v-d5bf861c {
  80. display: flex;
  81. flex-wrap: wrap;
  82. justify-content: space-between;
  83. }
  84. .so-plate-key.data-v-d5bf861c {
  85. display: block;
  86. background: #fff;
  87. border-radius: 10rpx;
  88. box-shadow: 0 0 8rpx 0 #bbb;
  89. width: 80rpx;
  90. height: 80rpx;
  91. margin: 5rpx 0;
  92. font-size: 32rpx;
  93. text-align: center;
  94. display: flex;
  95. align-items: center;
  96. justify-content: center;
  97. position: relative;
  98. }
  99. .so-plate-key.hover.data-v-d5bf861c {
  100. background: #efefef;
  101. }
  102. .so-plate-key.fill-block.data-v-d5bf861c {
  103. width: 80rpx;
  104. height: 80rpx;
  105. background: none;
  106. box-shadow: none;
  107. }
  108. .so-plate-btn.data-v-d5bf861c {
  109. display: inline-block;
  110. background: #fff;
  111. border-radius: 10rpx;
  112. box-shadow: 0 0 10rpx 0 #bbb;
  113. font-size: 28rpx;
  114. text-align: center;
  115. margin: 0 0 0 10rpx;
  116. padding: 0 25rpx;
  117. }
  118. .so-plate-btn-group.data-v-d5bf861c {
  119. display: flex;
  120. justify-content: space-between;
  121. background: #eee;
  122. margin-left: -25rpx;
  123. margin-right: -25rpx;
  124. box-sizing: border-box;
  125. padding: 0 25rpx 10rpx 25rpx;
  126. }
  127. .so-plate-btn--cancel.data-v-d5bf861c {
  128. margin: 0;
  129. }
  130. .so-plate-btn--submit.data-v-d5bf861c {
  131. background: #5773f9;
  132. color: #fff;
  133. }
  134. .so-plate-btn--delete.data-v-d5bf861c {
  135. color: #fd6b6d;
  136. }
  137. .animation-scale-up.data-v-d5bf861c {
  138. -webkit-animation-duration: 0.2s;
  139. animation-duration: 0.2s;
  140. -webkit-animation-timing-function: ease-out;
  141. animation-timing-function: ease-out;
  142. -webkit-animation-fill-mode: both;
  143. animation-fill-mode: both;
  144. -webkit-animation-name: scale-up-data-v-d5bf861c;
  145. animation-name: scale-up-data-v-d5bf861c;
  146. }
  147. @-webkit-keyframes scale-up-data-v-d5bf861c {
  148. 0% {
  149. opacity: 0.8;
  150. -webkit-transform: scale(0.8);
  151. transform: scale(0.8);
  152. }
  153. 100% {
  154. opacity: 1;
  155. -webkit-transform: scale(1);
  156. transform: scale(1);
  157. }
  158. }
  159. @keyframes scale-up-data-v-d5bf861c {
  160. 0% {
  161. opacity: 0.8;
  162. -webkit-transform: scale(0.8);
  163. transform: scale(0.8);
  164. }
  165. 100% {
  166. opacity: 1;
  167. -webkit-transform: scale(1);
  168. transform: scale(1);
  169. }
  170. }