File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 14
14
<view class="kind-list__item-bd {{item.open ? 'kind-list__item-bd_show' : ''}}">
15
15
<view class="weui-cells {{item.open ? 'weui-cells_show' : ''}}">
16
16
<block wx:for="{{item.pages}}" wx:for-item="page" wx:key="*this">
17
- <navigator url="{{page}}/{{page}}" class="weui-cell weui-cell_access">
17
+ <navigator url="{{page}}/{{page}}" class="weui-cell weui-cell_access" hover-class="weui-cell_active" >
18
18
<view class="weui-cell__bd">{{page}}</view>
19
19
<view class="weui-cell__ft weui-cell__ft_in-access"></view>
20
20
</navigator>
26
26
</view>
27
27
</view>
28
28
<view class="page__ft">
29
- <image bindtap="themeToggle" src="images/icon_footer.png" style="width: 84px; height: 19px;"></image>
29
+ <view class="ft-img-cnt" bindtap="themeToggle">
30
+ <image src="images/icon_footer.png" style="width: 84px; height: 19px;"></image>
31
+ </view>
30
32
</view>
31
33
</view>
Original file line number Diff line number Diff line change 4
4
* Licensed under the MIT license
5
5
*/
6
6
@import './common.wxss';
7
- .weui-flex{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.weui-cells{margin-top:0;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}.weui-cells:after,.weui-cells:before{display:none}.weui-cells_show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.weui-cell:before{right:15px}.kind-list__item{margin:10px 0;background-color:var(--weui-BG-2);border-radius:2px;overflow:hidden}.kind-list__item:first-child{margin-top:0}.kind-list__img{width:30px;height:30px}[data-weui-theme=dark] .kind-list__img{-webkit-filter:invert(100) hue-rotate(180deg);filter:invert(100) hue-rotate(180deg)}.kind-list__item-hd{padding:20px;-webkit-transition:opacity .3s;transition:opacity .3s}.kind-list__item-hd_show{opacity:.4}.kind-list__item-bd{height:0;overflow:hidden}.kind-list__item-bd_show{height:auto}
7
+ .weui-flex{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.weui-cells{margin-top:0;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}.weui-cells:after,.weui-cells:before{display:none}.weui-cells_show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.weui-cell:before{right:15px}.kind-list__item{margin:10px 0;background-color:var(--weui-BG-2);border-radius:2px;overflow:hidden}.kind-list__item:first-child{margin-top:0}.kind-list__img{width:30px;height:30px}[data-weui-theme=dark] .kind-list__img{-webkit-filter:invert(100) hue-rotate(180deg);filter:invert(100) hue-rotate(180deg)}.kind-list__item-hd{padding:20px;-webkit-transition:opacity .3s;transition:opacity .3s}.kind-list__item-hd_show{opacity:.4}.kind-list__item-bd{height:0;overflow:hidden}.kind-list__item-bd_show{height:auto}
8
+
9
+ .ft-img-cnt {
10
+ display: inline-block;
11
+ height: 20px;
12
+ }
You can’t perform that action at this time.
0 commit comments