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