jk_B.acss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. .form-top{
  2. background-color: #fff;
  3. padding:28rpx;
  4. border-top:18rpx solid rgba(245,247,250,1);
  5. }
  6. .form-top .flex-1{
  7. text-align: right;
  8. color: #969799;
  9. }
  10. .label{
  11. position: relative;
  12. width: 180rpx;
  13. font-size: 32rpx
  14. }
  15. .isBt::before{
  16. position: absolute;
  17. content: "*";
  18. color: #F56C6C;
  19. left: -16rpx;
  20. }
  21. .inputs .li{
  22. background-color: #fff;
  23. padding:28rpx;
  24. position: relative;
  25. }
  26. .li view:nth-child(2){
  27. text-align: right;
  28. color: #969799;
  29. }
  30. .title{
  31. padding: 16rpx 28rpx;
  32. font-size: 28rpx;
  33. }
  34. textarea{
  35. padding-left: 10rpx;
  36. padding-right: 0;
  37. height: 200rpx;
  38. position: relative;
  39. }
  40. textarea::before{
  41. position: absolute;
  42. content: "*";
  43. color: #F56C6C;
  44. left: -16rpx;
  45. }
  46. .add{
  47. background-color: #fff;
  48. padding: 28rpx 28rpx;
  49. color: #26A2FF;
  50. margin: 28rpx 0;
  51. margin-bottom: 40rpx;
  52. }
  53. .addImg{
  54. width: 50rpx;
  55. height: 50rpx;
  56. position: absolute;
  57. bottom: 20rpx;
  58. z-index: 998;
  59. /* background: #F56C6C; */
  60. }
  61. .rightImg{
  62. width: 30rpx;
  63. height: 30rpx;
  64. margin-left: 10rpx;
  65. }
  66. .defBtn{
  67. width: 90%;
  68. margin: 0 auto;
  69. border-radius: 10rpx;
  70. margin-bottom: 100rpx;
  71. height: 90rpx;
  72. text-align: center;
  73. line-height: 90rpx;
  74. }
  75. .showImg{
  76. width: 160rpx;
  77. height: 160rpx;
  78. margin-bottom: 28rpx;
  79. margin-right:40rpx;
  80. margin-top: 28rpx;
  81. }
  82. .detele{
  83. color: #fff;
  84. position: absolute;
  85. height: 40rpx;
  86. width: 40rpx;
  87. border-radius: 100%;
  88. background-color: #969799;
  89. text-align: center;
  90. line-height: 40rpx;
  91. right: 10rpx;
  92. top: 10rpx;
  93. }
  94. .box{
  95. position: fixed;
  96. top: 0;
  97. left: 0;
  98. right: 0;
  99. bottom: 0;
  100. background: rgba(0,0,0,0.2);
  101. z-index: 999;
  102. transform: translate(0,100%);
  103. }
  104. .inputs .li .input_text{
  105. text-align: left;
  106. font-size: 24rpx;
  107. }
  108. .inputs .li input{
  109. width: 100%;
  110. }
  111. .jiang{
  112. border: 1px solid #f1f1f1;
  113. border-radius: 4rpx;
  114. width: 40rpx;
  115. text-align: center
  116. }
  117. .picker-box{
  118. width: 110rpx;
  119. border-radius: 50rpx;
  120. background-color: #f1f1f1;
  121. position: relative;
  122. height: 60rpx;
  123. }
  124. .picker-box text{
  125. text-align: center;
  126. line-height: 60rpx;
  127. font-size: 24rpx;
  128. }
  129. .yuan{
  130. width: 50rpx;
  131. height: 50rpx;
  132. background: #26A2FF;
  133. border-radius: 100rpx;
  134. position: absolute;
  135. top: 5rpx;
  136. }
  137. .picker-left{
  138. left: 5rpx;
  139. }
  140. .picker-right{
  141. right: 5rpx;
  142. }
  143. .userList{
  144. height: 40rpx;
  145. font-size: 32rpx;
  146. }
  147. .windows-box{
  148. background: #fff;
  149. margin: 0 32rpx;
  150. margin-top: 30%;
  151. border-radius: 20rpx;
  152. }
  153. .windows-title{
  154. text-align: center;
  155. padding: 28rpx 0;
  156. border-bottom: 1px solid #f1f1f1;
  157. }
  158. .windows-btn{
  159. border-top: 1px solid #f1f1f1;
  160. }
  161. .windows-btn view:nth-child(1){
  162. text-align: center;
  163. padding: 28rpx 0;
  164. border-right: 1px solid #f1f1f1;
  165. }
  166. .windows-btn button{
  167. text-align: center;
  168. color: #26A2FF;
  169. background: #fff;
  170. border: none;
  171. }
  172. .windows-content textarea{
  173. height: 150rpx;
  174. padding: 28rpx;
  175. }
  176. .results{
  177. text-align: center;
  178. font-size: 24rpx;
  179. position: relative;
  180. }
  181. .results view{
  182. padding:10rpx 0rpx;
  183. }
  184. .resultsBox{
  185. margin-top:20rpx;
  186. border:1px solid #f1f1f1;
  187. max-height:600rpx;
  188. overflow-y:auto
  189. }
  190. .results:nth-child(odd){
  191. background-color: #f1f1f1;
  192. }
  193. .text2 {
  194. border-radius: 50%;
  195. border: 1px solid #909399;
  196. color: #909399;
  197. width: 26rpx;
  198. height: 26rpx;
  199. font-size: 22rpx;
  200. text-align: center;
  201. display: inline-block;
  202. margin-left: 10rpx;
  203. position: relative;
  204. line-height: 26rpx;
  205. box-sizing: border-box;
  206. }
  207. .windows-box2 {
  208. background: #fff;
  209. border-radius: 20rpx;
  210. position: absolute;
  211. left: 10%;
  212. right: 10%;
  213. top: 40%;
  214. margin-top: -25%;
  215. }
  216. .windows-title2 {
  217. padding: 32rpx;
  218. color: #999;
  219. font-size: 24rpx;
  220. }
  221. .windows-btn2 view:nth-child(1) {
  222. text-align: right;
  223. padding: 32rpx;
  224. color: #26A2FF;
  225. }
  226. .windows-content2{
  227. height: 1rem;
  228. padding: 0 28rpx;
  229. font-size: 32rpx;
  230. }