diff --git a/example/qml/page/T_Acrylic.qml b/example/qml/page/T_Acrylic.qml index 02be572..63557bf 100644 --- a/example/qml/page/T_Acrylic.qml +++ b/example/qml/page/T_Acrylic.qml @@ -12,23 +12,21 @@ FluScrollablePage{ FluArea{ Layout.fillWidth: true Layout.topMargin: 20 - height: 1439/5+20 + height: 1200/5+20 paddings: 10 FluRectangle{ - width: 1080/5 - height: 1439/5 - radius:[25,25,25,25] - anchors.verticalCenter: parent.verticalCenter - anchors.left: parent.left - anchors.leftMargin: 20 + width: 1920/5 + height: 1200/5 + radius:[15,15,15,15] Image { asynchronous: true - source: "qrc:/example/res/image/image_huoyin.webp" + source: "qrc:/example/res/image/banner_3.jpg" anchors.fill: parent sourceSize: Qt.size(width,height) FluAcrylic { - anchors.centerIn: parent + anchors.bottom: parent.bottom + anchors.right: parent.right width: 100 height: 100 FluText { @@ -39,7 +37,9 @@ FluScrollablePage{ } } } + Layout.topMargin: 20 } + } CodeExpander{ Layout.fillWidth: true diff --git a/example/qml/page/T_Rectangle.qml b/example/qml/page/T_Rectangle.qml index 96db0a7..be0fc56 100644 --- a/example/qml/page/T_Rectangle.qml +++ b/example/qml/page/T_Rectangle.qml @@ -114,18 +114,17 @@ FluScrollablePage{ } } FluRectangle{ - width: 1080/5 - height: 1439/5 - radius:[25,25,25,25] + width: 1920/5 + height: 1200/5 + radius:[15,15,15,15] Image { asynchronous: true - source: "qrc:/example/res/image/image_huoyin.webp" + source: "qrc:/example/res/image/banner_1.jpg" anchors.fill: parent sourceSize: Qt.size(width,height) } - Layout.topMargin: 10 + Layout.topMargin: 20 } - } } CodeExpander{ diff --git a/example/res/image/image_huoyin.webp b/example/res/image/image_huoyin.webp deleted file mode 100644 index 1b6557d..0000000 Binary files a/example/res/image/image_huoyin.webp and /dev/null differ