C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

178 lines
2.4 KiB

  1. .rArrow {
  2. position: absolute;
  3. right: 26rpx;
  4. height: 20rpx;
  5. width: 20rpx;
  6. margin: auto;
  7. bottom: 30rpx;
  8. }
  9. input {
  10. width: 120rpx;
  11. display: inline-block;
  12. font-size: 32rpx;
  13. vertical-align: middle;
  14. margin-top: -3rpx;
  15. }
  16. .radio-group {
  17. display: inline-block;
  18. }
  19. .section {
  20. display: flex;
  21. justify-content: space-between;
  22. align-items: center;
  23. width: 710rpx;
  24. height: 100rpx;
  25. line-height: 100rpx;
  26. text-align: right;
  27. margin: 0;
  28. }
  29. .address {
  30. display: flex;
  31. justify-content: space-between;
  32. width: 710rpx;
  33. height: 100rpx;
  34. text-align: right;
  35. margin-top: 25rpx;
  36. /* border-bottom: 1px solid #eee; */
  37. padding-bottom: 10rpx;
  38. }
  39. /* .radio {
  40. margin-right: 30rpx;
  41. } */
  42. .section__title,
  43. .picker,
  44. picker {
  45. display: inline-block;
  46. font-size: 32rpx;
  47. color: #999;
  48. width: 200rpx;
  49. }
  50. radio {
  51. transform: scale(0.8);
  52. }
  53. .section__title {
  54. color: #999;
  55. }
  56. .section>text:nth-of-type(1) {
  57. font-size: 32rpx;
  58. display: inline-block;
  59. padding: 0 20rpx;
  60. }
  61. .address>text:nth-of-type(1) {
  62. font-size: 32rpx;
  63. display: inline-block;
  64. /* margin-right: 20rpx; */
  65. padding: 0 20rpx;
  66. }
  67. .btn {
  68. width: 456rpx;
  69. color: #fff;
  70. margin-top: 200rpx;
  71. height: 92rpx;
  72. line-height: 92rpx;
  73. text-align: center;
  74. border-radius: 32rpx;
  75. font-size: 32rpx;
  76. }
  77. .active {
  78. opacity: 0.6;
  79. }
  80. .sec {
  81. position: relative;
  82. }
  83. .input {
  84. position: absolute;
  85. left: 84rpx;
  86. z-index: 1000;
  87. top: 0;
  88. bottom: 0;
  89. margin: auto;
  90. background: #fff;
  91. }
  92. .names {
  93. font-size: 26rpx;
  94. line-height: 46rpx;
  95. color: #999;
  96. margin-left: 20rpx;
  97. }
  98. .child_add {
  99. width: 300rpx;
  100. line-height: 100rpx;
  101. height: 100rpx;
  102. border-radius: 10rpx;
  103. text-align: center;
  104. margin: 20rpx;
  105. background-color: #fff;
  106. }
  107. .child_box {
  108. margin: 20rpx;
  109. overflow: hidden;
  110. border-radius: 30rpx;
  111. }
  112. .contBox {
  113. float: left;
  114. width: 80%;
  115. background-color: #fff;
  116. border-radius: 30rpx;
  117. }
  118. .contBox_section {
  119. height: 100rpx;
  120. line-height: 100rpx;
  121. /* width: 710rpx; */
  122. margin: 0 auto;
  123. border-bottom: 1px solid #eee;
  124. }
  125. .contBox_section input {
  126. width: 200rpx;
  127. }
  128. .contBox_section text {
  129. margin: 0 20rpx;
  130. }
  131. .contBox_picker {
  132. display: inline-block;
  133. font-size: 32rpx;
  134. color: #999;
  135. width: 400rpx;
  136. }
  137. .det_child_box {
  138. float: left;
  139. width: 16%;
  140. height: 100rpx;
  141. border-radius: 10rpx;
  142. line-height: 100rpx;
  143. background-color: #fff;
  144. text-align: center;
  145. margin-top: 100rpx;
  146. margin-left: 2%;
  147. }
  148. .btns {
  149. padding: 0 40rpx 0 40rpx;
  150. }
  151. .submit {
  152. margin-top: 50rpx;
  153. }