inputcode.acss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. /* border: 1px solid #ff0; */
  20. margin-top: 20rpx;
  21. padding: 30rpx;
  22. }
  23. .btm_center .query_num_block {
  24. display: -webkit-flex;
  25. display: flex;
  26. justify-content: space-between;
  27. }
  28. .btm_center .num_item_block {
  29. /* height: 55rpx;
  30. width: 100rpx; */
  31. padding: 5rpx 7rpx;
  32. margin-left: 15rpx;
  33. background-color: #eeeeee;
  34. height: 70rpx;
  35. text-align: center;
  36. font-size: 34rpx;
  37. }
  38. .hidden_ipt {
  39. height: 0rpx;
  40. width: 0rpx;
  41. border: none;
  42. margin: 0;
  43. }
  44. .buttom,.sure-buttom{
  45. height: 100rpx;
  46. /* background-color: var(--globleColor); */
  47. background-color: #eeeeee;
  48. font-size: 34rpx;
  49. width: 70%;
  50. color: #ffffff;
  51. text-align: center;
  52. line-height: 100rpx;
  53. margin: 0 auto;
  54. border-radius:50rpx;
  55. }
  56. .sure-buttom{
  57. background-color:var(--globleColor);
  58. color: #333333;
  59. font-weight: 600;
  60. }
  61. .code-number{
  62. height: 70rpx;
  63. line-height: 70rpx;
  64. background-color:var(--globleColor);
  65. }