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.

210 lines
2.9 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. .cntChiBox1 {
  30. width: 90%;
  31. margin: 80rpx auto;
  32. overflow: hidden;
  33. }
  34. .title {
  35. font-size: 36rpx;
  36. font-weight: 600;
  37. margin: 20rpx 0;
  38. }
  39. .headline {
  40. font-size: 28rpx;
  41. margin: 10rpx 0;
  42. }
  43. .picturesBox {
  44. overflow: hidden;
  45. margin: 20rpx 0;
  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. .inp {
  85. width: 80%;
  86. margin: 0 auto;
  87. height: 100%;
  88. }
  89. .licenseItmeBox {
  90. overflow: hidden;
  91. }
  92. .btn_a {
  93. font-size: 28rpx;
  94. color: #fff;
  95. padding: 20rpx 40rpx;
  96. background-color: #52A0FD;
  97. border-radius: 10rpx;
  98. float: left;
  99. margin-right: 40rpx;
  100. }
  101. .btn {
  102. font-size: 28rpx;
  103. border: 1rpx solid rgba(0, 0, 0, 0.3);
  104. padding: 20rpx 40rpx;
  105. border-radius: 10rpx;
  106. float: left;
  107. margin-right: 40rpx;
  108. }
  109. .calendar {
  110. width: 60rpx;
  111. height: 60rpx;
  112. margin: 10rpx 0 10rpx 40rpx;
  113. float: left;
  114. }
  115. .timeSing {
  116. line-height: 80rpx;
  117. float: left;
  118. margin-left: 20rpx;
  119. width: 70%;
  120. height: 100%;
  121. }
  122. .go {
  123. float: right;
  124. margin: 20rpx;
  125. width: 40rpx;
  126. height: 40rpx;
  127. }
  128. .picturesImg {
  129. width: 100%;
  130. height: 100%;
  131. }
  132. .previewImage {
  133. position: fixed;
  134. right: -134rpx;
  135. bottom: 368rpx;
  136. transform: rotate(90deg);
  137. width: 1000rpx;
  138. height: 600rpx;
  139. z-index: 99;
  140. }
  141. .previewImage image {
  142. width: 100%;
  143. height: 100%;
  144. }
  145. .btnBox {
  146. position: fixed;
  147. left: 0;
  148. bottom: 0;
  149. overflow: hidden;
  150. width: 100%;
  151. height: 120rpx;
  152. z-index: 10000;
  153. }
  154. .save {
  155. /* width: 50%; */
  156. height: 120rpx;
  157. line-height: 120rpx;
  158. text-align: center;
  159. color: #fff;
  160. /* float: left; */
  161. background-color: #34b458;
  162. }
  163. .next {
  164. width: 50%;
  165. height: 120rpx;
  166. line-height: 120rpx;
  167. text-align: center;
  168. background-color: #52A0FD;
  169. color: #fff;
  170. float: left;
  171. }
  172. .showhi {
  173. width: 200rpx;
  174. text-align: center;
  175. padding: 20rpx 0rpx;
  176. border-radius: 12rpx;
  177. background-color: #52A0FD;
  178. color: #fff;
  179. margin-top: 20rpx;
  180. font-size: 28rpx;
  181. }