فهرست منبع

按钮主色调整

Xiao_123 1 ماه پیش
والد
کامیت
ff8d4f3d5d

+ 5 - 5
components/inputSelect/index.vue

@@ -23,7 +23,7 @@
                   <uni-icons
                     v-if="Array.isArray(arr.choose) && arr.choose.includes(_arr[props.itemValue])"
                     type="checkmarkempty"
-                    color="#00B760"
+                    color="#007aff"
                     size="16"
                   />
                 </view>
@@ -276,7 +276,7 @@ defineExpose({
       padding: 0 15px;
       box-sizing: border-box;
       &.active {
-        border-bottom: 2px solid #00B760;
+        border-bottom: 2px solid #007aff;
       }
     }
   }
@@ -299,7 +299,7 @@ defineExpose({
         box-sizing: border-box;
         margin-bottom: 10px;
         &.active {
-          border-bottom: 2px solid #00B760;
+          border-bottom: 2px solid #007aff;
         }
       }
       &-items {
@@ -310,7 +310,7 @@ defineExpose({
           overflow-x: hidden;
           overflow-y: auto;
           .active {
-            color: #00B760;
+            color: #007aff;
           }
         }
       }
@@ -330,7 +330,7 @@ defineExpose({
       }
       &.submit {
         flex: 1;
-        background: #00B760;
+        background: #007aff;
         color: #FFF ;
       }
     }

+ 5 - 5
components/payPopup/index.vue

@@ -77,7 +77,7 @@ const payType = [
   //   value: 'wallet',
   //   disabled: true,
   //   icon: 'icon-qianbao1',
-  //   color: '#00B760'
+  //   color: '#007aff'
   // }
 ]
 
@@ -381,8 +381,8 @@ defineExpose({
       display: flex;
       align-items: center;
       padding: 0 40rpx;
-      border: 2rpx solid #00B760;
-      background: #00B760;
+      border: 2rpx solid #007aff;
+      background: #007aff;
       color: #FFF;
       border-radius: 180rpx 0 180rpx 0;
       position: relative;
@@ -391,7 +391,7 @@ defineExpose({
       //   position: absolute;
       //   width: 50rpx;
       //   height: 50rpx;
-      //   background: radial-gradient(top right, transparent 50%, #00B760 50%);
+      //   background: radial-gradient(top right, transparent 50%, #007aff 50%);
       //   left: 0;
       //   top: 0;
       //   margin-left: -25rpx;
@@ -481,7 +481,7 @@ defineExpose({
       line-height: 40px;
       color: #FFF;
       // color: #724d2b;
-      background: #00B760;
+      background: #007aff;
       // background: linear-gradient(121deg,#fde2c2 29.02%,#c19164 104.03%);
       border-radius: 90px;
     }

+ 2 - 2
layout/components/authModal/login/index.vue

@@ -29,7 +29,7 @@
         </view>
 
         <!-- <view class="ss-flex ss-row-center ss-m-y-50">
-          <uni-icons size="20" :type="protocol ? 'checkbox-filled' : 'circle'" :color="protocol ? '#00B760' : '#ccc'" @tap="protocol = !protocol"></uni-icons>
+          <uni-icons size="20" :type="protocol ? 'checkbox-filled' : 'circle'" :color="protocol ? '#007aff' : '#ccc'" @tap="protocol = !protocol"></uni-icons>
           <view class="color-999 ss-flex ss-col-center ss-m-l-8 font-size-13">
             <span class="MiSans-Normal">我已阅读并遵守</span>
             <view class="color-primary MiSans-Medium" @tap.stop="handleToDetail('user')">
@@ -132,7 +132,7 @@ const getPhoneNumber = async (e) => {
 .head-title {
   font-size: 35rpx;
   text-align: center;
-  // color: #00B760;
+  // color: #007aff;
   // margin-top: 30rpx;
 }
 .refuse-button {

+ 1 - 1
pages/drawLots/fortune.vue

@@ -77,7 +77,7 @@
         />
         <view v-if="inputType === 'textarea'" style="text-align: end;" class="ss-m-t-10 color-999">{{ notes?.length || 0 }}/500</view>
         <view class="f-horizon-center" v-if="inputType === 'textarea'">
-          <button class="commonBtnStyle delete-button" size="default" @click="handleCancel">取 消</button>
+          <button class="commonBtnStyle cancel-button" size="default" @click="handleCancel">取 消</button>
           <button 
             size="default" 
             :class="{'save-button': notes, 'commonBtnStyle': notes, 'send-button': !notes}" 

+ 14 - 9
static/style/index.css

@@ -1,6 +1,6 @@
 @charset "UTF-8";
 :root {
-  --v-primary-base: #00B760;
+  --v-primary-base: #007aff;
   --v-error-base: #fe574a;
   --v-primary-lighten1: #26A69A;
   --v-primary-lighten2: #4DB6AC;
@@ -127,7 +127,7 @@
 }
 
 .color-primary {
-  color: #00B760;
+  color: #007aff;
 }
 
 .color-warning {
@@ -187,7 +187,7 @@
 }
 
 .defaultLink {
-  color: #00B760;
+  color: #007aff;
   cursor: pointer;
 }
 
@@ -9068,7 +9068,7 @@
   width: 158rpx;
   height: 56rpx;
   line-height: normal;
-  background: #00B760;
+  background: #007aff;
   border-radius: 28rpx;
   font-size: 26rpx;
   font-weight: 500;
@@ -9081,7 +9081,7 @@
   height: 44px;
   line-height: 44px;
   margin: 20px auto;
-  background-color: #00B760 !important;
+  background-color: #007aff !important;
 }
 
 .second-button {
@@ -9089,7 +9089,7 @@
   height: 44px;
   margin: 15px;
   color: #fff;
-  background-color: #00B760 !important;
+  background-color: #007aff !important;
 }
 
 .second-button:first-child {
@@ -9110,12 +9110,12 @@
   height: 44px;
   line-height: 44px;
   margin: 20px auto;
-  background-color: #00B760 !important;
+  background-color: #007aff !important;
   color: #fff;
 }
 
 .main-button-color {
-  background-color: #00B760 !important;
+  background-color: #007aff !important;
   color: #fff;
 }
 
@@ -9128,7 +9128,7 @@
 
 .save-button {
   margin: 20px 0 20px 20px;
-  background-color: #00B760 !important;
+  background-color: #007aff !important;
 }
 
 .delete-button {
@@ -9137,6 +9137,11 @@
   background-color: #FE574A !important;
 }
 
+.cancel-button {
+  color: #007aff;
+  border: 1px solid #007aff;
+}
+
 .disabled-button {
   width: 85%;
   height: 44px;

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
static/style/index.min.css


+ 13 - 9
static/style/index.scss

@@ -1,5 +1,5 @@
 :root {
-  --v-primary-base: #00B760;
+  --v-primary-base: #007aff;
   --v-error-base: #fe574a;
   --v-primary-lighten1: #26A69A;
   --v-primary-lighten2: #4DB6AC;
@@ -47,7 +47,7 @@
 .color-f2f4f7 { color: #f2f4f7; }
 .color-d5e6e8 { color: #d5e6e8; }
 .color-error { color: #fe574a; }
-.color-primary { color: #00B760; }
+.color-primary { color: #007aff; }
 .color-warning { color: #fb8c00; }
 
 .font-size-12 { font-size: 24rpx; }
@@ -74,7 +74,7 @@
 }
 
 .defaultLink {
-  color:#00B760;
+  color:#007aff;
   cursor:pointer;
   // text-decoration: underline;
 }
@@ -428,7 +428,7 @@
   width: 158rpx;
   height: 56rpx;
   line-height: normal;
-  background: #00B760;
+  background: #007aff;
   border-radius: 28rpx;
   font-size: 26rpx;
   font-weight: 500;
@@ -442,7 +442,7 @@
   height: 44px;
   line-height: 44px;
   margin: 20px auto;
-  background-color: #00B760 !important;
+  background-color: #007aff !important;
   // border-radius: 25px;
 }
 //页面底部两个按钮
@@ -451,7 +451,7 @@
   height: 44px;
   margin: 15px;
   color: #fff;
-  background-color: #00B760 !important;
+  background-color: #007aff !important;
   // border-radius: 25px;
 }
 .second-button:first-child {
@@ -473,13 +473,13 @@
 	height:44px;
 	line-height: 44px;
 	margin:20px auto;
-	background-color: #00B760 !important;
+	background-color: #007aff !important;
 	// border-radius: 25px;
 	color: #fff;
 }
 
 .main-button-color {
-	background-color: #00B760 !important;
+	background-color: #007aff !important;
 	color: #fff;
 }
 
@@ -491,13 +491,17 @@
 }
 .save-button {
   margin: 20px 0 20px 20px;
-  background-color: #00B760 !important;
+  background-color: #007aff !important;
 }
 .delete-button {
   margin: 20px auto;
 	color: #fff !important;
   background-color: #FE574A !important;
 }
+.cancel-button {
+  color: #007aff;
+  border: 1px solid #007aff;
+}
 //禁用按钮
 .disabled-button {
 	width: 85%;

+ 1 - 1
static/style/protocol/index.css

@@ -112,7 +112,7 @@ del, ins, u, s, a, a:hover {
   margin: 0px;
   padding: 0px;
   font-size: 14px;
-  color: #00B760;
+  color: #007aff;
   line-height: 30px;
   font-family: MiSans-Normal;
   white-space: normal;

+ 1 - 1
static/style/protocol/index.min.css

@@ -1 +1 @@
-html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0}header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left;font-weight:normal}html,body,fieldset,img,iframe,abbr{border:0}i,cite,em,var,address,dfn{font-style:normal}[hidefocus],summary{outline:0}li{list-style:none}h1,h2,h3,h4,h5,h6,small{font-size:100%}a,button{cursor:pointer}h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold}del,ins,u,s,a,a:hover{text-decoration:none}.conter,.conttle{overflow:hidden;padding:30rpx;padding-bottom:200rpx}.large{width:100%;height:1px;background-color:var(--v-primary-base)}.Protocol{width:100%;background-color:#fff}.Protocol p{color:var(--color-333);font-size:14px;line-height:30px}.segment{width:100%;font-size:38rpx;color:#0E100F;margin-top:40rpx;margin-bottom:30rpx;font-weight:700;text-align:center;font-family:MiSans-Semibold}.subtitle,.crosshead{color:var(--v-primary-base);font-size:14px;line-height:30px}.crosshead{color:var(--color-333)}.text-color{margin-top:0px;margin-bottom:0px;padding:0px;color:#333;font-size:14px;line-height:30px;font-family:MiSans-Normal;white-space:normal}.text-font{font-family:MiSans-Normal}.text-size{margin:0px;padding:0px;font-size:14px;color:#00B760;line-height:30px;font-family:MiSans-Normal;white-space:normal}.text-p{text-align:justify;font-family:Calibri;font-size:14px;white-space:normal}
+html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0}header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block}table{border-collapse:collapse;border-spacing:0}caption,th{text-align:left;font-weight:normal}html,body,fieldset,img,iframe,abbr{border:0}i,cite,em,var,address,dfn{font-style:normal}[hidefocus],summary{outline:0}li{list-style:none}h1,h2,h3,h4,h5,h6,small{font-size:100%}a,button{cursor:pointer}h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold}del,ins,u,s,a,a:hover{text-decoration:none}.conter,.conttle{overflow:hidden;padding:30rpx;padding-bottom:200rpx}.large{width:100%;height:1px;background-color:var(--v-primary-base)}.Protocol{width:100%;background-color:#fff}.Protocol p{color:var(--color-333);font-size:14px;line-height:30px}.segment{width:100%;font-size:38rpx;color:#0E100F;margin-top:40rpx;margin-bottom:30rpx;font-weight:700;text-align:center;font-family:MiSans-Semibold}.subtitle,.crosshead{color:var(--v-primary-base);font-size:14px;line-height:30px}.crosshead{color:var(--color-333)}.text-color{margin-top:0px;margin-bottom:0px;padding:0px;color:#333;font-size:14px;line-height:30px;font-family:MiSans-Normal;white-space:normal}.text-font{font-family:MiSans-Normal}.text-size{margin:0px;padding:0px;font-size:14px;color:#007aff;line-height:30px;font-family:MiSans-Normal;white-space:normal}.text-p{text-align:justify;font-family:Calibri;font-size:14px;white-space:normal}

+ 1 - 1
static/style/protocol/index.scss

@@ -108,7 +108,7 @@ del,ins,u,s,a,a:hover {
   margin: 0px; 
   padding: 0px; 
   font-size: 14px; 
-  color: #00B760; 
+  color: #007aff; 
   line-height: 30px; 
   font-family: MiSans-Normal; 
   white-space: normal;

+ 1 - 1
uni_modules/uni-scss/theme.scss

@@ -3,7 +3,7 @@ $uni-space-root: 2;
 // 边框半径默认值
 $uni-radius-root:5px;
 // 主色
-$uni-primary: #00B760;
+$uni-primary: #007aff;
 // 辅助色
 $uni-success: #4CAF50;
 // 警告色

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است