Jelajahi Sumber

Merge branch 'master' of https://git.citupro.com/zhengnaiwen_citu/menduner-uniapp

Xiao_123 8 bulan lalu
induk
melakukan
fa0c900b9a
2 mengubah file dengan 68 tambahan dan 6 penghapusan
  1. 50 6
      pagesB/positionDetail/index.vue
  2. 18 0
      static/style/index.scss

File diff ditekan karena terlalu besar
+ 50 - 6
pagesB/positionDetail/index.vue


+ 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;

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini