index.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. .public_title{
  2. display: flex;
  3. flex-direction: row;
  4. align-items: center;
  5. line-height: 32rpx;
  6. margin-top: 24rpx;
  7. margin-left: 14rpx;
  8. }
  9. .public_title_left{
  10. width: 1rpx;
  11. height: 40rpx;
  12. /* background-color: #3495A5; */
  13. }
  14. .public_title_right{
  15. margin-left: 16rpx;
  16. width: 136rpx;
  17. height: 32rpx;
  18. color: var(--themeColor);
  19. font-size: 34rpx;
  20. font-weight: bold;
  21. font-family:PingFang-SC-Bold;
  22. }
  23. .container,page{
  24. background-color: #F1F1F1;
  25. }
  26. .public_view{
  27. width: 730rpx;
  28. display: flex;
  29. flex-direction: column;
  30. background-color: #FFFFFF;
  31. margin: 10rpx 10rpx 0 10rpx;
  32. border-radius: 20rpx;
  33. position: relative;
  34. }
  35. .task_content{
  36. height: 302rpx;
  37. }
  38. .task_content_input{
  39. /* margin-top: 20rpx;
  40. margin-left: 62rpx; */
  41. padding: 20rpx;
  42. display: flex;
  43. flex-direction: row;
  44. }
  45. .task_content_input textarea{
  46. width: 660rpx;
  47. height: 200rpx;
  48. }
  49. .task_content_input .voicebtn{
  50. display: inline-block;
  51. width: 153rpx;
  52. height: 153rpx;
  53. position: absolute;
  54. z-index: 1000;
  55. right: 10rpx;
  56. top: 140rpx;
  57. }
  58. .task_content_input .voicebtn .voiceimg{
  59. display: inline-block;
  60. /* margin-top: 80rpx; */
  61. width: 100%;
  62. height: 100%;
  63. }
  64. .task_content_input .voicebtn .delimg{
  65. display: inline-block;
  66. width: 50rpx;
  67. height: 50rpx;
  68. position: absolute;
  69. top: 70rpx;
  70. right: -10rpx;
  71. }
  72. .voicebtnfinish{
  73. display: inline-block;
  74. width: 230rpx;
  75. height: 48rpx;
  76. position: absolute;
  77. z-index: 1001;
  78. right: 25rpx;
  79. top: 200rpx;
  80. background:rgba(235,234,234,1);
  81. border-radius:10rpx;
  82. padding: 12rpx 24rpx 20rpx 24rpx;
  83. }
  84. .voicebtnfinish .playimg{
  85. display: inline-block;
  86. width: 48rpx;
  87. height: 48rpx;
  88. vertical-align: middle;
  89. margin-right: 22rpx;
  90. }
  91. .voicebtnfinish .blimg{
  92. display: inline-block;
  93. width: 93rpx;
  94. height: 33rpx;
  95. vertical-align: middle;
  96. margin-right: 22rpx;
  97. }
  98. .voicebtnfinish .delimg{
  99. position: absolute;
  100. width: 36rpx;
  101. height: 36rpx;
  102. z-index: 1002;
  103. right: -18rpx;
  104. top: -18rpx;
  105. }
  106. .voicebtnfinish .second{
  107. width: 42rpx;
  108. height: 48rpx;
  109. line-height: 48rpx;
  110. display: inline-block;
  111. font-size: 30rpx;
  112. color: var(--themeColor);
  113. }
  114. /* .images{ */
  115. /* height: 336rpx; */
  116. /* } */
  117. .images_imgs{
  118. margin: 30rpx 50rpx;
  119. display: flex;
  120. flex-direction: row;
  121. }
  122. .images_imgs view{
  123. display: inline-block;
  124. width: 145rpx;
  125. height: 145rpx;
  126. position: relative;
  127. margin: 0 20rpx 20rpx 0;
  128. }
  129. .images_imgs view .images_img{
  130. width: 100%;
  131. height: 100%;
  132. }
  133. .images_imgs view .delimg{
  134. position: absolute;
  135. z-index: 1000;
  136. width: 50rpx;
  137. height: 50rpx;
  138. right: -15rpx;
  139. top: -15rpx;
  140. }
  141. .images_select_btn{
  142. text-align: center;
  143. padding: 35rpx 25rpx 20rpx 25rpx;
  144. }
  145. .images_select_btn .images_img{
  146. width: 192rpx;
  147. height: 192rpx;
  148. border-radius: 96rpx;
  149. margin-bottom: 10rpx;
  150. }
  151. .images_select_btn_desc{
  152. font-size: 20rpx;
  153. color: #999999;
  154. padding-bottom: 20rpx;
  155. text-align: center;
  156. }
  157. .images_select_btn_desc.border{
  158. border-bottom: 1rpx dashed rgb(74, 188, 206);
  159. }
  160. .button_view{
  161. padding: 60rpx 0 80px 0;
  162. width: 100%;
  163. height: 210rpx;
  164. background-color: #F1F1F1;
  165. }
  166. button{
  167. width: 640rpx;
  168. height: 72rpx;
  169. line-height: 72rpx;
  170. color: #FFFFFF;
  171. font-size: 38rpx;
  172. }
  173. .button_view_submit{
  174. margin-top: 10rpx;
  175. background-color: var(--themeColor);
  176. }
  177. .button_view_toWuYe{
  178. margin-top: 28rpx;
  179. background-color: #407FCC;
  180. }
  181. .pull-right{
  182. float: right;
  183. }
  184. .anonymity{
  185. width: 690rpx;
  186. height: 100rpx;
  187. line-height: 100rpx;
  188. padding: 0 20rpx;
  189. background-color: #FFFFFF;
  190. margin: 10px;
  191. border-radius: 20rpx;
  192. }
  193. .select_area{
  194. padding: 0 30rpx 0 30rpx;
  195. width: 690rpx;
  196. height: auto;
  197. }
  198. .select_area.cur{
  199. padding: 0 30rpx 0 30rpx;
  200. width: 690rpx;
  201. height: auto;
  202. }
  203. .select_area .select_list{
  204. width: 690rpx;
  205. height: 80rpx;
  206. line-height: 80rpx;
  207. color: #5C5C5C;
  208. border-bottom: 1rpx solid #CCCCCC;
  209. font-size:32rpx;
  210. font-family:PingFang-SC-Medium;
  211. font-weight:500;
  212. }
  213. .select_area .select_list:last-child{
  214. border-bottom: 0;
  215. }
  216. .select_list_title{
  217. display: inline-block;
  218. width: 180rpx;
  219. /* padding-left: 30rpx; */
  220. }
  221. .select_list_title.cur{
  222. color: var(--themeColor);
  223. font-size: 34rpx;
  224. font-weight: bold;
  225. }
  226. .select_list_content{
  227. display: inline-block;
  228. width: 463rpx;
  229. text-align: right;
  230. padding-right: 15rpx;
  231. color: #999999;
  232. font-size: 30rpx;
  233. }
  234. .select_list_img{
  235. display: inline-block;
  236. width: 12rpx;
  237. height: 20rpx;
  238. }