diff --git a/src/views/xuncha/components/patroLogDetails.vue b/src/views/xuncha/components/patroLogDetails.vue index ce2384d..bd5fecd 100644 --- a/src/views/xuncha/components/patroLogDetails.vue +++ b/src/views/xuncha/components/patroLogDetails.vue @@ -335,7 +335,7 @@ width: 150px; height: 70px; margin-top: 20px; - box-shadow: 0px 1px 21px 0px rgba(255 255 255 / 30%); + box-shadow: 0px 1px 21px 0px rgb(2 19 85 / 71%); border-radius: 24px; img { @@ -353,7 +353,7 @@ font-size: 30px; font-family: PingFang SC; font-weight: 500; - color: #fff; + color: #145bf7; margin-top: 10px; margin-left: 8px; }