skill.vue 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. <template>
  2. <view class="index-page">
  3. <!-- 个人信息 -->
  4. <view class="personal">
  5. <view class="body-input u-flex-col u-row-center " >
  6. <view class="u-flex">
  7. <u--input disabledColor="#fff" customStyle="padding:0 !important" type="text"
  8. placeholder="请输入技能标签" border placeholderClass='input-style'
  9. v-model="professional_skill"></u--input>
  10. </view>
  11. </view>
  12. <view class="u-flex u-row-between bottom">
  13. <view class="button" @click="next">
  14. 保存
  15. </view>
  16. </view>
  17. </view>
  18. </view>
  19. </template>
  20. <script>
  21. import {
  22. } from "@/units/inquire.js"
  23. export default {
  24. data() {
  25. return {
  26. professional_skill:""
  27. }
  28. },
  29. onLoad(opsition) {
  30. },
  31. onShow() {
  32. },
  33. methods: {
  34. return1() {
  35. uni.navigateBack()
  36. },
  37. next() {
  38. if (!this.professional_skill) {
  39. this.$u.toast("请添加技能标签")
  40. return
  41. }
  42. var arr = this.professional_skill
  43. const eventChannel = this.getOpenerEventChannel();
  44. eventChannel.emit('skill', arr);
  45. uni.navigateBack()
  46. }
  47. }
  48. }
  49. </script>
  50. <style lang="scss">
  51. page {
  52. background-color: #F3F3F3;
  53. }
  54. .bottom {
  55. position: fixed;
  56. bottom: 0;
  57. width: 682rpx;
  58. }
  59. .index-page {
  60. overflow: hidden;
  61. background: #fff;
  62. height: 100vh;
  63. .mingpianfont {
  64. height: 50rpx;
  65. font-size: 36rpx;
  66. font-family: PingFangSC-Medium, PingFang SC;
  67. font-weight: 500;
  68. color: #FFFFFF;
  69. line-height: 50rpx;
  70. }
  71. .explain {
  72. margin-top: 24rpx;
  73. width: 528rpx;
  74. height: 36rpx;
  75. font-size: 26rpx;
  76. font-family: PingFangSC-Regular, PingFang SC;
  77. font-weight: 400;
  78. color: #FFFFFF;
  79. line-height: 36rpx;
  80. }
  81. //个人信息
  82. .personal {
  83. width: 750rpx;
  84. background: #FFFFFF;
  85. border-radius: 28rpx 28rpx 0rpx 0rpx;
  86. margin-top: -40rpx;
  87. position: relative;
  88. z-index: 99;
  89. padding: 40rpx 32rpx 0;
  90. margin-bottom: 60rpx;
  91. box-sizing: border-box;
  92. .body-input {
  93. height: 170rpx;
  94. border-bottom: 2rpx solid #F4F4F4;
  95. .input-title {
  96. font-size: 26rpx;
  97. font-family: PingFangSC-Regular, PingFang SC;
  98. font-weight: 400;
  99. color: #888888;
  100. margin-bottom: 20rpx;
  101. margin-top: 30rpx;
  102. box-sizing: border-box;
  103. }
  104. .input-style {
  105. font-size: 32rpx;
  106. font-family: PingFangSC-Regular, PingFang SC;
  107. font-weight: 400;
  108. color: #CACACA;
  109. }
  110. }
  111. .button {
  112. flex: 1;
  113. height: 88rpx !important;
  114. background: #0C66C2;
  115. border-radius: 12rpx;
  116. font-size: 32rpx;
  117. font-family: PingFangSC-Medium, PingFang SC;
  118. font-weight: 500;
  119. color: #FFFFFF;
  120. line-height: 88rpx;
  121. // margin: 10rpx 0 0rpx 0;
  122. display: flex;
  123. justify-content: center;
  124. // margin-bottom: 60rpx;
  125. }
  126. .button1 {
  127. width: 256rpx;
  128. background: #F3F3F3;
  129. border-radius: 12rpx;
  130. margin-right: 24rpx;
  131. padding: 20rpx 50rpx;
  132. font-size: 32rpx;
  133. font-family: PingFangSC-Medium, PingFang SC;
  134. font-weight: 500;
  135. color: #333333;
  136. text-align: center;
  137. height: 88rpx !important;
  138. box-sizing: border-box;
  139. }
  140. }
  141. .index-item {
  142. // width: 702rpx;
  143. // background: #FFFFFF;
  144. // border-radius: 20rpx;
  145. // margin: 20rpx auto;
  146. // padding: 0 20rpx 24rpx 10rpx;
  147. .item-down {
  148. text:first-child {
  149. font-size: 22rpx;
  150. font-family: SFPro-Regular, SFPro;
  151. font-weight: 400;
  152. color: #666666;
  153. }
  154. text:last-child {
  155. font-size: 22rpx;
  156. font-family: PingFangSC-Regular, PingFang SC;
  157. font-weight: 400;
  158. color: #666666;
  159. }
  160. }
  161. .item-gongsi {
  162. margin-bottom: 16rpx;
  163. .text2 {
  164. font-size: 24rpx;
  165. font-family: SFPro-Regular, SFPro;
  166. font-weight: 400;
  167. color: #666666;
  168. }
  169. .logo {
  170. width: 42rpx;
  171. height: 42rpx;
  172. border-radius: 10rpx;
  173. margin-right: 16rpx;
  174. }
  175. .text1 {
  176. max-width: 192rpx;
  177. font-size: 24rpx;
  178. font-family: PingFangSC-Regular, PingFang SC;
  179. font-weight: 400;
  180. color: #444444;
  181. margin-right: 12rpx;
  182. }
  183. }
  184. .item-label {
  185. margin-bottom: 20rpx;
  186. text {
  187. margin-right: 16rpx;
  188. line-height: 46rpx;
  189. background: #F7F7F7;
  190. border-radius: 4rpx;
  191. padding: 0 14rpx;
  192. font-size: 24rpx;
  193. font-family: PingFangSC-Regular, PingFang SC;
  194. font-weight: 400;
  195. color: #5F5F5F;
  196. }
  197. }
  198. .item-top {
  199. height: 88rpx;
  200. .text1 {
  201. font-size: 32rpx;
  202. font-family: PingFangSC-Medium, PingFang SC;
  203. font-weight: 500;
  204. color: #222222;
  205. margin-right: 16rpx;
  206. }
  207. .text2 {
  208. width: 50rpx;
  209. line-height: 32rpx;
  210. background: rgba(255, 83, 53, 0.1);
  211. border-radius: 4rpx;
  212. text-align: center;
  213. font-size: 20rpx;
  214. font-family: PingFangSC-Regular, PingFang SC;
  215. font-weight: 400;
  216. color: #FF5335;
  217. margin-right: 12rpx;
  218. }
  219. .text3 {
  220. width: 90rpx;
  221. line-height: 32rpx;
  222. background: #FFF2E8;
  223. border-radius: 4rpx;
  224. text-align: center;
  225. font-size: 20rpx;
  226. font-family: PingFangSC-Regular, PingFang SC;
  227. font-weight: 400;
  228. color: #FF8620;
  229. margin-right: 12rpx;
  230. }
  231. .text4 {
  232. line-height: 32rpx;
  233. background: #E6EFF8;
  234. border-radius: 4rpx;
  235. padding: 0 4rpx;
  236. text-align: center;
  237. font-size: 20rpx;
  238. font-family: SFPro-Regular, SFPro;
  239. font-weight: 400;
  240. color: #0C66C2;
  241. }
  242. .text5 {
  243. font-size: 32rpx;
  244. font-family: JDZhengHT-Regular, JDZhengHT;
  245. font-weight: 400;
  246. color: #0C66C2;
  247. }
  248. }
  249. }
  250. .index-navbar {
  251. position: sticky;
  252. top: 0;
  253. left: 0;
  254. width: 750rpx;
  255. z-index: 10;
  256. .header-down {
  257. height: 92rpx;
  258. padding: 20rpx 24rpx;
  259. box-sizing: border-box;
  260. .font {
  261. font-size: 40rpx;
  262. font-family: PingFangSC-Medium, PingFang SC;
  263. font-weight: 500;
  264. color: #222222;
  265. }
  266. .right-item {
  267. padding: 0 16rpx;
  268. height: 52rpx;
  269. background: #F3F3F3;
  270. border-radius: 4rpx;
  271. margin-left: 20rpx;
  272. .text {
  273. margin-right: 4rpx;
  274. font-size: 26rpx;
  275. font-family: PingFangSC-Regular, PingFang SC;
  276. font-weight: 400;
  277. color: #666666;
  278. }
  279. }
  280. .down-left {
  281. .text {
  282. margin-right: 4rpx;
  283. font-size: 26rpx;
  284. font-family: PingFangSC-Medium, PingFang SC;
  285. font-weight: 500;
  286. color: #222222;
  287. }
  288. }
  289. }
  290. .index-bg {
  291. position: absolute;
  292. top: 0;
  293. left: 0;
  294. z-index: -1;
  295. width: 750rpx;
  296. height: 392rpx;
  297. }
  298. }
  299. .index-header {
  300. flex: 1;
  301. padding: 0 32rpx;
  302. height: 50rpx;
  303. .index-search {
  304. width: 200rpx;
  305. height: 64rpx;
  306. background: #FFFFFF;
  307. border-radius: 20rpx;
  308. padding: 0 28rpx;
  309. .text1 {
  310. font-size: 24rpx;
  311. font-family: PingFangSC-Regular, PingFang SC;
  312. font-weight: 400;
  313. color: #999999;
  314. margin-left: 16rpx;
  315. }
  316. }
  317. .index-tabs {
  318. text:first-child {
  319. font-size: 36rpx;
  320. font-family: PingFangSC-Medium, PingFang SC;
  321. font-weight: 500;
  322. color: #222222;
  323. }
  324. text:last-child {
  325. width: 76rpx;
  326. height: 12rpx;
  327. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  328. margin-top: -20rpx;
  329. border-radius: 100rpx;
  330. }
  331. }
  332. }
  333. }
  334. ::v-deep .u-navbar__content__left {
  335. padding: 0 !important;
  336. }
  337. ::v-deep .u-subsection {
  338. width: 312rpx !important;
  339. }
  340. </style>