Flex Design – Oil Price 2

แจกโค้ด Flex ตารางแสดงราคาน้ำมัน [แบบ 2 คอลัมน์] ทุกคนสามารถนำไปต่อยอดประยุกต์ใช้กับงานของตนเอง (การนำไปใช้งานจริงเหมาะกับผู้ที่เคยผ่านการสร้าง Line OA  หรือ Line Bot มาบ้างแล้ว)

How to…

  • คัดลอกโค้ดด้านล่างไปวางที่ https://developers.line.biz/flex-simulator
{
"type": "bubble",
"size": "mega",
"hero": {
"type": "image",
"url": "https://cloud.ex10.tech/public/filestore/Cover2-7478e7eb-6738-11ed-a6e1-76ed57ef0130.png",
"size": "full",
"aspectMode": "cover",
"aspectRatio": "20:8"
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "ราคาวันนี้ (14 ธันวาคม 2565) ",
"position": "relative",
"align": "center",
"adjustMode": "shrink-to-fit",
"color": "#1b1464",
"weight": "bold"
}
]},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "ประเภท",
"offsetTop": "xl",
"color": "#1b1464",
"weight": "bold"
},
{
"type": "text",
"text": ".",
"offsetTop": "xl",
"color": "#ffffff",
"weight": "bold",
"adjustMode": "shrink-to-fit",
"size": "xxs"
},
{
"type": "image",
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/0/07/PTT-01.svg/1200px-PTT-01.svg.png",
"size": "full",
"aspectRatio": "20:12",
"position": "relative"
}
]},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "แก๊สโซฮอล์ 95",
"adjustMode": "shrink-to-fit"
},
{
"type": "text",
"text": "34.15",
"align": "end",
"offsetEnd": "xxl"
}
],
"margin": "md"
},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "แก๊สโซฮอล์ 91",
"adjustMode": "shrink-to-fit"
},
{
"type": "text",
"text": "33.88",
"align": "end",
"offsetEnd": "xxl"
}
],
"margin": "md"
},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "แก๊สโซฮอล์ E85",
"adjustMode": "shrink-to-fit"
},
{
"type": "text",
"text": "32.39",
"align": "end",
"offsetEnd": "xxl"
}
],
"margin": "md"
},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "เบนซิน 95",
"adjustMode": "shrink-to-fit"
},
{
"type": "text",
"text": "41.56",
"align": "end",
"offsetEnd": "xxl"
}
],
"margin": "md"
},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "ดีเซล B7",
"adjustMode": "shrink-to-fit"
},
{
"type": "text",
"text": "34.94",
"align": "end",
"offsetEnd": "xxl"
}
],
"margin": "md"
},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "ดีเซล",
"adjustMode": "shrink-to-fit"
},
{
"type": "text",
"text": "34.94",
"align": "end",
"offsetEnd": "xxl"
}
],
"margin": "md"
},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "ดีเซล B20",
"adjustMode": "shrink-to-fit"
},
{
"type": "text",
"text": "34.94",
"align": "end",
"offsetEnd": "xxl"
}
],
"margin": "md"
},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "ดีเซลพรีเมี่ยม",
"adjustMode": "shrink-to-fit"
},
{
"type": "text",
"text": "43.66",
"align": "end",
"offsetEnd": "xxl"
}
],
"margin": "md"
},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "แก๊ส NGV",
"adjustMode": "shrink-to-fit"
},
{
"type": "text",
"text": "16.59",
"align": "end",
"offsetEnd": "xxl"
}
],
"margin": "md"
},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "แก๊ส NGV",
"adjustMode": "shrink-to-fit"
},
{
"type": "text",
"text": "16.59",
"align": "end",
"offsetEnd": "xxl"
}
],
"margin": "md"
},
{
"type": "separator",
"margin": "xl"
},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "Source:",
"flex": 1,
"size": "xxs",
"color": "#a3a0a0",
"weight": "bold"
},
{
"type": "text",
"text": "https://gasprice.kapook.com/gasprice.php",
"flex": 4,
"color": "#00aeef",
"adjustMode": "shrink-to-fit",
"size": "xxs"
}
],
"margin": "md"
},
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "Creator:",
"flex": 1,
"size": "xxs",
"weight": "bold",
"color": "#a3a0a0"
},
{
"type": "text",
"text": "PATSACHOL BOONMA",
"flex": 4,
"adjustMode": "shrink-to-fit",
"color": "#00aeef",
"size": "xxs"
}
],
"margin": "none"
}
]}
}