|
|
@ -36,7 +36,7 @@ export const floorHeatingPosition = [ |
|
|
|
height: '255px', |
|
|
|
lineLeft: '220px', |
|
|
|
lineBottom: '110px', |
|
|
|
color: 'rgba(209, 191, 162,0.5)', |
|
|
|
color: 'rgba(242, 209, 156, 0.5)', |
|
|
|
}, |
|
|
|
lineType: '', |
|
|
|
}, |
|
|
@ -48,7 +48,7 @@ export const floorHeatingPosition = [ |
|
|
|
height: '325px', |
|
|
|
lineLeft: '370px', |
|
|
|
lineBottom: '110px', |
|
|
|
color: 'rgba(214, 224, 153,0.5)', |
|
|
|
color: 'rgba(224, 244, 102,0.5)', |
|
|
|
transform: 'rotateX(43deg) rotateZ(-19deg) skew(12deg) rotateY(-1deg)', |
|
|
|
}, |
|
|
|
lineType: 1, |
|
|
@ -61,12 +61,48 @@ export const floorHeatingPosition = [ |
|
|
|
height: '300px', |
|
|
|
lineLeft: '492px', |
|
|
|
lineBottom: '190px', |
|
|
|
color: 'rgba(196, 180, 228,0.5)', |
|
|
|
transform: 'rotateX(44deg) rotateZ(-20deg) skew(12deg) rotateY(0deg)', |
|
|
|
color: 'rgba(167, 128, 244, 0.5)', |
|
|
|
transform: 'rotateX(42deg) rotateZ(-20deg) skew(17deg) rotateY(0deg)', |
|
|
|
}, |
|
|
|
lineType: 1, |
|
|
|
}, |
|
|
|
{ |
|
|
|
styleText: { |
|
|
|
left: '47.5%', |
|
|
|
bottom: '60.3%', |
|
|
|
width: '100px', |
|
|
|
height: '300px', |
|
|
|
lineLeft: '835px', |
|
|
|
lineBottom: '245px', |
|
|
|
color: 'rgba(155, 216, 224, 0.5)', |
|
|
|
transform: 'rotateX(42deg) rotateZ(-21deg) skew(17deg) rotateY(2deg)', |
|
|
|
}, |
|
|
|
lineType: 1, |
|
|
|
}, |
|
|
|
{ |
|
|
|
styleText: { |
|
|
|
left: '60.5%', |
|
|
|
bottom: '65.5%', |
|
|
|
width: '300px', |
|
|
|
height: '300px', |
|
|
|
lineLeft: '930px', |
|
|
|
lineBottom: '290px', |
|
|
|
color: 'rgba(222, 111, 141, 0.5)', |
|
|
|
transform: 'rotateX(49deg) rotateZ(-24deg) skew(18deg) rotateY(3deg)', |
|
|
|
}, |
|
|
|
lineType: 1, |
|
|
|
}, |
|
|
|
{ |
|
|
|
styleText: { |
|
|
|
left: '73%', |
|
|
|
bottom: '72%', |
|
|
|
width: '150px', |
|
|
|
height: '320px', |
|
|
|
lineLeft: '1218px', |
|
|
|
lineBottom: '335px', |
|
|
|
color: 'rgba(152, 190, 162, 0.5)', |
|
|
|
transform: 'rotateX(50deg) rotateZ(-28deg) skew(17deg) rotateY(3deg)', |
|
|
|
}, |
|
|
|
lineType: 1, |
|
|
|
}, |
|
|
|
{ styleText: { left: '47.5%', bottom: '60.3%' }, lineType: 1 }, |
|
|
|
{ styleText: { left: '60.5%', bottom: '65.5%' }, lineType: 1 }, |
|
|
|
{ styleText: { left: '73%', bottom: '72%' }, lineType: 1 }, |
|
|
|
]; |
|
|
|