浏览代码

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

Xiao_123 8 月之前
父节点
当前提交
fa0c900b9a
共有 2 个文件被更改,包括 68 次插入6 次删除
  1. 50 6
      pagesB/positionDetail/index.vue
  2. 18 0
      static/style/index.scss

文件差异内容过多而无法显示
+ 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;

部分文件因为文件数量过多而无法显示