index.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. page {
  2. background-color: #F0F2F6;
  3. }
  4. .container {
  5. position: relative;
  6. width: 100vw;
  7. height: 100vh;
  8. overflow: hidden;
  9. }
  10. .title-img {
  11. width: 750rpx;
  12. /* height: 372rpx; */
  13. height: 196rpx;
  14. /* background: linear-gradient(135deg, rgba(143, 103, 232, 1) 0%, rgba(99, 87, 204, 1) 100%); */
  15. background-color: #8F67E8;
  16. border-radius: 0px 0px 0px 70rpx;
  17. }
  18. .list {
  19. position: absolute;
  20. /* top: 176rpx; */
  21. top: 0;
  22. left: 50rpx;
  23. right: 50rpx;
  24. bottom: 0;
  25. }
  26. .label {
  27. position: relative;
  28. display: flex;
  29. align-items: center;
  30. justify-content: center;
  31. width: 650rpx;
  32. height: 120rpx;
  33. background-color: #fff;
  34. border-radius: 16rpx;
  35. box-sizing: border-box;
  36. padding: 0 40rpx;
  37. margin-bottom: 40rpx;
  38. }
  39. .label .icon {
  40. width: 48rpx;
  41. height: 48rpx;
  42. margin-right: 40rpx;
  43. }
  44. .label .icon image {
  45. width: 100%;
  46. height: 100%;
  47. }
  48. .label .input {
  49. flex: 1;
  50. color: #333;
  51. font-size: 32rpx;
  52. }
  53. .text-888 {
  54. color: #888;
  55. }
  56. .input-detail {
  57. flex: 1;
  58. overflow: hidden;
  59. }
  60. .input-title {
  61. font-size: 24rpx;
  62. color: #636363;
  63. padding-bottom: 6rpx;
  64. }
  65. .label-sj .input-title {
  66. color: #313131;
  67. font-size: 32rpx;
  68. }
  69. .input-section {
  70. font-size: 31rpx;
  71. color: #313131;
  72. }
  73. .label-sj .input-section {
  74. font-size: 20rpx;
  75. color: #888888;
  76. }
  77. .label .picker-box {
  78. position: absolute;
  79. top: 0;
  80. left: 0;
  81. bottom: 0;
  82. right: 0;
  83. z-index: 10;
  84. }
  85. .label .picker-box .tui-picker-detail {
  86. width: 100%;
  87. height: 120rpx;
  88. }
  89. .input textarea {
  90. width: 100%;
  91. }
  92. .label-textarea {
  93. padding: 20rpx 40rpx;
  94. box-sizing: border-box;
  95. height: auto;
  96. min-height: 120rpx;
  97. }
  98. .textarea-detail {
  99. position: relative;
  100. /* padding-right: 90rpx; */
  101. }
  102. /* .textarea-dowm-img{
  103. position: absolute;
  104. right: 16rpx;
  105. top: 28rpx;
  106. width: 40rpx;
  107. height: 40rpx;
  108. } */
  109. .pic-add {
  110. display: flex;
  111. flex-direction: column;
  112. align-items: center;
  113. justify-content: center;
  114. width: 100rpx;
  115. height: 100rpx;
  116. background: rgba(255, 255, 255, 1);
  117. border-radius: 16rpx;
  118. font-size: 20rpx;
  119. color: #676767;
  120. }
  121. .pic-add image {
  122. width: 48rpx;
  123. height: 48rpx;
  124. }
  125. .pic-item {
  126. position: relative;
  127. width: 140rpx;
  128. height: 100rpx;
  129. background: rgba(216, 216, 216, 1);
  130. border-radius: 10rpx;
  131. margin-right: 40rpx;
  132. margin-bottom: 20rpx;
  133. }
  134. .pic-item image.pic {
  135. width: 100%;
  136. height: 100%;
  137. border-radius: 10rpx;
  138. }
  139. .pic-item .pic-close {
  140. display: flex;
  141. align-items: center;
  142. justify-content: center;
  143. position: absolute;
  144. width: 26rpx;
  145. height: 26rpx;
  146. top: -12rpx;
  147. right: -12rpx;
  148. background: rgba(6, 5, 5, 0.5);
  149. border-radius: 50%;
  150. }
  151. .pic-close image {
  152. width: 16rpx;
  153. height: 16rpx;
  154. }
  155. .pic-list {
  156. display: flex;
  157. flex-wrap: wrap;
  158. padding-bottom: 30rpx;
  159. }
  160. .btn {
  161. position: relative;
  162. display: flex;
  163. align-items: center;
  164. justify-content: center;
  165. font-size: 32rpx;
  166. color: #fff;
  167. width: 650rpx;
  168. height: 100rpx;
  169. background: linear-gradient(135deg, rgba(143, 103, 232, 1) 0%, rgba(99, 87, 204, 1) 100%);
  170. border-radius: 50rpx;
  171. }
  172. .btn button:not([size='mini']) {
  173. width: 100%;
  174. height: 100%;
  175. background-color: none;
  176. margin: 0;
  177. padding: 0;
  178. position: absolute;
  179. top: 0;
  180. left: 0;
  181. right: 0;
  182. bottom: 0;
  183. background: none;
  184. }
  185. .black-100 {
  186. height: 100rpx;
  187. overflow: hidden;
  188. clear: both;
  189. }
  190. .black-112 {
  191. height: 38rpx;
  192. overflow: hidden;
  193. clear: both;
  194. }
  195. .label-num {
  196. display: flex;
  197. align-items: center;
  198. justify-content: space-between;
  199. }
  200. .num-l {
  201. display: flex;
  202. align-items: center;
  203. font-size: 32rpx;
  204. color: #636363;
  205. }
  206. .num-l input {
  207. width: 120rpx;
  208. height: 76rpx;
  209. border-radius: 10rpx;
  210. border: 2rpx solid rgba(240, 242, 246, 1);
  211. text-align: center;
  212. margin: 0 4rpx;
  213. }
  214. .num-line {
  215. width: 2rpx;
  216. height: 110rpx;
  217. color: #F0F2F6;
  218. background-color: #D8D8D8;
  219. margin: 0 30rpx;
  220. }
  221. .num-r {
  222. display: flex;
  223. align-items: center;
  224. font-size: 32rpx;
  225. color: #636363;
  226. }
  227. .num-r input {
  228. width: 120rpx;
  229. height: 76rpx;
  230. border-radius: 10rpx;
  231. border: 2rpx solid rgba(240, 242, 246, 1);
  232. text-align: center;
  233. margin:0 4rpx;
  234. }