header.vue 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. <template>
  2. <view class="index-page">
  3. <view class="index-navbar">
  4. <view style="position: relative;height: 392rpx;">
  5. <image class="index-bg" src="@/static/images/bg.png" mode=""></image>
  6. <u-navbar bgColor='rgba(0,0,0,0)' >
  7. <view id="height" class="index-header u-flex u-row-between "
  8. style="position: relative; height: 88rpx;" slot="left">
  9. <u-icon name="arrow-left" color="#fff" size="28"></u-icon>
  10. </view>
  11. </u-navbar>
  12. <view class="header-down " :style="{marginTop:height+'rpx'}" style="padding: 28rpx 0 0 32rpx;box-sizing: border-box;">
  13. <view class="">
  14. 完善基础信息
  15. </view>
  16. <view class="">
  17. <text>海量名企职位|</text>
  18. <text>优质猎头服务|</text>
  19. <text>全程隐私保护</text>
  20. </view>
  21. </view>
  22. </view>
  23. </view>
  24. </view>
  25. </template>
  26. <script>
  27. import {
  28. } from "@/units/inquire.js"
  29. export default {
  30. data() {
  31. return {
  32. height:''
  33. }
  34. },
  35. onLoad() {
  36. this.getHeight()
  37. },
  38. onReachBottom() {
  39. },
  40. methods: {
  41. getHeight() {
  42. const query = uni.createSelectorQuery().in(this);
  43. query.select('#height').boundingClientRect(data => {
  44. this.height = (data.height+40 ) * 2
  45. }).exec();
  46. },
  47. }
  48. }
  49. </script>
  50. <style lang="scss">
  51. page {
  52. background-color: #F3F3F3;
  53. }
  54. .index-page {
  55. .index-item {
  56. // width: 702rpx;
  57. // background: #FFFFFF;
  58. // border-radius: 20rpx;
  59. // margin: 20rpx auto;
  60. // padding: 0 20rpx 24rpx 10rpx;
  61. .item-down {
  62. text:first-child {
  63. font-size: 22rpx;
  64. font-family: SFPro-Regular, SFPro;
  65. font-weight: 400;
  66. color: #666666;
  67. }
  68. text:last-child {
  69. font-size: 22rpx;
  70. font-family: PingFangSC-Regular, PingFang SC;
  71. font-weight: 400;
  72. color: #666666;
  73. }
  74. }
  75. .item-gongsi {
  76. margin-bottom: 16rpx;
  77. .text2 {
  78. font-size: 24rpx;
  79. font-family: SFPro-Regular, SFPro;
  80. font-weight: 400;
  81. color: #666666;
  82. }
  83. .logo {
  84. width: 42rpx;
  85. height: 42rpx;
  86. border-radius: 10rpx;
  87. margin-right: 16rpx;
  88. }
  89. .text1 {
  90. max-width: 192rpx;
  91. font-size: 24rpx;
  92. font-family: PingFangSC-Regular, PingFang SC;
  93. font-weight: 400;
  94. color: #444444;
  95. margin-right: 12rpx;
  96. }
  97. }
  98. .item-label {
  99. margin-bottom: 20rpx;
  100. text {
  101. margin-right: 16rpx;
  102. line-height: 46rpx;
  103. background: #F7F7F7;
  104. border-radius: 4rpx;
  105. padding: 0 14rpx;
  106. font-size: 24rpx;
  107. font-family: PingFangSC-Regular, PingFang SC;
  108. font-weight: 400;
  109. color: #5F5F5F;
  110. }
  111. }
  112. .item-top {
  113. height: 88rpx;
  114. .text1 {
  115. font-size: 32rpx;
  116. font-family: PingFangSC-Medium, PingFang SC;
  117. font-weight: 500;
  118. color: #222222;
  119. margin-right: 16rpx;
  120. }
  121. .text2 {
  122. width: 50rpx;
  123. line-height: 32rpx;
  124. background: rgba(255, 83, 53, 0.1);
  125. border-radius: 4rpx;
  126. text-align: center;
  127. font-size: 20rpx;
  128. font-family: PingFangSC-Regular, PingFang SC;
  129. font-weight: 400;
  130. color: #FF5335;
  131. margin-right: 12rpx;
  132. }
  133. .text3 {
  134. width: 90rpx;
  135. line-height: 32rpx;
  136. background: #FFF2E8;
  137. border-radius: 4rpx;
  138. text-align: center;
  139. font-size: 20rpx;
  140. font-family: PingFangSC-Regular, PingFang SC;
  141. font-weight: 400;
  142. color: #FF8620;
  143. margin-right: 12rpx;
  144. }
  145. .text4 {
  146. line-height: 32rpx;
  147. background: #E6EFF8;
  148. border-radius: 4rpx;
  149. padding: 0 4rpx;
  150. text-align: center;
  151. font-size: 20rpx;
  152. font-family: SFPro-Regular, SFPro;
  153. font-weight: 400;
  154. color: #0C66C2;
  155. }
  156. .text5 {
  157. font-size: 32rpx;
  158. font-family: JDZhengHT-Regular, JDZhengHT;
  159. font-weight: 400;
  160. color: #0C66C2;
  161. }
  162. }
  163. }
  164. .index-navbar {
  165. position: sticky;
  166. top: 0;
  167. left: 0;
  168. width: 750rpx;
  169. z-index: 100;
  170. .header-down {
  171. height: 92rpx;
  172. padding: 20rpx 24rpx;
  173. box-sizing: border-box;
  174. .font {
  175. font-size: 40rpx;
  176. font-family: PingFangSC-Medium, PingFang SC;
  177. font-weight: 500;
  178. color: #222222;
  179. }
  180. .right-item {
  181. padding: 0 16rpx;
  182. height: 52rpx;
  183. background: #F3F3F3;
  184. border-radius: 4rpx;
  185. margin-left: 20rpx;
  186. .text {
  187. margin-right: 4rpx;
  188. font-size: 26rpx;
  189. font-family: PingFangSC-Regular, PingFang SC;
  190. font-weight: 400;
  191. color: #666666;
  192. }
  193. }
  194. .down-left {
  195. .text {
  196. margin-right: 4rpx;
  197. font-size: 26rpx;
  198. font-family: PingFangSC-Medium, PingFang SC;
  199. font-weight: 500;
  200. color: #222222;
  201. }
  202. }
  203. }
  204. .index-bg {
  205. position: absolute;
  206. top: 0;
  207. left: 0;
  208. z-index: -1;
  209. width: 750rpx;
  210. height: 392rpx;
  211. }
  212. }
  213. .index-header {
  214. flex: 1;
  215. padding: 0 32rpx;
  216. height: 50rpx;
  217. .index-search {
  218. width: 200rpx;
  219. height: 64rpx;
  220. background: #FFFFFF;
  221. border-radius: 20rpx;
  222. padding: 0 28rpx;
  223. .text1 {
  224. font-size: 24rpx;
  225. font-family: PingFangSC-Regular, PingFang SC;
  226. font-weight: 400;
  227. color: #999999;
  228. margin-left: 16rpx;
  229. }
  230. }
  231. .index-tabs {
  232. text:first-child {
  233. font-size: 36rpx;
  234. font-family: PingFangSC-Medium, PingFang SC;
  235. font-weight: 500;
  236. color: #222222;
  237. }
  238. text:last-child {
  239. width: 76rpx;
  240. height: 12rpx;
  241. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  242. margin-top: -20rpx;
  243. border-radius: 100rpx;
  244. }
  245. }
  246. }
  247. }
  248. ::v-deep .u-navbar__content__left {
  249. padding: 0 !important;
  250. }
  251. </style>