shareEmployment-old.vue 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <template>
  2. <view>
  3. <u-navbar back-text="共享用工" back-icon-size="28" back-icon-color="#ffffff" :background="{backgroundColor: '#2795FD',}" :back-text-style="{color: '#ffffff'}"></u-navbar>
  4. <view class="info-card" >
  5. <!-- 卡片信息 -->
  6. <view class="detail">
  7. 企业现急需熟练机床车工5名,如有资源请联系0716-8818118 刘女士。
  8. </view>
  9. <view class="tag">
  10. <view class="item1">
  11. 急需用工
  12. </view>
  13. <view class="date-item">
  14. 2023-06-12
  15. </view>
  16. </view>
  17. <u-line color="#CFD2D5" />
  18. <!-- 审核 -->
  19. <view class="check">
  20. <view class="state">
  21. 审核中
  22. </view>
  23. <view class="handle">
  24. <view class="unamend">
  25. 修改
  26. </view>
  27. <view class="delete">
  28. 删除
  29. </view>
  30. </view>
  31. </view>
  32. </view>
  33. <view class="info-card">
  34. <!-- 卡片信息 -->
  35. <view class="detail">
  36. 因企业季节性停产3个月,现产生闲置熟练机床车工5名,如有需求请联系0716-8668168 汪先生。
  37. </view>
  38. <view class="tag">
  39. <view class="item2">
  40. 资源共享
  41. </view>
  42. <view class="date-item">
  43. 2023-06-12
  44. </view>
  45. </view>
  46. <u-line color="#CFD2D5" />
  47. <!-- 审核 -->
  48. <view class="check">
  49. <view class="state">
  50. 已审核
  51. </view>
  52. <view class="handle">
  53. <view class="amend">
  54. 修改
  55. </view>
  56. <view class="delete">
  57. 删除
  58. </view>
  59. </view>
  60. </view>
  61. </view>
  62. <u-divider bg-color="#F0F0F2" margin-top="40" border-color="#CFD2D5">已经到底了</u-divider>
  63. <!-- 底部按钮 -->
  64. <button class="btn">发布信息</button>
  65. </view>
  66. </template>
  67. <script>
  68. import * as API from '@/apis/pagejs/packages.js'
  69. export default {
  70. data() {
  71. return {
  72. }
  73. },
  74. methods: {
  75. }
  76. }
  77. </script>
  78. <style>
  79. page{
  80. background: #F0F0F2;
  81. padding-bottom: 100px;
  82. }
  83. </style>
  84. <style scoped lang="scss">
  85. .info-card{
  86. margin: 24rpx 32rpx 0;
  87. padding: 24rpx;
  88. background-color: #fff;
  89. border-radius: 24rpx;
  90. // 卡片信息
  91. .detail{
  92. color: rgba(16, 16, 16, 1);
  93. line-height: 40rpx;
  94. }
  95. .tag{
  96. display: flex;
  97. justify-content: space-between;
  98. margin-top: 16rpx;
  99. margin-bottom: 24rpx;
  100. .item1{
  101. color: rgba(39, 149, 253, 1);
  102. font-size: 24rpx;
  103. }
  104. .item2{
  105. color: rgba(0, 185, 98, 1);
  106. font-size: 24rpx;
  107. }
  108. }
  109. // 审核
  110. .check{
  111. display: flex;
  112. justify-content: space-between;
  113. align-items: center;
  114. margin-top: 32rpx;
  115. .state{
  116. color: rgba(51, 51, 51, 1);
  117. font-weight: 600;
  118. }
  119. .handle{
  120. display: flex;
  121. align-items: center;
  122. .unamend{
  123. width: 120rpx;
  124. height: 56rpx;
  125. line-height: 56rpx;
  126. text-align: center;
  127. font-family: Microsoft Yahei;
  128. border: 1px solid rgba(231, 232, 234, 1);
  129. border-radius: 50px;
  130. opacity: 0.4;
  131. }
  132. .amend{
  133. width: 120rpx;
  134. height: 56rpx;
  135. line-height: 56rpx;
  136. text-align: center;
  137. font-family: Microsoft Yahei;
  138. border: 1px solid rgba(231, 232, 234, 1);
  139. border-radius: 50px;
  140. }
  141. .delete{
  142. width: 120rpx;
  143. height: 56rpx;
  144. line-height: 56rpx;
  145. text-align: center;
  146. font-family: Microsoft Yahei;
  147. border: 1px solid rgba(231, 232, 234, 1);
  148. border-radius: 50px;
  149. margin-left: 24rpx;
  150. color: #E60012;
  151. }
  152. }
  153. }
  154. }
  155. // 底部按钮
  156. .btn{
  157. position: fixed;
  158. bottom: 32rpx;
  159. left: 0;
  160. right: 0;
  161. background-color:#F0F0F2;
  162. padding: 0 32rpx;
  163. border-radius: 50px;
  164. background-color: rgba(34, 149, 255, 1);
  165. color: rgba(241, 241, 241, 1);
  166. font-size: 36rpx;
  167. margin: 0 32rpx;
  168. box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.03);
  169. }
  170. </style>