|
@@ -34,12 +34,13 @@
|
|
|
</div>
|
|
|
</van-overlay>
|
|
|
|
|
|
+ <!-- confirm-button-color="linear-gradient(90deg, #0038ad, #004fd9)" -->
|
|
|
<van-dialog
|
|
|
theme="round-button"
|
|
|
confirm-button-text="关 闭"
|
|
|
- confirm-button-color="linear-gradient(90deg, #0038ad, #004fd9)"
|
|
|
v-model:show="toDetail"
|
|
|
title="详情"
|
|
|
+ confirm-button-color="#cc0003"
|
|
|
>
|
|
|
<div class="DetailMain">
|
|
|
<p class="DetailLine">活动说明</p>
|
|
@@ -147,7 +148,8 @@ function toShanshipinFunc() {
|
|
|
from(#0038ad),
|
|
|
to(#004fd9)
|
|
|
);
|
|
|
- background: linear-gradient(90deg, #0038ad, #004fd9);
|
|
|
+ background: #cc0003;
|
|
|
+ // background: linear-gradient(90deg, #0038ad, #004fd9);
|
|
|
width: 100%;
|
|
|
height: 2.5em;
|
|
|
line-height: 2.5em;
|