Commit 08767264fb55cc30483e42c3d70c55f0fdf027cf
1 parent
a8671655
模板样式优化
Showing
2 changed files
with
18 additions
and
2 deletions
pages/template/index.wxml
| 1 | -<view class="container" style="background-color:{{bgcolor_t}}"> | |
| 1 | +<view class="container" style="background-color:{{bgcolor_t}};{{is_fixed_nav==1?'padding-bottom:110rpx;':'padding-bottom:10rpx;'}}"> | |
| 2 | 2 | |
| 3 | 3 | |
| 4 | 4 | <block wx:if="{{is_full_screen_navigation}}"> |
| ... | ... | @@ -178,6 +178,12 @@ |
| 178 | 178 | <diy_public object="{{item.content}}" prom_type="9"></diy_public> |
| 179 | 179 | </block> |
| 180 | 180 | </view> |
| 181 | + <!-- 技术支持 --> | |
| 182 | + <view class="logo-container t-c"> | |
| 183 | + <view class="flex ai_c fs24 jc-center pdv20 white"> | |
| 184 | + <image src="{{url + 'miniapp/images/luckDraw/logo.png?v=3'}}" class="logo" lazy-load></image>提供技术支持 | |
| 185 | + </view> | |
| 186 | + </view> | |
| 181 | 187 | </block> |
| 182 | 188 | </view> |
| 183 | 189 | <div_tab_bar wx:if="{{is_fixed_nav==1}}"></div_tab_bar> | ... | ... |
pages/template/index.wxss
| ... | ... | @@ -916,4 +916,14 @@ |
| 916 | 916 | height: 250rpx; |
| 917 | 917 | padding-bottom:30rpx; |
| 918 | 918 | } |
| 919 | -.container{ overflow: hidden;} | |
| 920 | 919 | \ No newline at end of file |
| 920 | +.container{ overflow: hidden;} | |
| 921 | +.logo-container { | |
| 922 | + -webkit-filter: brightness(80%); | |
| 923 | + filter: brightness(80%); | |
| 924 | +} | |
| 925 | + | |
| 926 | +.logo { | |
| 927 | + width: 132rpx; | |
| 928 | + height: 37rpx; | |
| 929 | + margin-right: 10rpx; | |
| 930 | +} | ... | ... |