Showing
7 changed files
with
16 additions
and
9 deletions
| ... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
| 6 | top: 0; | 6 | top: 0; |
| 7 | width: 100%; | 7 | width: 100%; |
| 8 | height: 10px; | 8 | height: 10px; |
| 9 | - background-image: url('@images/top-xian@2x.png'); | 9 | + background-image: url('http://gyzs.onwall.cn/top-xian%402x.png'); |
| 10 | background-size: contain; | 10 | background-size: contain; |
| 11 | } | 11 | } |
| 12 | .content-bg { | 12 | .content-bg { |
| ... | @@ -18,7 +18,8 @@ | ... | @@ -18,7 +18,8 @@ |
| 18 | */ | 18 | */ |
| 19 | height: 100%; | 19 | height: 100%; |
| 20 | min-height: 100vh; | 20 | min-height: 100vh; |
| 21 | - background-image: url('@images/bg-yellow-duan@2x.png'); | 21 | + // background-image: url('@images/bg-yellow-duan@2x.png'); |
| 22 | + background-image: url('http://gyzs.onwall.cn/bg-yellow-duan%402x.png'); | ||
| 22 | // background-size: cover; | 23 | // background-size: cover; |
| 23 | // background: linear-gradient(360deg, #FDD347 0%, #FFED6D 100%) ; | 24 | // background: linear-gradient(360deg, #FDD347 0%, #FFED6D 100%) ; |
| 24 | -} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 25 | +} | ... | ... |
| ... | @@ -74,7 +74,8 @@ export default { | ... | @@ -74,7 +74,8 @@ export default { |
| 74 | 74 | ||
| 75 | <style lang="less" scoped> | 75 | <style lang="less" scoped> |
| 76 | .donate-certificate { | 76 | .donate-certificate { |
| 77 | - background-image: url('@images/zhengshu-banner@2x.png'); | 77 | + // background-image: url('@images/zhengshu-banner@2x.png'); |
| 78 | + background-image: url('http://gyzs.onwall.cn/zhengshu-banner%402x.png'); | ||
| 78 | background-color: white; | 79 | background-color: white; |
| 79 | background-repeat: no-repeat; | 80 | background-repeat: no-repeat; |
| 80 | background-size: contain; | 81 | background-size: contain; | ... | ... |
| ... | @@ -202,7 +202,8 @@ axios.get('/srv/?a=kg_info') | ... | @@ -202,7 +202,8 @@ axios.get('/srv/?a=kg_info') |
| 202 | top: 7.5rem; | 202 | top: 7.5rem; |
| 203 | width: 1rem; | 203 | width: 1rem; |
| 204 | height: 3rem; | 204 | height: 3rem; |
| 205 | - background-image: url('@images/ding03@2x.png'); | 205 | + // background-image: url('@images/ding03@2x.png'); |
| 206 | + background-image: url('http://gyzs.onwall.cn/ding03%402x.png'); | ||
| 206 | background-size: contain; | 207 | background-size: contain; |
| 207 | background-repeat: no-repeat; | 208 | background-repeat: no-repeat; |
| 208 | &.left { | 209 | &.left { | ... | ... |
| ... | @@ -93,7 +93,8 @@ const exitLogin = () => { | ... | @@ -93,7 +93,8 @@ const exitLogin = () => { |
| 93 | 93 | ||
| 94 | <style lang="less" scoped> | 94 | <style lang="less" scoped> |
| 95 | .top-content { | 95 | .top-content { |
| 96 | - background-image: url('@images/bg@2x.png'); | 96 | + // background-image: url('@images/bg@2x.png'); |
| 97 | + background-image: url('http://gyzs.onwall.cn/bg%402x.png'); | ||
| 97 | background-size: cover; | 98 | background-size: cover; |
| 98 | padding: 1rem; | 99 | padding: 1rem; |
| 99 | text-align: center; | 100 | text-align: center; | ... | ... |
| ... | @@ -131,7 +131,8 @@ const donateType = computed(() => { | ... | @@ -131,7 +131,8 @@ const donateType = computed(() => { |
| 131 | top: 2.5rem; | 131 | top: 2.5rem; |
| 132 | width: 1rem; | 132 | width: 1rem; |
| 133 | height: 3rem; | 133 | height: 3rem; |
| 134 | - background-image: url('@images/ding-left@2x.png'); | 134 | + // background-image: url('@images/ding-left@2x.png'); |
| 135 | + background-image: url('http://gyzs.onwall.cn/ding-left%402x.png'); | ||
| 135 | background-size: contain; | 136 | background-size: contain; |
| 136 | background-repeat: no-repeat; | 137 | background-repeat: no-repeat; |
| 137 | 138 | ... | ... |
| ... | @@ -163,7 +163,8 @@ onBeforeRouteLeave(() => { | ... | @@ -163,7 +163,8 @@ onBeforeRouteLeave(() => { |
| 163 | // background: linear-gradient(310deg, #FDD347 0%, #FFED6D 100%); | 163 | // background: linear-gradient(310deg, #FDD347 0%, #FFED6D 100%); |
| 164 | // background: @base-color; | 164 | // background: @base-color; |
| 165 | // background: #CFF; | 165 | // background: #CFF; |
| 166 | - background-image: url('@images/bg@2x.png'); | 166 | + // background-image: url('@images/bg@2x.png'); |
| 167 | + background-image: url('http://gyzs.onwall.cn/bg%402x.png'); | ||
| 167 | background-size: cover; | 168 | background-size: cover; |
| 168 | .info { | 169 | .info { |
| 169 | padding: 2rem; | 170 | padding: 2rem; | ... | ... |
| ... | @@ -189,7 +189,8 @@ const handleUser = (type) => { | ... | @@ -189,7 +189,8 @@ const handleUser = (type) => { |
| 189 | .header-wrapper { | 189 | .header-wrapper { |
| 190 | // background: linear-gradient(310deg, #FDD347 0%, #FFED6D 100%); | 190 | // background: linear-gradient(310deg, #FDD347 0%, #FFED6D 100%); |
| 191 | // background: #CFF; | 191 | // background: #CFF; |
| 192 | - background-image: url('@images/bg@2x.png'); | 192 | + // background-image: url('@images/bg@2x.png'); |
| 193 | + background-image: url('http://gyzs.onwall.cn/bg%402x.png'); | ||
| 193 | background-size: cover; | 194 | background-size: cover; |
| 194 | .info { | 195 | .info { |
| 195 | padding: 2rem; | 196 | padding: 2rem; | ... | ... |
-
Please register or login to post a comment