|
@@ -9,79 +9,79 @@
|
|
|
/*每个页面公共css */
|
|
|
/* 水平间距 */
|
|
|
.uni-border {
|
|
|
- border: 1px #F0F0F0 solid;
|
|
|
+ border: 1px #d9d9d9 solid;
|
|
|
}
|
|
|
.uni-primary {
|
|
|
- color: #3371FF;
|
|
|
+ color: #08979c;
|
|
|
}
|
|
|
.uni-primary-bg {
|
|
|
- background-color: #3371FF;
|
|
|
+ background-color: #08979c;
|
|
|
}
|
|
|
.uni-primary-disable {
|
|
|
- color: #99b8ff;
|
|
|
+ color: #84cbce;
|
|
|
}
|
|
|
.uni-primary-disable-bg {
|
|
|
- background-color: #99b8ff;
|
|
|
+ background-color: #84cbce;
|
|
|
}
|
|
|
.uni-primary-light {
|
|
|
- color: #d6e3ff;
|
|
|
+ color: #ceeaeb;
|
|
|
}
|
|
|
.uni-primary-light-bg {
|
|
|
- background-color: #d6e3ff;
|
|
|
+ background-color: #ceeaeb;
|
|
|
}
|
|
|
.uni-success {
|
|
|
- color: #18bc37;
|
|
|
+ color: #389e0d;
|
|
|
}
|
|
|
.uni-success-bg {
|
|
|
- background-color: #18bc37;
|
|
|
+ background-color: #389e0d;
|
|
|
}
|
|
|
.uni-success-disable {
|
|
|
- color: #8cde9b;
|
|
|
+ color: #9ccf86;
|
|
|
}
|
|
|
.uni-success-disable-bg {
|
|
|
- background-color: #8cde9b;
|
|
|
+ background-color: #9ccf86;
|
|
|
}
|
|
|
.uni-success-light {
|
|
|
- color: #d1f2d7;
|
|
|
+ color: #d7eccf;
|
|
|
}
|
|
|
.uni-success-light-bg {
|
|
|
- background-color: #d1f2d7;
|
|
|
+ background-color: #d7eccf;
|
|
|
}
|
|
|
.uni-warning {
|
|
|
- color: #f3a73f;
|
|
|
+ color: #fa8c16;
|
|
|
}
|
|
|
.uni-warning-bg {
|
|
|
- background-color: #f3a73f;
|
|
|
+ background-color: #fa8c16;
|
|
|
}
|
|
|
.uni-warning-disable {
|
|
|
- color: #f9d39f;
|
|
|
+ color: #fdc68b;
|
|
|
}
|
|
|
.uni-warning-disable-bg {
|
|
|
- background-color: #f9d39f;
|
|
|
+ background-color: #fdc68b;
|
|
|
}
|
|
|
.uni-warning-light {
|
|
|
- color: #fdedd9;
|
|
|
+ color: #fee8d0;
|
|
|
}
|
|
|
.uni-warning-light-bg {
|
|
|
- background-color: #fdedd9;
|
|
|
+ background-color: #fee8d0;
|
|
|
}
|
|
|
.uni-error {
|
|
|
- color: #e43d33;
|
|
|
+ color: #ff4d4f;
|
|
|
}
|
|
|
.uni-error-bg {
|
|
|
- background-color: #e43d33;
|
|
|
+ background-color: #ff4d4f;
|
|
|
}
|
|
|
.uni-error-disable {
|
|
|
- color: #f29e99;
|
|
|
+ color: #ffa6a7;
|
|
|
}
|
|
|
.uni-error-disable-bg {
|
|
|
- background-color: #f29e99;
|
|
|
+ background-color: #ffa6a7;
|
|
|
}
|
|
|
.uni-error-light {
|
|
|
- color: #fad8d6;
|
|
|
+ color: #ffdbdc;
|
|
|
}
|
|
|
.uni-error-light-bg {
|
|
|
- background-color: #fad8d6;
|
|
|
+ background-color: #ffdbdc;
|
|
|
}
|
|
|
.uni-info {
|
|
|
color: #8f939c;
|
|
@@ -102,28 +102,28 @@
|
|
|
background-color: #e9e9eb;
|
|
|
}
|
|
|
.uni-main-color {
|
|
|
- color: #3a3a3a;
|
|
|
+ color: #1f1f1f;
|
|
|
}
|
|
|
.uni-main-color-bg {
|
|
|
- background-color: #3a3a3a;
|
|
|
+ background-color: #1f1f1f;
|
|
|
}
|
|
|
.uni-base-color {
|
|
|
- color: #6a6a6a;
|
|
|
+ color: #434343;
|
|
|
}
|
|
|
.uni-base-color-bg {
|
|
|
- background-color: #6a6a6a;
|
|
|
+ background-color: #434343;
|
|
|
}
|
|
|
.uni-secondary-color {
|
|
|
- color: #909399;
|
|
|
+ color: #8c8c8c;
|
|
|
}
|
|
|
.uni-secondary-color-bg {
|
|
|
- background-color: #909399;
|
|
|
+ background-color: #8c8c8c;
|
|
|
}
|
|
|
.uni-extra-color {
|
|
|
- color: #c7c7c7;
|
|
|
+ color: #bfbfbf;
|
|
|
}
|
|
|
.uni-extra-color-bg {
|
|
|
- background-color: #c7c7c7;
|
|
|
+ background-color: #bfbfbf;
|
|
|
}
|
|
|
.uni-bg-color {
|
|
|
color: #f7f7f7;
|
|
@@ -132,10 +132,10 @@
|
|
|
background-color: #f7f7f7;
|
|
|
}
|
|
|
.uni-border-1 {
|
|
|
- color: #F0F0F0;
|
|
|
+ color: #d9d9d9;
|
|
|
}
|
|
|
.uni-border-1-bg {
|
|
|
- background-color: #F0F0F0;
|
|
|
+ background-color: #d9d9d9;
|
|
|
}
|
|
|
.uni-border-2 {
|
|
|
color: #EDEDED;
|
|
@@ -2012,7 +2012,7 @@
|
|
|
.uni-btn:not([type])[plain], .uni-btn[type=default][plain] {
|
|
|
color: #999;
|
|
|
background: none;
|
|
|
- border-color: #F0F0F0;
|
|
|
+ border-color: #d9d9d9;
|
|
|
}
|
|
|
.uni-btn:not([type])[plain]:not([hover-class]):active, .uni-btn[type=default][plain]:not([hover-class]):active {
|
|
|
background: none;
|
|
@@ -2044,23 +2044,23 @@
|
|
|
}
|
|
|
.uni-btn[type=primary] {
|
|
|
color: #fff;
|
|
|
- background-color: #3371FF;
|
|
|
- border-color: #2f68eb;
|
|
|
+ background-color: #08979c;
|
|
|
+ border-color: #078b90;
|
|
|
}
|
|
|
.uni-btn[type=primary]:not([hover-class]):active {
|
|
|
- background: #2e66e6;
|
|
|
- border-color: #295acc;
|
|
|
+ background: #07888c;
|
|
|
+ border-color: #06797d;
|
|
|
color: #fff;
|
|
|
outline: none;
|
|
|
}
|
|
|
.uni-btn[type=primary][loading] {
|
|
|
color: #fff;
|
|
|
- background-color: #3371FF;
|
|
|
- border-color: #2f68eb;
|
|
|
+ background-color: #08979c;
|
|
|
+ border-color: #078b90;
|
|
|
}
|
|
|
.uni-btn[type=primary][loading]:not([hover-class]):active {
|
|
|
- background: #2e66e6;
|
|
|
- border-color: #295acc;
|
|
|
+ background: #07888c;
|
|
|
+ border-color: #06797d;
|
|
|
color: #fff;
|
|
|
outline: none;
|
|
|
}
|
|
@@ -2069,58 +2069,58 @@
|
|
|
}
|
|
|
.uni-btn[type=primary][disabled], .uni-btn[type=primary][disabled][loading], .uni-btn[type=primary][disabled]:not([hover-class]):active {
|
|
|
color: #fff;
|
|
|
- border-color: #80a6ff;
|
|
|
- background-color: #99b8ff;
|
|
|
+ border-color: #82b4b5;
|
|
|
+ background-color: #84cbce;
|
|
|
}
|
|
|
.uni-btn[type=primary][plain] {
|
|
|
- color: #3371FF;
|
|
|
- background-color: #ebf1ff;
|
|
|
- border-color: #c2d4ff;
|
|
|
+ color: #08979c;
|
|
|
+ background-color: #e6f5f5;
|
|
|
+ border-color: #b5e0e1;
|
|
|
}
|
|
|
.uni-btn[type=primary][plain]:not([hover-class]):active {
|
|
|
- background: #d6e3ff;
|
|
|
- color: #3371FF;
|
|
|
+ background: #ceeaeb;
|
|
|
+ color: #08979c;
|
|
|
outline: none;
|
|
|
- border-color: #99b8ff;
|
|
|
+ border-color: #84cbce;
|
|
|
}
|
|
|
.uni-btn[type=primary][plain][loading] {
|
|
|
- color: #3371FF;
|
|
|
- background-color: #ebf1ff;
|
|
|
- border-color: #c2d4ff;
|
|
|
+ color: #08979c;
|
|
|
+ background-color: #e6f5f5;
|
|
|
+ border-color: #b5e0e1;
|
|
|
}
|
|
|
.uni-btn[type=primary][plain][loading]:not([hover-class]):active {
|
|
|
- background: #d6e3ff;
|
|
|
- color: #3371FF;
|
|
|
+ background: #ceeaeb;
|
|
|
+ color: #08979c;
|
|
|
outline: none;
|
|
|
- border-color: #99b8ff;
|
|
|
+ border-color: #84cbce;
|
|
|
}
|
|
|
.uni-btn[type=primary][plain][loading]::before {
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
.uni-btn[type=primary][plain][disabled], .uni-btn[type=primary][plain][disabled]:active {
|
|
|
- color: #85aaff;
|
|
|
- background-color: #ebf1ff;
|
|
|
- border-color: #d6e3ff;
|
|
|
+ color: #6bc1c4;
|
|
|
+ background-color: #e6f5f5;
|
|
|
+ border-color: #ceeaeb;
|
|
|
}
|
|
|
.uni-btn[type=success] {
|
|
|
color: #fff;
|
|
|
- background-color: #18bc37;
|
|
|
- border-color: #16ad33;
|
|
|
+ background-color: #389e0d;
|
|
|
+ border-color: #34910c;
|
|
|
}
|
|
|
.uni-btn[type=success]:not([hover-class]):active {
|
|
|
- background: #16a932;
|
|
|
- border-color: #13962c;
|
|
|
+ background: #328e0c;
|
|
|
+ border-color: #2d7e0a;
|
|
|
color: #fff;
|
|
|
outline: none;
|
|
|
}
|
|
|
.uni-btn[type=success][loading] {
|
|
|
color: #fff;
|
|
|
- background-color: #18bc37;
|
|
|
- border-color: #16ad33;
|
|
|
+ background-color: #389e0d;
|
|
|
+ border-color: #34910c;
|
|
|
}
|
|
|
.uni-btn[type=success][loading]:not([hover-class]):active {
|
|
|
- background: #16a932;
|
|
|
- border-color: #13962c;
|
|
|
+ background: #328e0c;
|
|
|
+ border-color: #2d7e0a;
|
|
|
color: #fff;
|
|
|
outline: none;
|
|
|
}
|
|
@@ -2129,58 +2129,58 @@
|
|
|
}
|
|
|
.uni-btn[type=success][disabled], .uni-btn[type=success][disabled][loading], .uni-btn[type=success][disabled]:not([hover-class]):active {
|
|
|
color: #fff;
|
|
|
- border-color: #89c794;
|
|
|
- background-color: #8cde9b;
|
|
|
+ border-color: #93b784;
|
|
|
+ background-color: #9ccf86;
|
|
|
}
|
|
|
.uni-btn[type=success][plain] {
|
|
|
- color: #18bc37;
|
|
|
- background-color: #e8f8eb;
|
|
|
- border-color: #baebc3;
|
|
|
+ color: #389e0d;
|
|
|
+ background-color: #ebf5e7;
|
|
|
+ border-color: #c3e2b6;
|
|
|
}
|
|
|
.uni-btn[type=success][plain]:not([hover-class]):active {
|
|
|
- background: #d1f2d7;
|
|
|
- color: #18bc37;
|
|
|
+ background: #d7eccf;
|
|
|
+ color: #389e0d;
|
|
|
outline: none;
|
|
|
- border-color: #8cde9b;
|
|
|
+ border-color: #9ccf86;
|
|
|
}
|
|
|
.uni-btn[type=success][plain][loading] {
|
|
|
- color: #18bc37;
|
|
|
- background-color: #e8f8eb;
|
|
|
- border-color: #baebc3;
|
|
|
+ color: #389e0d;
|
|
|
+ background-color: #ebf5e7;
|
|
|
+ border-color: #c3e2b6;
|
|
|
}
|
|
|
.uni-btn[type=success][plain][loading]:not([hover-class]):active {
|
|
|
- background: #d1f2d7;
|
|
|
- color: #18bc37;
|
|
|
+ background: #d7eccf;
|
|
|
+ color: #389e0d;
|
|
|
outline: none;
|
|
|
- border-color: #8cde9b;
|
|
|
+ border-color: #9ccf86;
|
|
|
}
|
|
|
.uni-btn[type=success][plain][loading]::before {
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
.uni-btn[type=success][plain][disabled], .uni-btn[type=success][plain][disabled]:active {
|
|
|
- color: #74d787;
|
|
|
- background-color: #e8f8eb;
|
|
|
- border-color: #d1f2d7;
|
|
|
+ color: #88c56e;
|
|
|
+ background-color: #ebf5e7;
|
|
|
+ border-color: #d7eccf;
|
|
|
}
|
|
|
.uni-btn[type=error] {
|
|
|
color: #fff;
|
|
|
- background-color: #e43d33;
|
|
|
- border-color: #d2382f;
|
|
|
+ background-color: #ff4d4f;
|
|
|
+ border-color: #eb4749;
|
|
|
}
|
|
|
.uni-btn[type=error]:not([hover-class]):active {
|
|
|
- background: #cd372e;
|
|
|
- border-color: #b63129;
|
|
|
+ background: #e64547;
|
|
|
+ border-color: #cc3e3f;
|
|
|
color: #fff;
|
|
|
outline: none;
|
|
|
}
|
|
|
.uni-btn[type=error][loading] {
|
|
|
color: #fff;
|
|
|
- background-color: #e43d33;
|
|
|
- border-color: #d2382f;
|
|
|
+ background-color: #ff4d4f;
|
|
|
+ border-color: #eb4749;
|
|
|
}
|
|
|
.uni-btn[type=error][loading]:not([hover-class]):active {
|
|
|
- background: #cd372e;
|
|
|
- border-color: #b63129;
|
|
|
+ background: #e64547;
|
|
|
+ border-color: #cc3e3f;
|
|
|
color: #fff;
|
|
|
outline: none;
|
|
|
}
|
|
@@ -2189,58 +2189,58 @@
|
|
|
}
|
|
|
.uni-btn[type=error][disabled], .uni-btn[type=error][disabled][loading], .uni-btn[type=error][disabled]:not([hover-class]):active {
|
|
|
color: #fff;
|
|
|
- border-color: #e4928d;
|
|
|
- background-color: #f29e99;
|
|
|
+ border-color: #ff8d8e;
|
|
|
+ background-color: #ffa6a7;
|
|
|
}
|
|
|
.uni-btn[type=error][plain] {
|
|
|
- color: #e43d33;
|
|
|
- background-color: #fceceb;
|
|
|
- border-color: #f7c5c2;
|
|
|
+ color: #ff4d4f;
|
|
|
+ background-color: #ffeded;
|
|
|
+ border-color: #ffcaca;
|
|
|
}
|
|
|
.uni-btn[type=error][plain]:not([hover-class]):active {
|
|
|
- background: #fad8d6;
|
|
|
- color: #e43d33;
|
|
|
+ background: #ffdbdc;
|
|
|
+ color: #ff4d4f;
|
|
|
outline: none;
|
|
|
- border-color: #f29e99;
|
|
|
+ border-color: #ffa6a7;
|
|
|
}
|
|
|
.uni-btn[type=error][plain][loading] {
|
|
|
- color: #e43d33;
|
|
|
- background-color: #fceceb;
|
|
|
- border-color: #f7c5c2;
|
|
|
+ color: #ff4d4f;
|
|
|
+ background-color: #ffeded;
|
|
|
+ border-color: #ffcaca;
|
|
|
}
|
|
|
.uni-btn[type=error][plain][loading]:not([hover-class]):active {
|
|
|
- background: #fad8d6;
|
|
|
- color: #e43d33;
|
|
|
+ background: #ffdbdc;
|
|
|
+ color: #ff4d4f;
|
|
|
outline: none;
|
|
|
- border-color: #f29e99;
|
|
|
+ border-color: #ffa6a7;
|
|
|
}
|
|
|
.uni-btn[type=error][plain][loading]::before {
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
.uni-btn[type=error][plain][disabled], .uni-btn[type=error][plain][disabled]:active {
|
|
|
- color: #ef8b85;
|
|
|
- background-color: #fceceb;
|
|
|
- border-color: #fad8d6;
|
|
|
+ color: #ff9495;
|
|
|
+ background-color: #ffeded;
|
|
|
+ border-color: #ffdbdc;
|
|
|
}
|
|
|
.uni-btn[type=warning] {
|
|
|
color: #fff;
|
|
|
- background-color: #f3a73f;
|
|
|
- border-color: #e09a3a;
|
|
|
+ background-color: #fa8c16;
|
|
|
+ border-color: #e68114;
|
|
|
}
|
|
|
.uni-btn[type=warning]:not([hover-class]):active {
|
|
|
- background: #db9639;
|
|
|
- border-color: #c28632;
|
|
|
+ background: #e17e14;
|
|
|
+ border-color: #c87012;
|
|
|
color: #fff;
|
|
|
outline: none;
|
|
|
}
|
|
|
.uni-btn[type=warning][loading] {
|
|
|
color: #fff;
|
|
|
- background-color: #f3a73f;
|
|
|
- border-color: #e09a3a;
|
|
|
+ background-color: #fa8c16;
|
|
|
+ border-color: #e68114;
|
|
|
}
|
|
|
.uni-btn[type=warning][loading]:not([hover-class]):active {
|
|
|
- background: #db9639;
|
|
|
- border-color: #c28632;
|
|
|
+ background: #e17e14;
|
|
|
+ border-color: #c87012;
|
|
|
color: #fff;
|
|
|
outline: none;
|
|
|
}
|
|
@@ -2249,38 +2249,38 @@
|
|
|
}
|
|
|
.uni-btn[type=warning][disabled], .uni-btn[type=warning][disabled][loading], .uni-btn[type=warning][disabled]:not([hover-class]):active {
|
|
|
color: #fff;
|
|
|
- border-color: #f8c887;
|
|
|
- background-color: #f9d39f;
|
|
|
+ border-color: #ecb982;
|
|
|
+ background-color: #fdc68b;
|
|
|
}
|
|
|
.uni-btn[type=warning][plain] {
|
|
|
- color: #f3a73f;
|
|
|
- background-color: #fef6ec;
|
|
|
- border-color: #fbe5c5;
|
|
|
+ color: #fa8c16;
|
|
|
+ background-color: #fff4e8;
|
|
|
+ border-color: #feddb9;
|
|
|
}
|
|
|
.uni-btn[type=warning][plain]:not([hover-class]):active {
|
|
|
- background: #fdedd9;
|
|
|
- color: #f3a73f;
|
|
|
+ background: #fee8d0;
|
|
|
+ color: #fa8c16;
|
|
|
outline: none;
|
|
|
- border-color: #f9d39f;
|
|
|
+ border-color: #fdc68b;
|
|
|
}
|
|
|
.uni-btn[type=warning][plain][loading] {
|
|
|
- color: #f3a73f;
|
|
|
- background-color: #fef6ec;
|
|
|
- border-color: #fbe5c5;
|
|
|
+ color: #fa8c16;
|
|
|
+ background-color: #fff4e8;
|
|
|
+ border-color: #feddb9;
|
|
|
}
|
|
|
.uni-btn[type=warning][plain][loading]:not([hover-class]):active {
|
|
|
- background: #fdedd9;
|
|
|
- color: #f3a73f;
|
|
|
+ background: #fee8d0;
|
|
|
+ color: #fa8c16;
|
|
|
outline: none;
|
|
|
- border-color: #f9d39f;
|
|
|
+ border-color: #fdc68b;
|
|
|
}
|
|
|
.uni-btn[type=warning][plain][loading]::before {
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
.uni-btn[type=warning][plain][disabled], .uni-btn[type=warning][plain][disabled]:active {
|
|
|
- color: #f8ca8c;
|
|
|
- background-color: #fef6ec;
|
|
|
- border-color: #fdedd9;
|
|
|
+ color: #fcba73;
|
|
|
+ background-color: #fff4e8;
|
|
|
+ border-color: #fee8d0;
|
|
|
}
|
|
|
.uni-btn[type=info] {
|
|
|
color: #fff;
|
|
@@ -2343,9 +2343,9 @@
|
|
|
border-color: #e9e9eb;
|
|
|
}
|
|
|
page {
|
|
|
- color: #3a3a3a;
|
|
|
+ color: #1f1f1f;
|
|
|
font-size: 28rpx;
|
|
|
- background: #f8f8f8;
|
|
|
+ background: #f2f2f2;
|
|
|
}
|
|
|
page ._img {
|
|
|
width: 100%;
|