
1/3
${data.index + 1}/${data.total}
-
${Array(data.total).fill(0).map((num, index) => `
`).join('')}
Description
| PU: | YSHMY250218184 |
| Style: | Casual |
| Pattern Type: | Plain |
| Season: | Spring and Summer |
| Length: | Long sleeve |
| Material: | Cotton and Linen |
Body Measurements:
| Body Measurements | |||||||||
| Size Chart: | US | UK | EU | Bust | Waist | Hips | |||
| CM | inch | CM | inch | CM | inch | ||||
| XS | 4 | 8 | 36 | 85 | 33.5 | 63 | 24.8 | 93 | 36.6 |
| S | 6 - 8 | 10 - 12 | 38 - 40 | 90 | 35.4 | 68 | 26.8 | 98 | 38.6 |
| M | 10 | 14 | 42 | 95 | 37.4 | 73 | 28.7 | 103 | 40.6 |
| L | 12 | 16 | 44 | 100 | 39.4 | 78 | 30.7 | 108 | 42.5 |
| XL | 14 | 18 | 46 | 105 | 41.3 | 83 | 32.7 | 113 | 44.5 |
| 2XL | 16 | 20 | 48 | 110 | 43.3 | 88 | 34.6 | 118 | 46.5 |
| 3XL | 18 | 22 | 50 | 115 | 45.3 | 93 | 36.6 | 123 | 48.4 |
| *Depending on your body type and dressing habits, the above sizesare for reference only. | |||||||||
Top size:
| Size Chart: | Length | Sleeve Length | Shoulder | Bust | ||||
| CM | inch | CM | inch | CM | inch | CM | inch | |
| XS | 72 | 28.3 | 47 | 18.5 | 39 | 15.4 | 99 | 39.0 |
| S | 73 | 28.7 | 48 | 18.9 | 40 | 15.7 | 104 | 40.9 |
| M | 74 | 29.1 | 49 | 19.29 | 41 | 16.1 | 109 | 42.9 |
| L | 75 | 29.5 | 50 | 19.69 | 42 | 16.5 | 114 | 44.9 |
| XL | 76 | 29.9 | 51 | 20.08 | 43 | 16.9 | 119 | 46.9 |
| 2XL | 77 | 30.3 | 52 | 20.47 | 44 | 17.3 | 124 | 48.8 |
| 3XL | 78 | 30.7 | 53 | 20.87 | 45 | 17.7 | 129 | 50.8 |
Pants size:
| Size Chart: | Length | Inseam | Waist | Hips | ||||
| CM | inch | CM | inch | CM | inch | CM | inch | |
| XS | 105 | 41.3 | 70 | 27.6 | 68 | 26.8 | 103 | 40.6 |
| S | 106 | 41.7 | 71 | 28.0 | 73 | 28.7 | 108 | 42.5 |
| M | 107 | 42.1 | 72 | 28.3 | 78 | 30.7 | 113 | 44.5 |
| L | 108 | 42.5 | 73 | 28.7 | 83 | 32.7 | 118 | 46.5 |
| XL | 109 | 42.9 | 74 | 29.1 | 88 | 34.6 | 123 | 48.4 |
| 2XL | 110 | 43.3 | 75 | 29.5 | 93 | 36.6 | 128 | 50.4 |
| 3XL | 111 | 43.7 | 76 | 29.9 | 98 | 38.6 | 133 | 52.4 |
Order processing time:2-5 business days (Before we ship your order, we have to quality check and pack up carefully.)
Total delivery time= Processing time + Shipping time.
We offer Standard & Expedited shipping for all orders. You can choose your preferred shipping method on the Order Information page during the checkout process.
Click to see more .
${data.starNum}/${data.starTotal}
${data.starNum}/${data.starTotal}
${!isPercentage ? `${data.count}` : `${(data.count / data.total * 100).toFixed(1)}%`}
${data.count > 99 ? '99+' : data.count < 1 ? '' : data.count}
${function() {
if(data.imgCover) {
if(media.videosrc) {
let src = '';
if (media.videosrc) {
src = media.videosrc + '.' + media.ext;
}
const videoDom = `
`;
if(!isPC){
return `
`;
if(!isPC){
return `
`
}else{
return `
`
}
}
} else {
if (media.videosrc) {
let src = '';
if (media.videosrc) {
src = media.videosrc + '.' + media.ext;
}
return `
`
} else if(media.mp4 || media.hls) {
return `
`
} else {
return `
`
}
}
}()}
${videoDom}
`
}
return `
${videoDom}
`
} else if(media.mp4 || media.hls) {
const videoDom = `
${videoDom}
`
}
return `
${videoDom}
`
} else {
if(!isPC){
return `
Newest
Newest
Most liked
Highest ratings
Lowest ratings
Newest
Most liked
Highest ratings
Lowest ratings
All
All(${list.count})
With Photos(${list.image_count})
All(${list.count})
With Photos(${list.image_count})
${arrow}
`);
for (let i = startNumber; i <= endNumber; i++) {
if (i === pageNum) {
nums.push(
`${i}
`
);
} else {
// 第一段:不大于3
if (pageNum <= 3) {
if (i < pageNum + 2 || i > Math.max(endNumber - 4, 0)) {
nums.push(`${i}
`);
}
if (i === pageNum + 2 && i < endNumber - 3) {
nums.push(`...
`);
}
}
// 第二段:大于3 到 倒数第三个
if (pageNum > 3 && pageNum < endNumber - 3) {
if (i < 3 || i > endNumber - 3 || (pageNum - 2 < i && i < pageNum + 2)) {
nums.push(`${i}
`);
}
if (i === 3 && pageNum - 1 !== 3) {
nums.push(`...
`);
}
if (i === endNumber - 4) {
nums.push(`...
`);
}
}
// 第三段: 倒数4个
if (pageNum >= Math.max(endNumber - 3, 4)) {
if (i < 3 || i > endNumber - 3 || i == pageNum - 1) {
nums.push(`${i}
`);
}
if (i === 3 && pageNum > 4 && endNumber > 5) {
nums.push(`...
`);
}
}
}
}
nums.push(`
${arrow}
`);
return `${nums.join(' ')}
`;
}()}
${data.starNum}/${data.starTotal}
${data.starNum}/${data.starTotal}
Write a Review
${data.title}
Reviews
(${data.comment_count > 999 ? '999+' : (data.comment_count || 0)})
Write a Review
View all
${item.username}
Verified
${item.content}
${data.shop_name} reply:
${item.reply && item.reply.length && item.reply[0].content}
${formatDate(item.created_at)}
View more
Wow you reached the bottom
View all
Write a Review
${data.comment_avg_star}
Total reviews: ${data.comment_count > 999 ? '999+' : data.comment_count}
${level}
Reviews
Write a Review
- All(${list.count})
- With Photos(${list.image_count})
Wow you reached the bottom
`;
} else {
return ``;
}
}()}
${function(){
return `
${function(){
if (media.videosrc) {
let src = '';
if (media.videosrc) {
src = media.videosrc + '.' + media.ext;
}
return `
`
} else if(media.mp4 || media.hls) {
return `
`
} else {
return `
`
}
}()}
Write a Review
Reviews
No reviews yet, why don't you leave the first review?
Write a Review
No reviews yet, why don't you leave the first review?
Write a Review
No reviews available. The product reviews component has been hidden
Product Detail Reviews