master-keyboard.scss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. .master_wrap{
  2. width: 100%;
  3. background-color: #eee;
  4. position: fixed;
  5. bottom: 0;
  6. left: 0;
  7. z-index:11;
  8. padding-top: 10rpx;
  9. padding-bottom: 20rpx;
  10. .down_wrap{
  11. width: 100%;
  12. height: 50rpx;
  13. display: flex;
  14. align-items: center;
  15. justify-content: center;
  16. image{
  17. width: 48rpx;
  18. height: 48rpx;
  19. }
  20. }
  21. .kerboard_number{
  22. width: 100%;
  23. display: flex;
  24. justify-content: space-evenly;
  25. flex-flow: wrap;
  26. .number_item{
  27. width: 30%;
  28. height: 80rpx;
  29. margin-top: 10rpx;
  30. background-color: white;
  31. border-radius: 10rpx;
  32. text-align: center;
  33. line-height: 80rpx;
  34. box-sizing: border-box;
  35. display: block;
  36. }
  37. .number_item_active{
  38. width: 30%;
  39. height: 80rpx;
  40. margin-top: 10rpx;
  41. background-color: #888;
  42. border-radius: 10rpx;
  43. text-align: center;
  44. line-height: 80rpx;
  45. box-sizing: border-box;
  46. display: block;
  47. color: white;
  48. }
  49. .number_empty{
  50. background-color: #eeeeee;
  51. width: 30%;
  52. height: 80rpx;
  53. margin-top: 10rpx;
  54. border-radius: 10rpx;
  55. }
  56. .number_empty_active{
  57. background-color: #eeeeee;
  58. }
  59. .number_delete{
  60. width: 30%;
  61. height: 80rpx;
  62. margin-top: 10rpx;
  63. background-color: white;
  64. display: flex;
  65. justify-content: center;
  66. align-items: center;
  67. .delete_img{
  68. width: 65rpx;
  69. height: 64rpx;
  70. }
  71. }
  72. .number_delete_active{
  73. width: 30%;
  74. height: 80rpx;
  75. margin-top: 10rpx;
  76. background-color: #e64d3a;
  77. display: flex;
  78. justify-content: center;
  79. align-items: center;
  80. border-radius: 10rpx;
  81. .delete_img{
  82. width: 65rpx;
  83. height: 64rpx;
  84. }
  85. }
  86. }
  87. .keyboard_car{
  88. width: 100%;
  89. display: flex;
  90. flex-direction: column;
  91. position: relative;
  92. .car_down{
  93. position: absolute;
  94. top: 10rpx;
  95. left: 15rpx;
  96. width: 48rpx;
  97. height: 48rpx;
  98. }
  99. .tab_wrap{
  100. height: 65rpx;
  101. margin: 0 auto;
  102. background-color: white;
  103. border-radius: 20rpx;
  104. display: flex;
  105. padding-left: 25rpx;
  106. padding-right: 25rpx;
  107. image{
  108. width: 48rpx;
  109. height: 48rpx;
  110. }
  111. .tab_item{
  112. height: 100%;
  113. text-align: center;
  114. line-height: 65rpx;
  115. font-size: 26rpx;
  116. margin: 0 20rpx;
  117. }
  118. .tab_item_active{
  119. height: 100%;
  120. text-align: center;
  121. line-height: 65rpx;
  122. font-size: 26rpx;
  123. margin: 0 20rpx;
  124. text-decoration: underline;
  125. color: #e64d3a;
  126. }
  127. }
  128. .car_content{
  129. width: 100%;
  130. position: relative;
  131. .car_province{
  132. width: 100%;
  133. display: flex;
  134. justify-content: space-evenly;
  135. flex-flow: wrap;
  136. margin: 0;
  137. .province_item{
  138. width: 9.5%;
  139. height: 80rpx;
  140. margin-top: 10rpx;
  141. background-color: white;
  142. border-radius: 10rpx;
  143. text-align: center;
  144. line-height: 80rpx;
  145. box-sizing: border-box;
  146. display: block;
  147. font-size: 28rpx;
  148. font-weight: 450;
  149. }
  150. .province_item_active{
  151. width: 9.5%;
  152. height: 80rpx;
  153. margin-top: 10rpx;
  154. background-color: #888;
  155. border-radius: 10rpx;
  156. text-align: center;
  157. line-height: 80rpx;
  158. box-sizing: border-box;
  159. display: block;
  160. font-size: 28rpx;
  161. font-weight: 450;
  162. color: white;
  163. }
  164. .province_item_disable{
  165. width: 9.5%;
  166. height: 80rpx;
  167. margin-top: 10rpx;
  168. background-color: #fff;
  169. border-radius: 10rpx;
  170. text-align: center;
  171. line-height: 80rpx;
  172. box-sizing: border-box;
  173. display: block;
  174. font-size: 28rpx;
  175. font-weight: 450;
  176. opacity: 0.5;
  177. }
  178. }
  179. .car_province_1{
  180. width: 100%;
  181. display: flex;
  182. margin: 0;
  183. .province_item1{
  184. margin: 0;
  185. width: 9.5%;
  186. height: 80rpx;
  187. margin-top: 10rpx;
  188. background-color: white;
  189. border-radius: 10rpx;
  190. text-align: center;
  191. line-height: 80rpx;
  192. box-sizing: border-box;
  193. display: block;
  194. font-size: 28rpx;
  195. font-weight: 450;
  196. }
  197. .province_item_active{
  198. width: 9.5%;
  199. height: 80rpx;
  200. margin-top: 10rpx;
  201. background-color: #888;
  202. border-radius: 10rpx;
  203. text-align: center;
  204. line-height: 80rpx;
  205. box-sizing: border-box;
  206. display: block;
  207. font-size: 28rpx;
  208. font-weight: 450;
  209. color: white;
  210. }
  211. .province_item_disable{
  212. width: 9.5%;
  213. height: 80rpx;
  214. margin-top: 10rpx;
  215. background-color: #fff;
  216. border-radius: 10rpx;
  217. text-align: center;
  218. line-height: 80rpx;
  219. box-sizing: border-box;
  220. display: block;
  221. font-size: 28rpx;
  222. font-weight: 450;
  223. opacity: 0.5;
  224. }
  225. }
  226. .car_latter{
  227. width: 100%;
  228. display: flex;
  229. justify-content: space-evenly;
  230. flex-flow: wrap;
  231. .latter_item{
  232. width: 9.5%;
  233. height: 80rpx;
  234. margin-top: 10rpx;
  235. background-color: white;
  236. border-radius: 10rpx;
  237. text-align: center;
  238. line-height: 80rpx;
  239. box-sizing: border-box;
  240. display: block;
  241. font-size: 28rpx;
  242. font-weight: 450;
  243. }
  244. .province_item_active{
  245. width: 9.5%;
  246. height: 80rpx;
  247. margin-top: 10rpx;
  248. background-color: #888;
  249. border-radius: 10rpx;
  250. text-align: center;
  251. line-height: 80rpx;
  252. box-sizing: border-box;
  253. display: block;
  254. font-size: 28rpx;
  255. font-weight: 450;
  256. color: white;
  257. }
  258. .province_item_disable{
  259. width: 9.5%;
  260. height: 80rpx;
  261. margin-top: 10rpx;
  262. background-color: #fff;
  263. border-radius: 10rpx;
  264. text-align: center;
  265. line-height: 80rpx;
  266. box-sizing: border-box;
  267. display: block;
  268. font-size: 28rpx;
  269. font-weight: 450;
  270. opacity: 0.5;
  271. }
  272. }
  273. .car_delete{
  274. width: 15%;
  275. height: 80rpx;
  276. margin-top: 10rpx;
  277. background-color: white;
  278. border-radius: 10rpx;
  279. display: flex;
  280. justify-content: center;
  281. align-items: center;
  282. position: absolute;
  283. .delete_img{
  284. width: 65rpx;
  285. height: 64rpx;
  286. }
  287. }
  288. .car_delete_active{
  289. width: 15%;
  290. height: 80rpx;
  291. margin-top: 10rpx;
  292. background-color: #e64d3a;
  293. border-radius: 10rpx;
  294. display: flex;
  295. justify-content: center;
  296. align-items: center;
  297. position: absolute;
  298. .delete_img{
  299. width: 65rpx;
  300. height: 64rpx;
  301. }
  302. }
  303. }
  304. }
  305. }