|
|
@ -28,10 +28,45 @@ export const airConditioningPosition = [ |
|
|
|
]; |
|
|
|
//地暖
|
|
|
|
export const floorHeatingPosition = [ |
|
|
|
{ styleText: { left: '13%', bottom: '44%' }, lineType: '' }, |
|
|
|
{ styleText: { left: '22%', bottom: '48%' }, lineType: 1 }, |
|
|
|
{ styleText: { left: '34%', bottom: '53%' }, lineType: 1 }, |
|
|
|
{ styleText: { left: '49%', bottom: '59%' }, lineType: 1 }, |
|
|
|
{ |
|
|
|
styleText: { |
|
|
|
left: '13%', |
|
|
|
bottom: '44%', |
|
|
|
width: '150px', |
|
|
|
height: '255px', |
|
|
|
lineLeft: '220px', |
|
|
|
lineBottom: '110px', |
|
|
|
color: 'rgba(209, 191, 162,0.5)', |
|
|
|
}, |
|
|
|
lineType: '', |
|
|
|
}, |
|
|
|
{ |
|
|
|
styleText: { |
|
|
|
left: '21%', |
|
|
|
bottom: '48%', |
|
|
|
width: '130px', |
|
|
|
height: '325px', |
|
|
|
lineLeft: '370px', |
|
|
|
lineBottom: '110px', |
|
|
|
color: 'rgba(214, 224, 153,0.5)', |
|
|
|
transform: 'rotateX(43deg) rotateZ(-19deg) skew(12deg) rotateY(-1deg)', |
|
|
|
}, |
|
|
|
lineType: 1, |
|
|
|
}, |
|
|
|
{ |
|
|
|
styleText: { |
|
|
|
left: '34.5%', |
|
|
|
bottom: '53.5%', |
|
|
|
width: '350px', |
|
|
|
height: '300px', |
|
|
|
lineLeft: '492px', |
|
|
|
lineBottom: '190px', |
|
|
|
color: 'rgba(196, 180, 228,0.5)', |
|
|
|
transform: 'rotateX(44deg) rotateZ(-20deg) skew(12deg) rotateY(0deg)', |
|
|
|
}, |
|
|
|
lineType: 1, |
|
|
|
}, |
|
|
|
{ styleText: { left: '47.5%', bottom: '60.3%' }, lineType: 1 }, |
|
|
|
{ styleText: { left: '60.5%', bottom: '65.5%' }, lineType: 1 }, |
|
|
|
{ styleText: { left: '72%', bottom: '72%' }, lineType: 1 }, |
|
|
|
{ styleText: { left: '73%', bottom: '72%' }, lineType: 1 }, |
|
|
|
]; |
|
|
|