Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-06 16:56:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2e26be13e6da616caedccda773054c154f978118
2e26be13
1 parent
7c53712a
馃 refactor: 鍥剧墖鍏ㄩ儴涓冪墰绾夸笂鑾峰彇
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
8 deletions
src/assets/css/content-bg.less
src/components/DonateCert/index.vue
src/views/business/index.vue
src/views/business/me.vue
src/views/client/chooseBook.vue
src/views/client/personIndex.vue
src/views/me/index.vue
src/assets/css/content-bg.less
View file @
2e26be1
...
...
@@ -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%40
2x.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%) ;
}
...
...
src/components/DonateCert/index.vue
View file @
2e26be1
...
...
@@ -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;
...
...
src/views/business/index.vue
View file @
2e26be1
...
...
@@ -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 {
...
...
src/views/business/me.vue
View file @
2e26be1
...
...
@@ -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;
...
...
src/views/client/chooseBook.vue
View file @
2e26be1
...
...
@@ -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;
...
...
src/views/client/personIndex.vue
View file @
2e26be1
...
...
@@ -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;
...
...
src/views/me/index.vue
View file @
2e26be1
...
...
@@ -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;
...
...
Please
register
or
login
to post a comment