mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-14 21:36:47 +08:00
style:修改学习路径图字体颜色
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
backgroundSize:'100%',
|
backgroundSize:'100%',
|
||||||
width:`${current===i?107:93}px`,
|
width:`${current===i?107:93}px`,
|
||||||
height:`${current===i?imgAttr.cheightC:imgAttr.cheight}px`,
|
height:`${current===i?imgAttr.cheightC:imgAttr.cheight}px`,
|
||||||
lineHeight:'50px',color: current===i?'#FFF':'#A06438'}">
|
lineHeight:'50px',color: current===i?imgAttr.ccolors:imgAttr.colors}">
|
||||||
{{ item.name }}
|
{{ item.name }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -54,6 +54,8 @@ const imageAttrs = {
|
|||||||
backurl: back,
|
backurl: back,
|
||||||
currentBack: currentBack,
|
currentBack: currentBack,
|
||||||
nameBack: nameBack,
|
nameBack: nameBack,
|
||||||
|
ccolors: '#FFF',
|
||||||
|
colors: '#FFF',
|
||||||
positions: [
|
positions: [
|
||||||
{left: 50, top: 425},
|
{left: 50, top: 425},
|
||||||
{left: 440, top: 425},
|
{left: 440, top: 425},
|
||||||
@@ -73,6 +75,8 @@ const imageAttrs = {
|
|||||||
backurl: back2,
|
backurl: back2,
|
||||||
currentBack: currentBack2,
|
currentBack: currentBack2,
|
||||||
nameBack: nameBack2,
|
nameBack: nameBack2,
|
||||||
|
ccolors: 'rgb(253,191,117)',
|
||||||
|
colors: '#FFF',
|
||||||
positions: [
|
positions: [
|
||||||
{left: 40, top: 380},
|
{left: 40, top: 380},
|
||||||
{left: 160, top: 290},
|
{left: 160, top: 290},
|
||||||
@@ -92,6 +96,8 @@ const imageAttrs = {
|
|||||||
backurl: back1,
|
backurl: back1,
|
||||||
currentBack: currentBack1,
|
currentBack: currentBack1,
|
||||||
nameBack: nameBack1,
|
nameBack: nameBack1,
|
||||||
|
ccolors: '#FFF',
|
||||||
|
colors: '#A06438',
|
||||||
positions: [
|
positions: [
|
||||||
{left: 20, top: 390},
|
{left: 20, top: 390},
|
||||||
{left: 210, top: 380},
|
{left: 210, top: 380},
|
||||||
|
|||||||
Reference in New Issue
Block a user