Commit a6094951 authored by hcyhuchaoyue's avatar hcyhuchaoyue

fix:提交

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