|
@@ -85,8 +85,7 @@
|
|
|
showDialog
|
|
|
} from "vant";
|
|
|
import axios from "axios";
|
|
|
- // import soundbyteJpg from "../../assets/img/soundbyte.jpg";
|
|
|
- import siluchunwanJpg from "../../assets/img/siluchunwan.jpg";
|
|
|
+ import siluchunwanJpg from "@/assets/img/siluchunwan.jpg";
|
|
|
/**
|
|
|
* window.$originData.orginParames.title 页面标题
|
|
|
* window.$originData.orginParames.parameters 固定参数值
|
|
@@ -208,7 +207,7 @@
|
|
|
.SilkRoadShanShiPin {
|
|
|
width: 100vw;
|
|
|
min-height: 100vh;
|
|
|
- background-color: #d0696a;
|
|
|
+ background-color: #a05954;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
|