add button image
This commit is contained in:
BIN
images/cancer.png
Normal file
BIN
images/cancer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 MiB |
BIN
images/juxiezuo_yuhua.png
Normal file
BIN
images/juxiezuo_yuhua.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 MiB |
BIN
images/lion.png
Normal file
BIN
images/lion.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 MiB |
BIN
images/lion1_yuhua.png
Normal file
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
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
BIN
images/shuangyu_yuhua.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 MiB |
@@ -1,5 +1,5 @@
|
||||
<view class="page-container">
|
||||
<video id="bg-video"
|
||||
<video class="bg-video"
|
||||
src="http://exam.yinyue.click/sky.mp4"
|
||||
loop
|
||||
muted
|
||||
@@ -11,7 +11,11 @@
|
||||
<!-- 这里可以添加首页其他内容,比如标题、按钮等 -->
|
||||
<view class="content">
|
||||
<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>
|
||||
|
||||
<text class="title"></text>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#bg-video {
|
||||
.bg-video {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -37,8 +37,39 @@
|
||||
justify-content: space-between; /* 项目之间有相等间距,两端贴边 */
|
||||
padding-top: 100rpx;
|
||||
}
|
||||
#xz_xiannv{
|
||||
width: 300rpx;
|
||||
height: 300rpx;
|
||||
opacity: 60%;
|
||||
.xz_xiannv{
|
||||
width: 400rpx;
|
||||
height: 400rpx;
|
||||
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;
|
||||
}
|
||||
@@ -19,11 +19,23 @@
|
||||
"disablePlugins": [],
|
||||
"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": {},
|
||||
"editorSetting": {
|
||||
"tabIndent": "insertSpaces",
|
||||
"tabSize": 2
|
||||
}
|
||||
},
|
||||
"simulatorPluginLibVersion": {}
|
||||
}
|
||||
@@ -2,6 +2,23 @@
|
||||
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
|
||||
"projectname": "meng",
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user