forked from weilanwl/coloruicss
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0.7
- Loading branch information
Showing
14 changed files
with
268 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +0,0 @@ | ||
/* pages/component/nav/nav.wxss */ | ||
.ScrollNav.nav { | ||
width: 200rpx; | ||
white-space: initial; | ||
} | ||
|
||
.ScrollNav.nav .cu-item { | ||
width: 100%; | ||
text-align: center; | ||
background-color: #fff; | ||
margin: 0; | ||
border: none; | ||
height: 50px; | ||
position: relative; | ||
} | ||
|
||
.ScrollNav.nav .cu-item.cur { | ||
background-color: #f1f1f1; | ||
} | ||
.ScrollNav.nav .cu-item.cur::after { | ||
content: ""; | ||
width: 8rpx; | ||
height: 30rpx; | ||
border-radius: 10rpx 0 0 10rpx; | ||
position: absolute; | ||
background-color: currentColor; | ||
top: 0; | ||
right: 0rpx; | ||
bottom: 0; | ||
margin: auto; | ||
} | ||
.ScrollBox{ | ||
display: flex; | ||
} | ||
.ScrollMain{ | ||
background-color: #f1f1f1; | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
const app = getApp() | ||
Page({ | ||
data: { | ||
StatusBar: app.globalData.StatusBar, | ||
CustomBar: app.globalData.CustomBar, | ||
Custom: app.globalData.Custom, | ||
TabCur: 0, | ||
VerticalNavTop: 0 | ||
}, | ||
tabSelect(e) { | ||
this.setData({ | ||
TabCur: e.currentTarget.dataset.id, | ||
VerticalNavTop: (e.currentTarget.dataset.id - 1) * 50 | ||
}) | ||
}, | ||
VerticalMain(e) { | ||
console.log(e.detail); | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"usingComponents": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<view class='cu-custom'> | ||
<view class="cu-bar fixed bg-shadeTop" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;"> | ||
<navigator class='action' open-type="navigateBack" delta="1" hover-class="none"> | ||
<text class='icon-back'></text> 返回 | ||
</navigator> | ||
<view class='content' style='top:{{StatusBar}}px;'>Tab索引</view> | ||
</view> | ||
</view> | ||
<swiper class="screen-swiper round-dot" indicator-dots="true" circular="true" autoplay="true" interval="5000" duration="500"> | ||
<swiper-item wx:for="{{4}}" wx:key> | ||
<image src="https://image.weilanwl.com/img/4x3-{{index+1}}.jpg" mode='aspectFill'></image> | ||
</swiper-item> | ||
</swiper> | ||
<view class="VerticalBox"> | ||
<scroll-view class="VerticalNav nav" scroll-y scroll-with-animation scroll-top="{{VerticalNavTop}}" style="height:calc(100vh - 375rpx)"> | ||
<view class="cu-item {{index==TabCur?'text-green cur':''}}" wx:for="{{20}}" wx:key bindtap='tabSelect' data-id="{{index}}"> | ||
Tab{{index +1}} | ||
</view> | ||
</scroll-view> | ||
<scroll-view class="VerticalMain" scroll-y scroll-with-animation style="height:calc(100vh - 375rpx)" scroll-into-view="main-id-{{TabCur}}" bindscroll="VerticalMain"> | ||
<view class="padding-top padding-lr" wx:for="{{20}}" wx:key id="main-id-{{index}}"> | ||
<view class='cu-bar solid-bottom bg-white'> | ||
<view class='action'> | ||
<text class='icon-title text-green'></text> Tab{{index +1}}</view> | ||
</view> | ||
<view class="cu-list menu menu-avatar"> | ||
<view class="cu-item"> | ||
<view class="cu-avatar round lg" style="background-image:url(https://image.weilanwl.com/img/square-1.jpg);"></view> | ||
<view class='content'> | ||
<view class='text-grey'>文晓港</view> | ||
<view class='text-gray text-sm'> | ||
<text class='icon-infofill text-red'></text> 消息未送达</view> | ||
</view> | ||
<view class='action'> | ||
<view class='text-grey text-xs'>22:20</view> | ||
<view class="cu-tag round bg-grey sm">5</view> | ||
</view> | ||
</view> | ||
<view class="cu-item"> | ||
<view class="cu-avatar round lg" style="background-image:url(https://image.weilanwl.com/img/square-2.jpg);"> | ||
<view class="cu-tag badge">99+</view> | ||
</view> | ||
<view class='content'> | ||
<view class='text-grey'>文晓港 | ||
<view class="cu-tag round bg-orange sm">SVIP</view> | ||
</view> | ||
<view class='text-gray text-sm'> | ||
<text class='icon-redpacket_fill text-red'></text> 收到红包</view> | ||
</view> | ||
<view class='action'> | ||
<view class='text-grey text-xs'>22:20</view> | ||
<view class='icon-notice_forbid_fill text-gray'></view> | ||
</view> | ||
</view> | ||
<view class="cu-item "> | ||
<view class="cu-avatar radius lg" style="background-image:url(https://image.weilanwl.com/img/square-3.jpg);"></view> | ||
<view class='content'> | ||
<view>喵星人互动群</view> | ||
<view class='text-gray text-sm'> | ||
喵星酱:喵喵喵!</view> | ||
</view> | ||
<view class='action'> | ||
<view class='text-grey text-xs'>22:20</view> | ||
<view class="cu-tag round bg-red sm">5</view> | ||
</view> | ||
</view> | ||
<view class="cu-item grayscale"> | ||
<view class="cu-avatar radius lg" style="background-image:url(https://image.weilanwl.com/img/square-3.jpg);"></view> | ||
<view class='content'> | ||
<view>喵星人互动群</view> | ||
<view class='text-gray text-sm'> | ||
喵星酱:喵喵喵!</view> | ||
</view> | ||
<view class='action'> | ||
<view class='text-grey text-xs'>22:20</view> | ||
<view class="cu-tag round bg-red sm">5</view> | ||
</view> | ||
</view> | ||
</view> | ||
</view> | ||
</scroll-view> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* pages/component/nav/nav.wxss */ | ||
.VerticalNav.nav { | ||
width: 200rpx; | ||
white-space: initial; | ||
} | ||
|
||
.VerticalNav.nav .cu-item { | ||
width: 100%; | ||
text-align: center; | ||
background-color: #fff; | ||
margin: 0; | ||
border: none; | ||
height: 50px; | ||
position: relative; | ||
} | ||
|
||
.VerticalNav.nav .cu-item.cur { | ||
background-color: #f1f1f1; | ||
} | ||
.VerticalNav.nav .cu-item.cur::after { | ||
content: ""; | ||
width: 8rpx; | ||
height: 30rpx; | ||
border-radius: 10rpx 0 0 10rpx; | ||
position: absolute; | ||
background-color: currentColor; | ||
top: 0; | ||
right: 0rpx; | ||
bottom: 0; | ||
margin: auto; | ||
} | ||
.VerticalBox{ | ||
display: flex; | ||
} | ||
.VerticalMain{ | ||
background-color: #f1f1f1; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.