Commit ca192643 by 严立

ui 调整

parent e8a1adbb

6.5 KB | W: | H:

2.51 KB | W: | H:

component/m-nav/image/1-1.png
component/m-nav/image/1-1.png
component/m-nav/image/1-1.png
component/m-nav/image/1-1.png
  • 2-up
  • Swipe
  • Onion skin

9.83 KB | W: | H:

2.34 KB | W: | H:

component/m-nav/image/1-2.png
component/m-nav/image/1-2.png
component/m-nav/image/1-2.png
component/m-nav/image/1-2.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -18,8 +18,8 @@ let styleOption = [ ...@@ -18,8 +18,8 @@ let styleOption = [
'scroll': { titleColor: '#000000;', bgColor: 'rgba(255, 255, 255, 0);', iconBack: './image/back-3.png', iconHome: '', logo: '', logoSize: { width: '', height: '' } } 'scroll': { titleColor: '#000000;', bgColor: 'rgba(255, 255, 255, 0);', iconBack: './image/back-3.png', iconHome: '', logo: '', logoSize: { width: '', height: '' } }
}, { }, {
// 4 - pages/home/home/home // 4 - pages/home/home/home
'normal': { titleColor: '#000000;', bgColor: 'rgba(255, 255, 255, 0);', iconBack: '', iconHome: '', logo: './image/1-1.png', logoSize: { width: '200rpx', height: '60rpx' } }, 'normal': { titleColor: '#000000;', bgColor: 'rgba(255, 255, 255, 0);', iconBack: '', iconHome: '', logo: './image/1-1.png', logoSize: { width: '238rpx', height: '44rpx' } },
'scroll': { titleColor: '#000000;', bgColor: 'rgba(255, 255, 255, 1);', iconBack: '', iconHome: '', logo: './image/1-2.png', logoSize: { width: '200rpx', height: '60rpx' } }, 'scroll': { titleColor: '#000000;', bgColor: 'rgba(255, 255, 255, 1);', iconBack: '', iconHome: '', logo: './image/1-2.png', logoSize: { width: '238rpx', height: '44rpx' } },
}, { }, {
// 5 - pages/play/home/home // 5 - pages/play/home/home
'normal': { titleColor: '#000000;', bgColor: 'rgba(255, 255, 255, 1);', iconBack: '', iconHome: '', logo: './image/2-1.png', logoSize: { width: '130rpx', height: '126rpx' } }, 'normal': { titleColor: '#000000;', bgColor: 'rgba(255, 255, 255, 1);', iconBack: '', iconHome: '', logo: './image/2-1.png', logoSize: { width: '130rpx', height: '126rpx' } },
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
} }
.title image:nth-child(1) { .title image:nth-child(1) {
width: 130rpx; width: 190rpx;
height: 94rpx; height: 94rpx;
} }
......

6.7 KB | W: | H:

8.14 KB | W: | H:

pages/home/dynamic/image/title-auxiliary.png
pages/home/dynamic/image/title-auxiliary.png
pages/home/dynamic/image/title-auxiliary.png
pages/home/dynamic/image/title-auxiliary.png
  • 2-up
  • Swipe
  • Onion skin

15.6 KB | W: | H:

13.3 KB | W: | H:

pages/home/dynamic/image/title.png
pages/home/dynamic/image/title.png
pages/home/dynamic/image/title.png
pages/home/dynamic/image/title.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -3,12 +3,10 @@ ...@@ -3,12 +3,10 @@
<view class="container"> <view class="container">
<image class="login-bgi" src="{{resourcesBase + 'bgi/bgi-99.png'}}"></image> <image class="login-bgi" src="{{resourcesBase + 'bgi/bgi-99.png'}}"></image>
<view class="logo row cc"> <view class="logo row cc">
<image src="./image/logo.png"></image> <image src="{{resourcesBase + 'login/logo.png'}}"></image>
</view> </view>
<view class="slogan column cc ac"> <view class="slogan column cc ac">
<text class="font_normal_26">在奇幻秘境遇见未知的惊喜</text> <image src="{{resourcesBase + 'login/content.png'}}"></image>
<text class="font_normal_26">邂逅森林奇境</text>
<text class="font_normal_26">享受诗意人生</text>
</view> </view>
<view class="login-operation"> <view class="login-operation">
<button class="login-operation-authorization" hidden="{{islogin}}" open-type="getUserInfo" bindgetuserinfo="userInfoHandler">微信授权登录</button> <button class="login-operation-authorization" hidden="{{islogin}}" open-type="getUserInfo" bindgetuserinfo="userInfoHandler">微信授权登录</button>
......
...@@ -26,10 +26,9 @@ ...@@ -26,10 +26,9 @@
margin: 104rpx 0 0 0; margin: 104rpx 0 0 0;
} }
.slogan > text { .slogan > image {
margin: 36rpx 0 0 0; width: 304rpx;
letter-spacing: 12rpx; height: 116rpx;
color: #FFFFFF;
} }
.contentImg { .contentImg {
......
...@@ -9,12 +9,9 @@ Page({ ...@@ -9,12 +9,9 @@ Page({
strategyList: [], strategyList: [],
strategyOriginList: [], strategyOriginList: [],
loading: false, loading: false,
moreData: true, moreData: true,
swiperRecentCurrent: 0, swiperRecentCurrent: 0,
movieList: [], movieList: [],
swiperMovieCurrent: 0, swiperMovieCurrent: 0,
......
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 sign in to comment