Commit 4a0921e7 authored by yating.lin's avatar yating.lin

修改:splash图片格式不对 图片文件名重复

parent 8f5bbdcf
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget id="com.witium.muchang.test" version="2.9.6.6.9" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget id="com.witium.muchang.test" version="2.9.6.8" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>牧场云</name> <name>牧场云</name>
<description>test</description> <description>test</description>
<author email="frank.feng@witium.com" href="http://muchang.witium.com/">Van.chen - frank.feng</author> <author email="frank.feng@witium.com" href="http://muchang.witium.com/">Van.chen - frank.feng</author>
......
resources/android/splash/port.png

311 KB | W: | H:

resources/android/splash/port.png

650 KB | W: | H:

resources/android/splash/port.png
resources/android/splash/port.png
resources/android/splash/port.png
resources/android/splash/port.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -27,28 +27,28 @@ ...@@ -27,28 +27,28 @@
} }
.leftOnPart { .leftOnPart {
background: url("../../assets/index/1.png") center; background: url("../../assets/index/index1.png") center;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
} }
.rightOnPart { .rightOnPart {
background: url("../../assets/index/2.png") center; background: url("../../assets/index/index2.png") center;
position: absolute; position: absolute;
top: 0; top: 0;
left: 50%; left: 50%;
} }
.leftUnderPart { .leftUnderPart {
background: url("../../assets/index/3.png") center; background: url("../../assets/index/index3.png") center;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 0; left: 0;
} }
.rightUnderPart { .rightUnderPart {
background: url("../../assets/index/4.png") center; background: url("../../assets/index/index4.png") center;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment