18 changed files with 286 additions and 361 deletions
-
40src/api/library.js
-
BINsrc/assets/images/default-img.png
-
97src/assets/styles/_variables.scss
-
10src/assets/styles/ball-running-animate.css
-
24src/assets/styles/index.scss
-
8src/assets/styles/style.scss
-
16src/components/echart/lineChartService.vue
-
46src/utils/index.js
-
41src/views/accessToLibrary/index.vue
-
90src/views/data.json
-
2src/views/index.vue
-
4src/views/indexSelfService.vue
-
47src/views/lengingRanking/index.vue
-
60src/views/newBookRecommend/index.vue
-
49src/views/notice/index.vue
-
71src/views/readStar/index.vue
-
3src/views/todayBorrowed/index.vue
-
17src/views/totalLending/index.vue
After Width: 66 | Height: 83 | Size: 6.8 KiB |
@ -1,97 +0,0 @@ |
|||||
// 颜色 |
|
||||
$colors: ( |
|
||||
"primary": #db9e3f, |
|
||||
"info-1": #4394e4, |
|
||||
"info": #4b67af, |
|
||||
"white": #ffffff, |
|
||||
"light": #f9f9f9, |
|
||||
"grey-1": #999999, |
|
||||
"grey": #666666, |
|
||||
"dark-1": #5f5f5f, |
|
||||
"dark": #222222, |
|
||||
"black-1": #171823, |
|
||||
"black": #000000, |
|
||||
); |
|
||||
|
|
||||
// 字体大小 |
|
||||
$base-font-size: 0.2rem; |
|
||||
$font-sizes: ( |
|
||||
xxs: 0.1, |
|
||||
//8px |
|
||||
xs: 0.125, |
|
||||
//10px |
|
||||
sm: 0.2875, |
|
||||
//12px |
|
||||
md: 0.1625, |
|
||||
//13px |
|
||||
lg: 0.175, |
|
||||
//14px |
|
||||
xl: 0.2, |
|
||||
//16px |
|
||||
xxl: 0.225, |
|
||||
//18px |
|
||||
xxxl: 0.25 |
|
||||
); |
|
||||
|
|
||||
// 宽高 |
|
||||
.w-100 { |
|
||||
width: 100%; |
|
||||
} |
|
||||
.h-100 { |
|
||||
height: 100%; |
|
||||
} |
|
||||
|
|
||||
//flex |
|
||||
.d-flex { |
|
||||
display: flex; |
|
||||
} |
|
||||
.flex-column { |
|
||||
flex-direction: column; |
|
||||
} |
|
||||
.flex-wrap { |
|
||||
flex-wrap: wrap; |
|
||||
} |
|
||||
.flex-nowrap { |
|
||||
flex-wrap: nowrap; |
|
||||
} |
|
||||
$flex-jc: ( |
|
||||
start: flex-start, |
|
||||
end: flex-end, |
|
||||
center: center, |
|
||||
between: space-between, |
|
||||
around: space-around, |
|
||||
evenly: space-evenly, |
|
||||
); |
|
||||
|
|
||||
$flex-ai: ( |
|
||||
start: flex-start, |
|
||||
end: flex-end, |
|
||||
center: center, |
|
||||
stretch: stretch, |
|
||||
); |
|
||||
|
|
||||
.flex-1 { |
|
||||
flex: 1; |
|
||||
} |
|
||||
|
|
||||
//.mt-1 => margin top |
|
||||
//spacing |
|
||||
$spacing-types: ( |
|
||||
m: margin, |
|
||||
p: padding, |
|
||||
); |
|
||||
$spacing-directions: ( |
|
||||
t: top, |
|
||||
r: right, |
|
||||
b: bottom, |
|
||||
l: left, |
|
||||
); |
|
||||
$spacing-base-size: 0.2rem; |
|
||||
$spacing-sizes: ( |
|
||||
0: 0, |
|
||||
1: 0.25, |
|
||||
2: 0.5, |
|
||||
3: 1, |
|
||||
4: 1.5, |
|
||||
5: 3, |
|
||||
); |
|
@ -1,90 +0,0 @@ |
|||||
{ |
|
||||
"ranking":[ |
|
||||
{ |
|
||||
"img":"https://qiniu.aiyxlib.com/bg.png", |
|
||||
"title": "大个子狗与小个子猫", |
|
||||
"author": "高小定", |
|
||||
"ranking": 1 |
|
||||
}, |
|
||||
{ |
|
||||
"img":"https://qiniu.aiyxlib.com/bg.png", |
|
||||
"title": "森林大探险", |
|
||||
"author": "卷毛老师", |
|
||||
"ranking": 2 |
|
||||
}, |
|
||||
{ |
|
||||
"img":"https://qiniu.aiyxlib.com/bg.png", |
|
||||
"title": "家有喵星人", |
|
||||
"author": "查尔斯", |
|
||||
"ranking": 3 |
|
||||
}, |
|
||||
{ |
|
||||
"img":"https://qiniu.aiyxlib.com/bg.png", |
|
||||
"title": "奇妙的冒险", |
|
||||
"author": "李小飞", |
|
||||
"ranking": 4 |
|
||||
}, |
|
||||
{ |
|
||||
"img":"https://qiniu.aiyxlib.com/bg.png", |
|
||||
"title": "豆豆龙成长记", |
|
||||
"author": "卷毛老师", |
|
||||
"ranking": 5 |
|
||||
}, |
|
||||
{ |
|
||||
"img":"https://qiniu.aiyxlib.com/bg.png", |
|
||||
"title": "奇妙的冒险", |
|
||||
"author": "李小飞", |
|
||||
"ranking": 6 |
|
||||
}, |
|
||||
{ |
|
||||
"img":"https://qiniu.aiyxlib.com/bg.png", |
|
||||
"title": "豆豆龙成长记", |
|
||||
"author": "卷毛老师", |
|
||||
"ranking": 7 |
|
||||
} |
|
||||
], |
|
||||
"readstar":[ |
|
||||
{ |
|
||||
"des": "读者张山上周借阅图书30册", |
|
||||
"date": "2022-09-06", |
|
||||
"ranking": 1 |
|
||||
}, |
|
||||
{ |
|
||||
"des": "读者张山上周借阅图书30册", |
|
||||
"date": "2022-09-06", |
|
||||
"ranking": 2 |
|
||||
}, |
|
||||
{ |
|
||||
"des": "读者张山上周借阅图书30册", |
|
||||
"date": "2022-09-06", |
|
||||
"ranking": 3 |
|
||||
}, |
|
||||
{ |
|
||||
"des": "读者张山上周借阅图书30册", |
|
||||
"date": "2022-09-06", |
|
||||
"ranking": 4 |
|
||||
}, |
|
||||
{ |
|
||||
"des": "读者张山上周借阅图书30册", |
|
||||
"date": "2022-09-06", |
|
||||
"ranking": 5 |
|
||||
} |
|
||||
, |
|
||||
{ |
|
||||
"des": "读者张山上周借阅图书30册", |
|
||||
"date": "2022-09-06", |
|
||||
"ranking": 6 |
|
||||
}, |
|
||||
{ |
|
||||
"des": "读者张山上周借阅图书30册", |
|
||||
"date": "2022-09-06", |
|
||||
"ranking": 7 |
|
||||
} |
|
||||
, |
|
||||
{ |
|
||||
"des": "读者张山上周借阅图书30册", |
|
||||
"date": "2022-09-06", |
|
||||
"ranking": 8 |
|
||||
} |
|
||||
] |
|
||||
} |
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue