input_number.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. page {
  2. width: 100%;
  3. border-top: 2rpx solid #dedede;
  4. background: #f4f4f4;
  5. }
  6. .box {
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .box .title {
  11. font-size: 40rpx;
  12. font-family: PingFang-SC-Regular;
  13. font-weight: 400;
  14. color: rgba(24, 213, 185, 1);
  15. display: flex;
  16. flex-direction: column;
  17. padding-top: 75rpx;
  18. padding-left: 123rpx;
  19. }
  20. .box .img {
  21. width: 392rpx;
  22. height: 392rpx;
  23. border-radius: 50%;
  24. display: flex;
  25. align-items: center;
  26. justify-content: center;
  27. margin: 0 auto;
  28. margin-top: 100rpx;
  29. }
  30. .bottom {
  31. width: 600rpx;
  32. display: flex;
  33. flex-direction: column;
  34. margin: 0 auto;
  35. padding-top: 86rpx;
  36. }
  37. .bottom .btm_top {
  38. display: flex;
  39. flex-direction: column;
  40. }
  41. .bottom .btm_top view {
  42. font-size: 24rpx;
  43. font-family: PingFang-SC-Regular;
  44. font-weight: 400;
  45. color: rgba(42, 42, 42, 1);
  46. }
  47. .btm_center {
  48. width: 100%;
  49. /* border: 1px solid #ff0; */
  50. margin-top: 50rpx;
  51. }
  52. .btm_center .query_num_block {
  53. display: -webkit-flex;
  54. display: flex;
  55. justify-content: space-between;
  56. }
  57. .btm_center .num_item_block {
  58. /* height: 55rpx;
  59. width: 100rpx; */
  60. padding:5rpx 7rpx;
  61. border: 1px solid #000;
  62. margin-left: 15rpx;
  63. font-family: PingFangSC-Regular;
  64. border-radius: 8rpx;
  65. line-height: 116rpx;
  66. text-align: center;
  67. font-size: 34rpx;
  68. color: #25252b;
  69. }
  70. .hidden_ipt {
  71. height: 0rpx;
  72. width: 0rpx;
  73. border: none;
  74. margin: 0;
  75. }
  76. /* .bottom .btm_center {
  77. width: 600rpx;
  78. margin:0 auto;
  79. height: 76rpx;
  80. display:flex;
  81. justify-content:space-between;
  82. align-items: center;
  83. }
  84. .bottom .btm_center input {
  85. height: 50rpx;
  86. width: 50rpx;
  87. border: 1px solid #000;
  88. text-align: center;
  89. } */
  90. .bottom .btm_btm {
  91. height: 76rpx;
  92. background: rgba(24, 213, 185, 1);
  93. border-radius: 43rpx;
  94. font-size: 32rpx;
  95. font-family: PingFang-SC-Medium;
  96. font-weight: 500;
  97. color: rgba(255, 254, 254, 1);
  98. margin-top: 40rpx;
  99. }