更改主题色
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- 机构端 - 服务订单详情页面 -->
|
||||
<!-- 机构端 - 服务订单详情页面 -->
|
||||
<template>
|
||||
<view class="detail-page">
|
||||
<!-- #ifdef MP-WEIXIN -->
|
||||
@@ -944,7 +944,7 @@
|
||||
|
||||
/* 医养状态色系 */
|
||||
.sh-pay { background: linear-gradient(135deg, #FF7800 0%, #ff9500 100%); }
|
||||
.sh-pending { background: linear-gradient(135deg, rgb(66,121,240) 0%, rgb(40,80,180) 100%); }
|
||||
.sh-pending { background: linear-gradient(135deg, #A6F1E4 0%, #69DFC2 100%); }
|
||||
.sh-service { background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%); }
|
||||
.sh-done { background: linear-gradient(135deg, #26A69A 0%, #00796B 100%); }
|
||||
.sh-cancel { background: linear-gradient(135deg, #90A4AE 0%, #607D8B 100%); }
|
||||
@@ -1332,10 +1332,10 @@
|
||||
|
||||
.copy-tag {
|
||||
font-size: 20rpx;
|
||||
color: rgb(66,121,240);
|
||||
color: #09C39D;
|
||||
border-width: 1rpx;
|
||||
border-style: solid;
|
||||
border-color: rgb(66,121,240);
|
||||
border-color: #09C39D;
|
||||
border-radius: 4rpx;
|
||||
padding: 2rpx 10rpx;
|
||||
margin-left: 12rpx;
|
||||
@@ -1371,8 +1371,8 @@
|
||||
}
|
||||
|
||||
.remark-tag.buyer {
|
||||
background-color: #e8f4ff;
|
||||
color: rgb(66,121,240);
|
||||
background-color: #E3F7ED;
|
||||
color: #09C39D;
|
||||
}
|
||||
|
||||
.remark-tag.merchant {
|
||||
@@ -1393,7 +1393,7 @@
|
||||
|
||||
.remark-edit-btn {
|
||||
font-size: 22rpx;
|
||||
color: rgb(66,121,240);
|
||||
color: #09C39D;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@@ -1445,7 +1445,7 @@
|
||||
}
|
||||
|
||||
.tl-dot-active {
|
||||
background-color: rgb(66,121,240);
|
||||
background-color: #09C39D;
|
||||
}
|
||||
|
||||
.tl-line {
|
||||
@@ -1548,7 +1548,7 @@
|
||||
}
|
||||
|
||||
.ab-primary {
|
||||
background-color: rgb(66,121,240);
|
||||
background-color: #09C39D;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
@@ -1672,7 +1672,7 @@
|
||||
}
|
||||
|
||||
.modal-btn.confirm {
|
||||
color: rgb(66,121,240);
|
||||
color: #09C39D;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user