hookehuyr

馃 refactor: 鍥剧墖鍏ㄩ儴涓冪墰绾夸笂鑾峰彇

......@@ -6,7 +6,7 @@
top: 0;
width: 100%;
height: 10px;
background-image: url('@images/top-xian@2x.png');
background-image: url('http://gyzs.onwall.cn/top-xian%402x.png');
background-size: contain;
}
.content-bg {
......@@ -18,7 +18,8 @@
*/
height: 100%;
min-height: 100vh;
background-image: url('@images/bg-yellow-duan@2x.png');
// background-image: url('@images/bg-yellow-duan@2x.png');
background-image: url('http://gyzs.onwall.cn/bg-yellow-duan%402x.png');
// background-size: cover;
// background: linear-gradient(360deg, #FDD347 0%, #FFED6D 100%) ;
}
......
......@@ -74,7 +74,8 @@ export default {
<style lang="less" scoped>
.donate-certificate {
background-image: url('@images/zhengshu-banner@2x.png');
// background-image: url('@images/zhengshu-banner@2x.png');
background-image: url('http://gyzs.onwall.cn/zhengshu-banner%402x.png');
background-color: white;
background-repeat: no-repeat;
background-size: contain;
......
......@@ -202,7 +202,8 @@ axios.get('/srv/?a=kg_info')
top: 7.5rem;
width: 1rem;
height: 3rem;
background-image: url('@images/ding03@2x.png');
// background-image: url('@images/ding03@2x.png');
background-image: url('http://gyzs.onwall.cn/ding03%402x.png');
background-size: contain;
background-repeat: no-repeat;
&.left {
......
......@@ -93,7 +93,8 @@ const exitLogin = () => {
<style lang="less" scoped>
.top-content {
background-image: url('@images/bg@2x.png');
// background-image: url('@images/bg@2x.png');
background-image: url('http://gyzs.onwall.cn/bg%402x.png');
background-size: cover;
padding: 1rem;
text-align: center;
......
......@@ -131,7 +131,8 @@ const donateType = computed(() => {
top: 2.5rem;
width: 1rem;
height: 3rem;
background-image: url('@images/ding-left@2x.png');
// background-image: url('@images/ding-left@2x.png');
background-image: url('http://gyzs.onwall.cn/ding-left%402x.png');
background-size: contain;
background-repeat: no-repeat;
......
......@@ -163,7 +163,8 @@ onBeforeRouteLeave(() => {
// background: linear-gradient(310deg, #FDD347 0%, #FFED6D 100%);
// background: @base-color;
// background: #CFF;
background-image: url('@images/bg@2x.png');
// background-image: url('@images/bg@2x.png');
background-image: url('http://gyzs.onwall.cn/bg%402x.png');
background-size: cover;
.info {
padding: 2rem;
......
......@@ -189,7 +189,8 @@ const handleUser = (type) => {
.header-wrapper {
// background: linear-gradient(310deg, #FDD347 0%, #FFED6D 100%);
// background: #CFF;
background-image: url('@images/bg@2x.png');
// background-image: url('@images/bg@2x.png');
background-image: url('http://gyzs.onwall.cn/bg%402x.png');
background-size: cover;
.info {
padding: 2rem;
......