C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

156 lignes
2.1 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:500rpx; */
  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. height: 100rpx;
  21. line-height: 100rpx;
  22. width: 710rpx;
  23. margin: 0 auto;
  24. border-bottom: 1px solid #eee;
  25. }
  26. .address {
  27. width: 710rpx;
  28. margin: 0 auto;
  29. border-bottom: 1px solid #eee;
  30. padding-bottom: 10rpx;
  31. }
  32. .radio {
  33. margin-right: 30rpx;
  34. }
  35. .section__title, .picker, picker {
  36. display: inline-block;
  37. font-size: 32rpx;
  38. color: #999;
  39. width: 500rpx;
  40. }
  41. radio {
  42. transform: scale(0.8);
  43. }
  44. .section__title {
  45. color: #999;
  46. }
  47. .section > text:nth-of-type(1) {
  48. font-size: 32rpx;
  49. display: inline-block;
  50. padding: 0 20rpx;
  51. }
  52. .address > text:nth-of-type(1) {
  53. font-size: 32rpx;
  54. display: inline-block;
  55. /* margin-right: 20rpx; */
  56. padding: 0 20rpx;
  57. }
  58. .btn {
  59. width: 456rpx;
  60. color: #fff;
  61. margin-top: 200rpx;
  62. height: 92rpx;
  63. line-height: 92rpx;
  64. text-align: center;
  65. border-radius: 32rpx;
  66. font-size: 32rpx;
  67. }
  68. .active {
  69. opacity: 0.6;
  70. }
  71. .sec {
  72. position: relative;
  73. }
  74. .input {
  75. position: absolute;
  76. left: 84rpx;
  77. z-index: 1000;
  78. top: 0;
  79. bottom: 0;
  80. margin: auto;
  81. background: #fff;
  82. }
  83. .names {
  84. font-size: 26rpx;
  85. line-height: 46rpx;
  86. color: #999;
  87. margin-left: 20rpx;
  88. }
  89. .child_add {
  90. width: 300rpx;
  91. line-height: 100rpx;
  92. height: 100rpx;
  93. border-radius: 10rpx;
  94. text-align: center;
  95. margin: 20rpx;
  96. background-color: #fff;
  97. }
  98. .child_box {
  99. margin: 20rpx;
  100. overflow: hidden;
  101. }
  102. .contBox {
  103. float: left;
  104. width: 80%;
  105. background-color: #fff;
  106. }
  107. .contBox_section {
  108. height: 100rpx;
  109. line-height: 100rpx;
  110. /* width: 710rpx; */
  111. margin: 0 auto;
  112. border-bottom: 1px solid #eee;
  113. }
  114. .contBox_section text {
  115. margin: 0 20rpx;
  116. }
  117. .contBox_picker {
  118. display: inline-block;
  119. font-size: 32rpx;
  120. color: #999;
  121. width: 400rpx;
  122. }
  123. .det_child_box {
  124. float: left;
  125. width: 16%;
  126. height: 100rpx;
  127. border-radius: 10rpx;
  128. line-height: 100rpx;
  129. background-color: #fff;
  130. text-align: center;
  131. margin-top: 100rpx;
  132. margin-left: 2%;
  133. }