master-keyboard.scss 5.9 KB

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