boom: Grouped current models under men
This commit is contained in:
parent
b5ceb39327
commit
a334610014
1 changed files with 73 additions and 71 deletions
|
@ -1,74 +1,76 @@
|
|||
export default {
|
||||
manSize34: {
|
||||
bicepsCircumference: 335,
|
||||
centerBackNeckToWaist: 489,
|
||||
chestCircumference: 849,
|
||||
hipsCircumference: 722,
|
||||
naturalWaistToHip: 100,
|
||||
neckCircumference: 366,
|
||||
shoulderSlope: 43,
|
||||
shoulderToShoulder: 419,
|
||||
shoulderToWrist: 670,
|
||||
wristCircumference: 175
|
||||
},
|
||||
manSize36: {
|
||||
bicepsCircumference: 290,
|
||||
centerBackNeckToWaist: 492,
|
||||
chestCircumference: 907,
|
||||
hipsCircumference: 780,
|
||||
naturalWaistToHip: 105,
|
||||
neckCircumference: 378,
|
||||
shoulderSlope: 46,
|
||||
shoulderToShoulder: 431,
|
||||
shoulderToWrist: 675,
|
||||
wristCircumference: 180
|
||||
},
|
||||
manSize38: {
|
||||
bicepsCircumference: 305,
|
||||
centerBackNeckToWaist: 495,
|
||||
chestCircumference: 965,
|
||||
hipsCircumference: 838,
|
||||
naturalWaistToHip: 110,
|
||||
neckCircumference: 391,
|
||||
shoulderSlope: 49,
|
||||
shoulderToShoulder: 444,
|
||||
shoulderToWrist: 680,
|
||||
wristCircumference: 185
|
||||
},
|
||||
manSize40: {
|
||||
bicepsCircumference: 320,
|
||||
centerBackNeckToWaist: 498,
|
||||
chestCircumference: 1023,
|
||||
hipsCircumference: 896,
|
||||
naturalWaistToHip: 115,
|
||||
neckCircumference: 404,
|
||||
shoulderSlope: 52,
|
||||
shoulderToShoulder: 457,
|
||||
shoulderToWrist: 685,
|
||||
wristCircumference: 190
|
||||
},
|
||||
manSize42: {
|
||||
bicepsCircumference: 335,
|
||||
centerBackNeckToWaist: 501,
|
||||
chestCircumference: 1081,
|
||||
hipsCircumference: 895,
|
||||
naturalWaistToHip: 120,
|
||||
neckCircumference: 416,
|
||||
shoulderSlope: 55,
|
||||
shoulderToShoulder: 470,
|
||||
shoulderToWrist: 690,
|
||||
wristCircumference: 195
|
||||
},
|
||||
manSize44: {
|
||||
bicepsCircumference: 350,
|
||||
centerBackNeckToWaist: 505,
|
||||
chestCircumference: 1139,
|
||||
hipsCircumference: 1012,
|
||||
naturalWaistToHip: 125,
|
||||
neckCircumference: 429,
|
||||
shoulderSlope: 58,
|
||||
shoulderToShoulder: 483,
|
||||
shoulderToWrist: 700,
|
||||
wristCircumference: 200
|
||||
men: {
|
||||
manSize34: {
|
||||
bicepsCircumference: 335,
|
||||
centerBackNeckToWaist: 489,
|
||||
chestCircumference: 849,
|
||||
hipsCircumference: 722,
|
||||
naturalWaistToHip: 100,
|
||||
neckCircumference: 366,
|
||||
shoulderSlope: 43,
|
||||
shoulderToShoulder: 419,
|
||||
shoulderToWrist: 670,
|
||||
wristCircumference: 175
|
||||
},
|
||||
manSize36: {
|
||||
bicepsCircumference: 290,
|
||||
centerBackNeckToWaist: 492,
|
||||
chestCircumference: 907,
|
||||
hipsCircumference: 780,
|
||||
naturalWaistToHip: 105,
|
||||
neckCircumference: 378,
|
||||
shoulderSlope: 46,
|
||||
shoulderToShoulder: 431,
|
||||
shoulderToWrist: 675,
|
||||
wristCircumference: 180
|
||||
},
|
||||
manSize38: {
|
||||
bicepsCircumference: 305,
|
||||
centerBackNeckToWaist: 495,
|
||||
chestCircumference: 965,
|
||||
hipsCircumference: 838,
|
||||
naturalWaistToHip: 110,
|
||||
neckCircumference: 391,
|
||||
shoulderSlope: 49,
|
||||
shoulderToShoulder: 444,
|
||||
shoulderToWrist: 680,
|
||||
wristCircumference: 185
|
||||
},
|
||||
manSize40: {
|
||||
bicepsCircumference: 320,
|
||||
centerBackNeckToWaist: 498,
|
||||
chestCircumference: 1023,
|
||||
hipsCircumference: 896,
|
||||
naturalWaistToHip: 115,
|
||||
neckCircumference: 404,
|
||||
shoulderSlope: 52,
|
||||
shoulderToShoulder: 457,
|
||||
shoulderToWrist: 685,
|
||||
wristCircumference: 190
|
||||
},
|
||||
manSize42: {
|
||||
bicepsCircumference: 335,
|
||||
centerBackNeckToWaist: 501,
|
||||
chestCircumference: 1081,
|
||||
hipsCircumference: 895,
|
||||
naturalWaistToHip: 120,
|
||||
neckCircumference: 416,
|
||||
shoulderSlope: 55,
|
||||
shoulderToShoulder: 470,
|
||||
shoulderToWrist: 690,
|
||||
wristCircumference: 195
|
||||
},
|
||||
manSize44: {
|
||||
bicepsCircumference: 350,
|
||||
centerBackNeckToWaist: 505,
|
||||
chestCircumference: 1139,
|
||||
hipsCircumference: 1012,
|
||||
naturalWaistToHip: 125,
|
||||
neckCircumference: 429,
|
||||
shoulderSlope: 58,
|
||||
shoulderToShoulder: 483,
|
||||
shoulderToWrist: 700,
|
||||
wristCircumference: 200
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue