產品下單介面 #Flet #Python

更新於 發佈於 閱讀時間約 2 分鐘
修改中文內容

修改中文內容

源碼來源 🌐 Source code from github 🌐 https://github.com/LineIndent/flet_projects/tree/main/ft_product_ui

產品下單介面 #Flet #Python

def card(color_1, color_2):

img = Container(

        on_hover=lambda x: scaleUpImage(x),

        scale=Scale(scale=1.6),

        animate_scale=animation.Animation(800, "bounceOut"),

        content=Image(

            src=f"./burger.png",

            width=250,

            height=220,

        ),

    )

    return Column(

        horizontal_alignment="center",

        spacing=1,

        controls=[img],

    )

留言
avatar-img
留言分享你的想法!
avatar-img
金益工作室
0會員
9內容數
🏷️ 推廣EtherCAT從站開發套件/EasyCAT系列 🏷️ PC, PLC, WEBAPP 程序開發 🏷️ 程序開發學習資源分享