add button image

This commit is contained in:
2025-09-29 18:04:28 +08:00
parent 2d177c2a78
commit 6719f03b11
10 changed files with 75 additions and 11 deletions

BIN
images/cancer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

BIN
images/juxiezuo_yuhua.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 MiB

BIN
images/lion.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

BIN
images/lion1_yuhua.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

BIN
images/sheshou_yuhua.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

BIN
images/shuangyu_yuhua.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

View File

@@ -1,5 +1,5 @@
<view class="page-container"> <view class="page-container">
<video id="bg-video" <video class="bg-video"
src="http://exam.yinyue.click/sky.mp4" src="http://exam.yinyue.click/sky.mp4"
loop loop
muted muted
@@ -11,7 +11,11 @@
<!-- 这里可以添加首页其他内容,比如标题、按钮等 --> <!-- 这里可以添加首页其他内容,比如标题、按钮等 -->
<view class="content"> <view class="content">
<view class="xz_bg"> <view class="xz_bg">
<image id='xz_xiannv' src="/images/xiannv2.png" mode=""/> <image class='xz_xiannv' src="/images/xiannv2.png" mode=""/>
<image class='xz_lion' src="/images/lion1_yuhua.png" mode="" />
<image class='xz_juxie' src="/images/juxiezuo_yuhua.png" mode="" />
<image class='xz_sheshou' src="/images/sheshou_yuhua.png" mode="" />
<image class='xz_shuangyu' src="/images/shuangyu_yuhua.png" mode="" />
</view> </view>
<text class="title"></text> <text class="title"></text>

View File

@@ -5,7 +5,7 @@
overflow: hidden; overflow: hidden;
} }
#bg-video { .bg-video {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
@@ -37,8 +37,39 @@
justify-content: space-between; /* 项目之间有相等间距,两端贴边 */ justify-content: space-between; /* 项目之间有相等间距,两端贴边 */
padding-top: 100rpx; padding-top: 100rpx;
} }
#xz_xiannv{ .xz_xiannv{
width: 300rpx; width: 400rpx;
height: 300rpx; height: 400rpx;
opacity: 60%; opacity: 95%;
}
.xz_lion{
width: 400rpx;
height: 400rpx;
opacity: 95%;
position: absolute;
top: 220rpx;
left: 320rpx;
}
.xz_juxie{
width: 400rpx;
height: 400rpx;
opacity: 95%;
position: absolute;
top: 500rpx;
}
.xz_sheshou{
width: 400rpx;
height: 400rpx;
opacity: 95%;
position: absolute;
top: 700rpx;
left: 320rpx;
}
.xz_shuangyu{
width: 400rpx;
height: 400rpx;
opacity: 70%;
position: absolute;
top: 900rpx;
} }

View File

@@ -19,11 +19,23 @@
"disablePlugins": [], "disablePlugins": [],
"outputPath": "" "outputPath": ""
}, },
"condition": false "condition": false,
"compileWorklet": false,
"uglifyFileName": false,
"uploadWithSourceMap": true,
"packNpmManually": false,
"minifyWXSS": true,
"minifyWXML": true,
"localPlugins": false,
"disableUseStrict": false,
"useCompilerPlugins": false,
"swc": false,
"disableSWC": true
}, },
"condition": {}, "condition": {},
"editorSetting": { "editorSetting": {
"tabIndent": "insertSpaces", "tabIndent": "insertSpaces",
"tabSize": 2 "tabSize": 2
} },
"simulatorPluginLibVersion": {}
} }

View File

@@ -2,6 +2,23 @@
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "meng", "projectname": "meng",
"setting": { "setting": {
"compileHotReLoad": true "compileHotReLoad": true,
} "urlCheck": true,
"coverView": true,
"lazyloadPlaceholderEnable": false,
"skylineRenderEnable": false,
"preloadBackgroundData": false,
"autoAudits": false,
"useApiHook": true,
"useApiHostProcess": true,
"showShadowRootInWxmlPanel": true,
"useStaticServer": false,
"useLanDebug": false,
"showES6CompileOption": false,
"checkInvalidKey": true,
"ignoreDevUnusedFiles": true,
"bigPackageSizeSupport": false
},
"libVersion": "3.10.1",
"condition": {}
} }