82064491C07A712AE32B5B57EC6EF136 10 місяців тому
батько
коміт
e20deb16de
1 змінених файлів з 0 додано та 31 видалено
  1. 0 31
      h5app/src/views/pages/jobhunt/recommend/list.vue

+ 0 - 31
h5app/src/views/pages/jobhunt/recommend/list.vue

@@ -193,34 +193,3 @@ export default defineComponent({
   }
 });
 </script>
-
-<style lang="less">
-.custom{
-  --placeholder-color: gray;
-  --placeholder-opacity: 0.5;
-}
-
-.recommend-list-page {
-  .list-content {
-    margin: 0px 15px !important;
-    background-color: white !important;
-    border-radius: 0 !important;
-
-    ion-item {
-      margin-top: 10px;
-      font-size: 14px;
-      border: 1px solid rgb(242, 242, 245);
-
-      p {
-        font-size: 12px;
-      }
-    }
-  }
-}
-
-.container {
-  display: flex;
-  justify-content: center; /* 水平居中 */
-  align-items: center; /* 垂直居中 */
-}
-</style>