teach.vue 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  1. <template>
  2. <view class="index-page">
  3. <!-- 顶部 -->
  4. <view class="index-navbar">
  5. <view style="position: relative;height: 392rpx;">
  6. <image class="index-bg" src="@/static/images/bg.png" mode=""></image>
  7. <u-navbar bgColor='rgba(0,0,0,0)' placeholder>
  8. <view id="height" class="index-header u-flex u-row-between "
  9. style="position: relative; " slot="left">
  10. <u-icon @click="return1" name="arrow-left" color="#fff" size="28"></u-icon>
  11. </view>
  12. </u-navbar>
  13. <view class="header-down " :style="{marginTop:height+'rpx'}"
  14. style="padding: 28rpx 0 0 32rpx;box-sizing: border-box;">
  15. <view class="mingpianfont">
  16. 教育经历
  17. </view>
  18. <view class="explain">
  19. <text>填写教育经历,让简历更加完整</text>
  20. </view>
  21. </view>
  22. </view>
  23. </view>
  24. <!-- 个人信息 -->
  25. <view class="personal">
  26. <view class="body-input u-flex-col u-row-center ">
  27. <text class="input-title">学校名称</text>
  28. <u--input customStyle="padding:0 !important" type="text" placeholder="请填写您的学校名称" border
  29. placeholderClass='input-style' ></u--input>
  30. </view>
  31. <view class="body-input u-flex-col u-row-center" >
  32. <text class="input-title">学历</text>
  33. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  34. placeholder="请选择您的学历" border placeholderClass='input-style' suffixIcon="arrow-right"
  35. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" ></u--input>
  36. </view>
  37. <view class="body-input u-flex-col u-row-center" >
  38. <text class="input-title">专业名称</text>
  39. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  40. placeholder="请选择您的专业名称" border placeholderClass='input-style' suffixIcon="arrow-right"
  41. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" ></u--input>
  42. </view>
  43. <view class="body-input u-flex-col u-row-center">
  44. <text class="input-title">时间</text>
  45. <view class="u-flex u-row-between">
  46. <u--input disabledColor="#fff" customStyle="padding:0 !important" type="text"
  47. placeholder="上学时间" border placeholderClass='input-style'></u--input>
  48. <view class="">-</view>
  49. <u--input disabledColor="#fff" customStyle="padding:0 !important" type="text"
  50. placeholder="毕业时间" inputAlign="center" border placeholderClass='input-style' ></u--input>
  51. </view>
  52. </view>
  53. <view class="button" @click="next">
  54. 下一步
  55. </view>
  56. </view>
  57. <!-- 选择器 -->
  58. <u-picker title="性别" :show="sexShow" @confirm="sexConfirm" :columns="sexdata" @cancel='close()'></u-picker>
  59. <u-datetime-picker title="教育时间" :minDate="minDate" @confirm="birthdayConfirm" :show="birthdayShow" mode="date"
  60. @cancel='close()'></u-datetime-picker>
  61. </view>
  62. </template>
  63. <script>
  64. import {
  65. } from "@/units/inquire.js"
  66. export default {
  67. data() {
  68. return {
  69. height:''
  70. }
  71. },
  72. onLoad() {
  73. this.getHeight()
  74. this.minDate = Number(new Date('1900-01-01'));
  75. },
  76. methods: {
  77. return1(){
  78. uni.navigateBack()
  79. },
  80. getHeight() {
  81. const query = uni.createSelectorQuery().in(this);
  82. query.select('#height').boundingClientRect(data => {
  83. this.height = (data.height) * 2
  84. }).exec();
  85. },
  86. next(){
  87. uni.navigateTo({
  88. url:'../pagesA/expectation'
  89. })
  90. }
  91. }
  92. }
  93. </script>
  94. <style lang="scss">
  95. page {
  96. background-color: #F3F3F3;
  97. }
  98. .index-page {
  99. overflow: hidden;
  100. height: 100vh;
  101. background: #fff;
  102. .mingpianfont {
  103. height: 50rpx;
  104. font-size: 36rpx;
  105. font-family: PingFangSC-Medium, PingFang SC;
  106. font-weight: 500;
  107. color: #FFFFFF;
  108. line-height: 50rpx;
  109. }
  110. .explain {
  111. margin-top: 24rpx;
  112. width: 528rpx;
  113. height: 36rpx;
  114. font-size: 26rpx;
  115. font-family: PingFangSC-Regular, PingFang SC;
  116. font-weight: 400;
  117. color: #FFFFFF;
  118. line-height: 36rpx;
  119. }
  120. //个人信息
  121. .personal {
  122. width: 750rpx;
  123. background: #FFFFFF;
  124. border-radius: 28rpx 28rpx 0rpx 0rpx;
  125. margin-top: -40rpx;
  126. position: relative;
  127. z-index: 99;
  128. padding: 40rpx 32rpx 0;
  129. box-sizing: border-box;
  130. height: 100%;
  131. .body-input {
  132. height: 170rpx;
  133. border-bottom: 2rpx solid #F4F4F4;
  134. .input-title {
  135. font-size: 26rpx;
  136. font-family: PingFangSC-Regular, PingFang SC;
  137. font-weight: 400;
  138. color: #888888;
  139. margin-bottom: 20rpx;
  140. margin-top: 30rpx;
  141. box-sizing: border-box;
  142. }
  143. .input-style {
  144. font-size: 32rpx;
  145. font-family: PingFangSC-Regular, PingFang SC;
  146. font-weight: 400;
  147. color: #CACACA;
  148. }
  149. }
  150. .button {
  151. width: 686rpx;
  152. height: 88rpx !important;
  153. background: #0C66C2;
  154. border-radius: 12rpx;
  155. font-size: 32rpx;
  156. font-family: PingFangSC-Medium, PingFang SC;
  157. font-weight: 500;
  158. color: #FFFFFF;
  159. line-height: 88rpx;
  160. margin: 10rpx 0 0rpx 0;
  161. display: flex;
  162. justify-content: center;
  163. position: fixed;
  164. bottom: 60rpx;
  165. }
  166. }
  167. .index-item {
  168. // width: 702rpx;
  169. // background: #FFFFFF;
  170. // border-radius: 20rpx;
  171. // margin: 20rpx auto;
  172. // padding: 0 20rpx 24rpx 10rpx;
  173. .item-down {
  174. text:first-child {
  175. font-size: 22rpx;
  176. font-family: SFPro-Regular, SFPro;
  177. font-weight: 400;
  178. color: #666666;
  179. }
  180. text:last-child {
  181. font-size: 22rpx;
  182. font-family: PingFangSC-Regular, PingFang SC;
  183. font-weight: 400;
  184. color: #666666;
  185. }
  186. }
  187. .item-gongsi {
  188. margin-bottom: 16rpx;
  189. .text2 {
  190. font-size: 24rpx;
  191. font-family: SFPro-Regular, SFPro;
  192. font-weight: 400;
  193. color: #666666;
  194. }
  195. .logo {
  196. width: 42rpx;
  197. height: 42rpx;
  198. border-radius: 10rpx;
  199. margin-right: 16rpx;
  200. }
  201. .text1 {
  202. max-width: 192rpx;
  203. font-size: 24rpx;
  204. font-family: PingFangSC-Regular, PingFang SC;
  205. font-weight: 400;
  206. color: #444444;
  207. margin-right: 12rpx;
  208. }
  209. }
  210. .item-label {
  211. margin-bottom: 20rpx;
  212. text {
  213. margin-right: 16rpx;
  214. line-height: 46rpx;
  215. background: #F7F7F7;
  216. border-radius: 4rpx;
  217. padding: 0 14rpx;
  218. font-size: 24rpx;
  219. font-family: PingFangSC-Regular, PingFang SC;
  220. font-weight: 400;
  221. color: #5F5F5F;
  222. }
  223. }
  224. .item-top {
  225. height: 88rpx;
  226. .text1 {
  227. font-size: 32rpx;
  228. font-family: PingFangSC-Medium, PingFang SC;
  229. font-weight: 500;
  230. color: #222222;
  231. margin-right: 16rpx;
  232. }
  233. .text2 {
  234. width: 50rpx;
  235. line-height: 32rpx;
  236. background: rgba(255, 83, 53, 0.1);
  237. border-radius: 4rpx;
  238. text-align: center;
  239. font-size: 20rpx;
  240. font-family: PingFangSC-Regular, PingFang SC;
  241. font-weight: 400;
  242. color: #FF5335;
  243. margin-right: 12rpx;
  244. }
  245. .text3 {
  246. width: 90rpx;
  247. line-height: 32rpx;
  248. background: #FFF2E8;
  249. border-radius: 4rpx;
  250. text-align: center;
  251. font-size: 20rpx;
  252. font-family: PingFangSC-Regular, PingFang SC;
  253. font-weight: 400;
  254. color: #FF8620;
  255. margin-right: 12rpx;
  256. }
  257. .text4 {
  258. line-height: 32rpx;
  259. background: #E6EFF8;
  260. border-radius: 4rpx;
  261. padding: 0 4rpx;
  262. text-align: center;
  263. font-size: 20rpx;
  264. font-family: SFPro-Regular, SFPro;
  265. font-weight: 400;
  266. color: #0C66C2;
  267. }
  268. .text5 {
  269. font-size: 32rpx;
  270. font-family: JDZhengHT-Regular, JDZhengHT;
  271. font-weight: 400;
  272. color: #0C66C2;
  273. }
  274. }
  275. }
  276. .index-navbar {
  277. position: sticky;
  278. top: 0;
  279. left: 0;
  280. width: 750rpx;
  281. z-index: 10;
  282. .header-down {
  283. height: 92rpx;
  284. padding: 20rpx 24rpx;
  285. box-sizing: border-box;
  286. .font {
  287. font-size: 40rpx;
  288. font-family: PingFangSC-Medium, PingFang SC;
  289. font-weight: 500;
  290. color: #222222;
  291. }
  292. .right-item {
  293. padding: 0 16rpx;
  294. height: 52rpx;
  295. background: #F3F3F3;
  296. border-radius: 4rpx;
  297. margin-left: 20rpx;
  298. .text {
  299. margin-right: 4rpx;
  300. font-size: 26rpx;
  301. font-family: PingFangSC-Regular, PingFang SC;
  302. font-weight: 400;
  303. color: #666666;
  304. }
  305. }
  306. .down-left {
  307. .text {
  308. margin-right: 4rpx;
  309. font-size: 26rpx;
  310. font-family: PingFangSC-Medium, PingFang SC;
  311. font-weight: 500;
  312. color: #222222;
  313. }
  314. }
  315. }
  316. .index-bg {
  317. position: absolute;
  318. top: 0;
  319. left: 0;
  320. z-index: -1;
  321. width: 750rpx;
  322. height: 392rpx;
  323. }
  324. }
  325. .index-header {
  326. flex: 1;
  327. padding: 0 32rpx;
  328. height: 50rpx;
  329. .index-search {
  330. width: 200rpx;
  331. height: 64rpx;
  332. background: #FFFFFF;
  333. border-radius: 20rpx;
  334. padding: 0 28rpx;
  335. .text1 {
  336. font-size: 24rpx;
  337. font-family: PingFangSC-Regular, PingFang SC;
  338. font-weight: 400;
  339. color: #999999;
  340. margin-left: 16rpx;
  341. }
  342. }
  343. .index-tabs {
  344. text:first-child {
  345. font-size: 36rpx;
  346. font-family: PingFangSC-Medium, PingFang SC;
  347. font-weight: 500;
  348. color: #222222;
  349. }
  350. text:last-child {
  351. width: 76rpx;
  352. height: 12rpx;
  353. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  354. margin-top: -20rpx;
  355. border-radius: 100rpx;
  356. }
  357. }
  358. }
  359. }
  360. ::v-deep .u-navbar__content__left {
  361. padding: 0 !important;
  362. }
  363. ::v-deep .u-subsection {
  364. width: 312rpx !important;
  365. }
  366. </style>