zs 1 年間 前
コミット
492e79a901

+ 0 - 31
.eslintrc.js

@@ -1,31 +0,0 @@
-/*
- * Eslint config file
- * Documentation: https://eslint.org/docs/user-guide/configuring/
- * Install the Eslint extension before using this feature.
- */
-module.exports = {
-  env: {
-    es6: true,
-    browser: true,
-    node: true,
-  },
-  ecmaFeatures: {
-    modules: true,
-  },
-  parserOptions: {
-    ecmaVersion: 2018,
-    sourceType: 'module',
-  },
-  globals: {
-    wx: true,
-    App: true,
-    Page: true,
-    getCurrentPages: true,
-    getApp: true,
-    Component: true,
-    requirePlugin: true,
-    requireMiniProgram: true,
-  },
-  // extends: 'eslint:recommended',
-  rules: {},
-}

+ 1 - 0
app.wxss

@@ -25,6 +25,7 @@ page {
     --rgb3AB: #3ABDB8;
     --rgb20B: #008B8B;
     --rgb8b8: #8b8b8b;
+    --rgb868: #868686;
     --rgbD8D: #D8D8D8;
     --rgb67c: #67c23a;
     --rgbffd: #FFD700;

+ 1 - 1
pagesCommon/login/index.wxss

@@ -97,7 +97,7 @@ page {
 .shadow {
     box-shadow: 0rpx 0rpx 10rpx 0rpx var(--rgb40E);
     border-radius: 25rpx;
-    background-color: white;
+    background-color: var(--rgbfff);
 }
 
 .shadow-1 {

+ 3 - 3
pagesHome/home/index.wxss

@@ -12,7 +12,7 @@
     border: 1px solid var(--rgb8b8);
     padding: 8rpx;
     border-radius: 15rpx;
-    background-color: #ffffff;
+    background-color: var(--rgbfff);
 }
 
 .main .two .scroll-view {
@@ -24,7 +24,7 @@
     padding: 2vw;
     border-radius: 5px;
     border: 1px solid var(--rgb40E);
-    background-color: #ffffff;
+    background-color: var(--rgbfff);
 }
 
 .main .two .list .list_1 {
@@ -58,5 +58,5 @@
 .main .two .list .other .other_1 {
     margin: 0 0 1vw 0;
     font-size: 14px;
-    color: #868686;
+    color: var(--rgb868);
 }

+ 1 - 1
pagesMatch/apply/index.wxss

@@ -50,7 +50,7 @@
 .main .one .other {
     margin: 0 0 1vw 0;
     font-size: 14px;
-    color: #868686;
+    color: var(--rgb868);
 }
 
 .main .two {

+ 2 - 2
pagesMatch/home/index.wxss

@@ -36,7 +36,7 @@
     padding: 2vw;
     border-radius: 5px;
     border: 1px solid var(--rgb40E);
-     background-color: #ffffff;
+     background-color: var(--rgbfff);
 }
 
 .main .swiper .scroll-view .list .list_1 {
@@ -69,7 +69,7 @@
 .main .swiper .scroll-view .list .other .other_1 {
     margin: 0 0 1vw 0;
     font-size: 14px;
-    color: #868686;
+    color: var(--rgb868);
 }
 
 .active {

+ 2 - 2
pagesMy/apply/index.wxss

@@ -26,7 +26,7 @@
     padding: 2vw;
     border-radius: 5px;
     border: 1px solid var(--rgb40E);
-    background-color: #ffffff;
+    background-color: var(--rgbfff);
 }
 
 .main .two .list .list_1 {
@@ -70,7 +70,7 @@
 .main .two .list .list_1 .other .other_1 {
     margin: 0 0 1vw 0;
     font-size: 14px;
-    color: #868686;
+    color: var(--rgb868);
 }
 
 .main .two .list .button {

+ 1 - 1
pagesMy/match/index.wxss

@@ -12,7 +12,7 @@
     border: 1px solid var(--rgb8b8);
     padding: 8rpx;
     border-radius: 15rpx;
-    background-color: #ffffff;
+    background-color: var(--rgbfff);
 }
 
 .main .two {

+ 1 - 1
pagesMy/team/index.wxss

@@ -63,7 +63,7 @@
 .main .two .list .other .other_1 {
     margin: 0 0 1vw 0;
     font-size: 14px;
-    color: #868686;
+    color: var(--rgb868);
 }
 
 .main .two .list .button {

+ 1 - 1
pagesTeam/apply/index.wxss

@@ -44,7 +44,7 @@
 .main .two .other {
     margin: 0 0 1vw 0;
     font-size: 14px;
-    color: #868686;
+    color: var(--rgb868);
 }
 
 .main .two .two_1 .list {

+ 3 - 3
pagesTeam/home/index.wxss

@@ -12,7 +12,7 @@
     border: 1px solid var(--rgb8b8);
     padding: 8rpx;
     border-radius: 15rpx;
-    background-color: #ffffff;
+    background-color: var(--rgbfff);
 }
 
 .main .two .scroll-view {
@@ -27,7 +27,7 @@
     padding: 2vw;
     border-radius: 5px;
     border: 1px solid var(--rgb40E);
-    background-color: #ffffff;
+    background-color: var(--rgbfff);
 }
 
 .main .two .list .images {
@@ -50,5 +50,5 @@
 .main .two .list .list_1 .other_1 {
     margin: 0 0 1vw 0;
     font-size: 14px;
-    color: #868686;
+    color: var(--rgb868);
 }