inputcode.acss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /* required by usingComponents */
  2. /* pages/scancode/scancode.wxss */
  3. .top-img {
  4. text-align: center;
  5. margin-top: 50rpx;
  6. }
  7. .bike-image {
  8. width: 500rpx;
  9. height: 220rpx;
  10. margin: 0 auto;
  11. }
  12. .title {
  13. text-align: center;
  14. font-size: 34rpx;
  15. font-weight: 500;
  16. margin-top: 40rpx;
  17. }
  18. .btm_center {
  19. text-align: center;
  20. /* border: 1px solid #ff0; */
  21. margin-top: 20rpx;
  22. padding: 30rpx;
  23. }
  24. .btm_center .query_num_block {
  25. display: -webkit-flex;
  26. display: flex;
  27. justify-content: space-between;
  28. }
  29. .btm_center .num_item_block {
  30. /* height: 55rpx;
  31. width: 100rpx; */
  32. padding: 5rpx 7rpx;
  33. margin-left: 15rpx;
  34. background-color: #eeeeee;
  35. height: 70rpx;
  36. text-align: center;
  37. font-size: 34rpx;
  38. }
  39. .hidden_ipt {
  40. height: 0rpx;
  41. width: 0rpx;
  42. border: none;
  43. margin: 0;
  44. }
  45. .buttom, .sure-buttom {
  46. height: 100rpx;
  47. /* background-color: var(--globleColor); */
  48. background-color: #eeeeee;
  49. font-size: 34rpx;
  50. width: 70%;
  51. color: #ffffff;
  52. text-align: center;
  53. line-height: 100rpx;
  54. margin: 0 auto;
  55. border-radius: 50rpx;
  56. margin-top: 30rpx;
  57. }
  58. .sure-buttom {
  59. background-color: var(--globleColor);
  60. font-weight: 600;
  61. color: var(--fontColor);
  62. }
  63. .code-number {
  64. width: 100%;
  65. height: 70rpx;
  66. line-height: 70rpx;
  67. padding-left: 30rpx;
  68. background-color: #ffffff;
  69. border-radius: 12rpx;
  70. border: solid 1rpx var(--globleColor)
  71. }