Commit a6094951 authored by hcyhuchaoyue's avatar hcyhuchaoyue

fix:提交

parent 5e231bf7
...@@ -212,7 +212,7 @@ export const poems = [ ...@@ -212,7 +212,7 @@ export const poems = [
backgroundColor: '#9fafa0', backgroundColor: '#9fafa0',
backgroundImage: backgroundImage:
'linear-gradient(163deg, #9fafa0 0%, #7ca5a5 69%, #ba9985 100%)', 'linear-gradient(163deg, #9fafa0 0%, #7ca5a5 69%, #ba9985 100%)',
color: '#91777c', color: '#F5F0F6',
}, },
}, },
{ {
...@@ -230,7 +230,7 @@ export const poems = [ ...@@ -230,7 +230,7 @@ export const poems = [
content: ['竹杖芒鞋轻胜马,谁怕?一蓑烟雨任平生'], content: ['竹杖芒鞋轻胜马,谁怕?一蓑烟雨任平生'],
style: { style: {
backgroundImage: 'linear-gradient(20deg, #525978 2%, #e8eaeb 100%)', backgroundImage: 'linear-gradient(20deg, #525978 2%, #e8eaeb 100%)',
color: '#656878', color: '#eaeaea',
}, },
}, },
{ {
...@@ -280,7 +280,7 @@ export const poems = [ ...@@ -280,7 +280,7 @@ export const poems = [
style: { style: {
backgroundImage: backgroundImage:
'linear-gradient(25deg, #218da5, #729a8c, #9ea871, #c1b652)', 'linear-gradient(25deg, #218da5, #729a8c, #9ea871, #c1b652)',
color: '#756349', color: '#f9eed3',
}, },
}, },
{ {
...@@ -355,8 +355,8 @@ export const poems = [ ...@@ -355,8 +355,8 @@ export const poems = [
'可与人同。', '可与人同。',
], ],
style: { style: {
backgroundColor: '#215F69', backgroundImage: 'linear-gradient(15deg, #13547a 0%, #80d0c7 100%)',
color: '#31CCC0', color: '#DADDD8',
}, },
}, },
{ {
...@@ -586,7 +586,7 @@ export const poems = [ ...@@ -586,7 +586,7 @@ export const poems = [
style: { style: {
backgroundImage: backgroundImage:
'linear-gradient(25deg, #1098be, #7ca699, #aab572, #cdc541)', 'linear-gradient(25deg, #1098be, #7ca699, #aab572, #cdc541)',
color: '#6b584a', color: '#e9e0d6',
}, },
}, },
{ {
...@@ -737,7 +737,7 @@ export const poems = [ ...@@ -737,7 +737,7 @@ export const poems = [
content: ['浮云一别后,流水十年间'], content: ['浮云一别后,流水十年间'],
style: { style: {
backgroundImage: backgroundImage:
'linear-gradient(25deg, #19656c, #1c8b88, #1ab2a6, #11dbc4)', 'linear-gradient(29deg, #2096bb, #77a39c, #a2b17a, #c3bf54)',
color: '#FDFDEB', color: '#FDFDEB',
}, },
}, },
...@@ -791,7 +791,8 @@ export const poems = [ ...@@ -791,7 +791,8 @@ export const poems = [
author: '粤剧.客途秋恨', author: '粤剧.客途秋恨',
content: ['凉风有信,风月无边'], content: ['凉风有信,风月无边'],
style: { style: {
backgroundColor: '#629460', backgroundImage:
'linear-gradient(25deg, #2c5543, #537d70, #7da8a0, #a8d4d3)',
color: '#F5F0F6', color: '#F5F0F6',
}, },
}, },
...@@ -801,7 +802,7 @@ export const poems = [ ...@@ -801,7 +802,7 @@ export const poems = [
content: ['半溪明月,一枕清风'], content: ['半溪明月,一枕清风'],
style: { style: {
backgroundImage: backgroundImage:
'linear-gradient(25deg, #c46d69, #ab8c87, #84a8a5, #2ac1c5)', 'linear-gradient(25deg, #0a6b57, #488580, #769fac, #a2b9da)',
color: '#dfebe7', color: '#dfebe7',
}, },
}, },
...@@ -819,8 +820,8 @@ export const poems = [ ...@@ -819,8 +820,8 @@ export const poems = [
author: '如果国宝会说话', author: '如果国宝会说话',
content: ['我们哭着降临世界,却可以笑着走向永恒'], content: ['我们哭着降临世界,却可以笑着走向永恒'],
style: { style: {
backgroundColor: '#929DFF', backgroundColor: '#252B2A',
color: '#F1FF82', color: '#B16B47',
}, },
}, },
{ {
......
...@@ -27,7 +27,7 @@ const { info } = useMessage(); ...@@ -27,7 +27,7 @@ const { info } = useMessage();
const source = ref(require('../media/羽肿-花火が瞬く夜に.mp3')); const source = ref(require('../media/羽肿-花火が瞬く夜に.mp3'));
const isPlaying = ref(false); const isPlaying = ref(false);
const carouselRef = ref<any>(null); const carouselRef = ref<any>(null);
const slide = ref('81'); const slide = ref('80');
onMounted(() => { onMounted(() => {
// rightClick(); // rightClick();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment