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.

220 line
3.1 KiB

  1. .box {
  2. background-color: #f8f8fa;
  3. width: 100%;
  4. /* height: 90; */
  5. min-height: 100vh;
  6. overflow: hidden;
  7. }
  8. .cntBox {
  9. width: 96%;
  10. min-height: 86vh;
  11. background-color: #fff;
  12. border-radius: 20rpx;
  13. margin: 20rpx auto;
  14. overflow: hidden;
  15. }
  16. .cntBox1 {
  17. width: 96%;
  18. background-color: #fff;
  19. border-radius: 20rpx;
  20. margin: 20rpx auto 140rpx auto;
  21. overflow: hidden;
  22. }
  23. .cntChiBox {
  24. width: 90%;
  25. margin: 20rpx auto;
  26. /* overflow: hidden; */
  27. margin-bottom: 120rpx;
  28. }
  29. .title {
  30. font-size: 36rpx;
  31. font-weight: 600;
  32. margin: 20rpx 0;
  33. }
  34. .headline {
  35. font-size: 28rpx;
  36. margin: 10rpx 0;
  37. }
  38. .picturesBox {
  39. overflow: hidden;
  40. margin: 20rpx 0;
  41. }
  42. .selected {
  43. overflow: hidden;
  44. text-overflow: ellipsis;
  45. word-wrap: break-word;
  46. }
  47. .addPictur {
  48. width: 120rpx;
  49. height: 120rpx;
  50. border: 1rpx solid #000;
  51. text-align: center;
  52. line-height: 120rpx;
  53. float: left;
  54. }
  55. .imgBox {
  56. position: relative;
  57. float: left;
  58. margin-left: 40rpx;
  59. width: 240rpx;
  60. height: 120rpx;
  61. }
  62. .imgDel {
  63. top: 10rpx;
  64. right: 10rpx;
  65. position: absolute;
  66. width: 40rpx;
  67. height: 40rpx;
  68. border: 1rpx solid #000;
  69. text-align: center;
  70. line-height: 34rpx;
  71. border-radius: 50rpx;
  72. }
  73. .hintBox {
  74. font-size: 28rpx;
  75. color: rgba(0, 0, 0, 0.3);
  76. margin-bottom: 10rpx;
  77. }
  78. .inputBox {
  79. height: 80rpx;
  80. border: 1rpx solid rgba(0, 0, 0, 0.3);
  81. border-radius: 10rpx;
  82. margin-bottom: 20rpx;
  83. }
  84. .inputBoxs {
  85. border: 1rpx solid rgba(0, 0, 0, 0.3);
  86. border-radius: 10rpx;
  87. margin-bottom: 20rpx;
  88. position: relative;
  89. }
  90. .dimItem {
  91. height: 80rpx;
  92. line-height: 80rpx;
  93. border-bottom: 1px #ccc solid;
  94. }
  95. .dimBox {
  96. width: 100%;
  97. position: absolute;
  98. height: 260rpx;
  99. overflow-y: scroll;
  100. background-color: #fff;
  101. z-index: 10000;
  102. }
  103. .inp {
  104. height: 80rpx;
  105. width: 80%;
  106. margin: 0 auto;
  107. }
  108. .licenseItmeBox {
  109. overflow: hidden;
  110. }
  111. .btn_a {
  112. font-size: 28rpx;
  113. color: #fff;
  114. padding: 20rpx 40rpx;
  115. background-color: #52A0FD;
  116. border-radius: 10rpx;
  117. float: left;
  118. margin-right: 40rpx;
  119. }
  120. .btn {
  121. font-size: 28rpx;
  122. border: 1rpx solid rgba(0, 0, 0, 0.3);
  123. padding: 20rpx 40rpx;
  124. border-radius: 10rpx;
  125. float: left;
  126. margin-right: 40rpx;
  127. }
  128. .calendar {
  129. width: 60rpx;
  130. height: 60rpx;
  131. margin: 10rpx 0 10rpx 40rpx;
  132. float: left;
  133. }
  134. .timeSing {
  135. line-height: 80rpx;
  136. float: left;
  137. margin-left: 20rpx;
  138. width: 70%;
  139. height: 100%;
  140. overflow: hidden;
  141. text-overflow: ellipsis;
  142. word-wrap: break-word;
  143. }
  144. .go {
  145. float: right;
  146. margin: 20rpx;
  147. width: 40rpx;
  148. height: 40rpx;
  149. }
  150. .picturesImg {
  151. width: 100%;
  152. height: 100%;
  153. }
  154. .btnBox {
  155. position: fixed;
  156. left: 0;
  157. bottom: 0;
  158. overflow: hidden;
  159. width: 100%;
  160. height: 120rpx;
  161. z-index: 100000;
  162. }
  163. .save {
  164. width: 50%;
  165. height: 120rpx;
  166. line-height: 120rpx;
  167. text-align: center;
  168. color: #fff;
  169. float: left;
  170. background-color: #34b458;
  171. }
  172. .next {
  173. width: 50%;
  174. height: 120rpx;
  175. line-height: 120rpx;
  176. text-align: center;
  177. background-color: #52A0FD;
  178. color: #fff;
  179. float: left;
  180. }
  181. .showhi {
  182. width: 200rpx;
  183. text-align: center;
  184. padding: 20rpx 0rpx;
  185. border-radius: 12rpx;
  186. background-color: #52A0FD;
  187. color: #fff;
  188. margin-top: 20rpx;
  189. font-size: 28rpx;
  190. }