瀏覽代碼

职位详情

lifanagju_citu 8 月之前
父節點
當前提交
193cf329a3
共有 3 個文件被更改,包括 72 次插入10 次删除
  1. 50 6
      pagesB/positionDetail/index.vue
  2. 4 4
      pagesB/positionList/index.vue
  3. 18 0
      static/style/index.scss

File diff suppressed because it is too large
+ 50 - 6
pagesB/positionDetail/index.vue


+ 4 - 4
pagesB/positionList/index.vue

@@ -24,7 +24,7 @@
               />
             </template>
           </span>
-          <span class="salary-text">{{ item.job?.payFrom }}-{{ item.job?.payTo }}/{{ item.job?.payName }}</span>
+          <span class="salary">{{ item.job?.payFrom }}-{{ item.job?.payTo }}/{{ item.job?.payName }}</span>
         </view>
         <!-- 工作地 -->
         <view style="font-size: 13px;" class="mt">
@@ -43,7 +43,7 @@
         <view class="mt" v-if="showWelfareTag">
           <uni-tag 
             v-for="(tag,i) in item.enterprise?.welfareList || []"
-            :key="i"
+            :key="'tagList' + i"
             class="tag-gap"
             :text="tag"
             inverted="false"
@@ -132,9 +132,9 @@ const toDetail = (isPosition, item) =>{
   }
 }
 
-.salary-text {
+.salary {
+	// color: #ff770d;
 	float: right;
-	color: #ff770d;
 }
 .list-shape {
 	padding: 10px 30rpx 10px;

+ 18 - 0
static/style/index.scss

@@ -25,6 +25,7 @@
 .cursor-pointer { cursor: pointer; }
 .font-weight-bold { font-weight: bold; }
 .text-center { text-align: center; }
+.vertical80-center { text-align: center; line-height: 80vh; } // 左右居中,高度80居中
 .vertical-center { text-align: center; line-height: 80vh; } // 左右居中,高度80居中
 .d-flex { display: flex; }
 .flex-column { flex-direction: column; }
@@ -88,6 +89,23 @@
 	margin: 5rpx;
 }
 
+.salary {
+  color: var(--v-error-base);
+  line-height: 41px;
+  font-weight: 500;
+  height: auto;
+  display: inline-block;
+  vertical-align: sub;
+}
+.bold {font-weight: bold;}
+.w-600 {font-weight: 600;}
+
+.horizontalDividingLine {
+  height: 1px;
+  color: #EDEDED;
+  width: 100%;
+}
+
 // 高亮
 .default-active {
   color: var(--v-primary-base) !important;

Some files were not shown because too many files changed in this diff