|
@@ -1,9 +1,10 @@
|
|
|
<import src="template/volunteer-template/volunteer-template.wxml" />
|
|
|
<import src="template/growth-template/growth-template.wxml" />
|
|
|
-<view class="home">
|
|
|
- <view style="background: linear-gradient(180deg, #e2eaff 0%, #F7F8FA 100%);">
|
|
|
+<view class="home" style="background-image: url('/assets/images/home/icon_bg1.png');">
|
|
|
+ <!--background: linear-gradient(180deg, #e2eaff 0%, #F7F8FA 100%);-->
|
|
|
+ <view>
|
|
|
<view style="width:100%;height:{{statusBarHeight}};"></view>
|
|
|
- <view class="diy-top" style="height:{{statusBarHeight}};padding-top:{{statusBarHeightTop}}">
|
|
|
+ <view class="diy-top" style="height:{{statusBarHeight}};padding-top:{{statusBarHeightTop}};background: {{activeTitle ? 'linear-gradient(180deg, #cad8ff 0%, #e7edfe 100%)' : ''}};">
|
|
|
<view class="title">青雲慧</view>
|
|
|
<view class="index-wrap-box">
|
|
|
<view class="index-container">
|