|
@@ -1,183 +1,164 @@
|
|
|
<template>
|
|
|
- <view class="work-container">
|
|
|
- <!-- 轮播图 -->
|
|
|
- <uni-swiper-dot class="uni-swiper-dot-box" :info="data" :current="current" field="content">
|
|
|
- <swiper class="swiper-box" :current="swiperDotIndex" @change="changeSwiper">
|
|
|
- <swiper-item v-for="(item, index) in data" :key="index">
|
|
|
- <view class="swiper-item" @click="clickBannerItem(item)">
|
|
|
- <image :src="item.image" mode="aspectFill" :draggable="false" />
|
|
|
- </view>
|
|
|
- </swiper-item>
|
|
|
- </swiper>
|
|
|
- </uni-swiper-dot>
|
|
|
-
|
|
|
- <!-- 宫格组件 -->
|
|
|
- <uni-section title="系统管理" type="line"></uni-section>
|
|
|
- <view class="grid-body">
|
|
|
- <uni-grid :column="4" :showBorder="false" @change="changeGrid">
|
|
|
- <uni-grid-item>
|
|
|
- <view class="grid-item-box">
|
|
|
- <uni-icons type="person-filled" size="30"></uni-icons>
|
|
|
- <text class="text">用户管理</text>
|
|
|
- </view>
|
|
|
- </uni-grid-item>
|
|
|
- <uni-grid-item>
|
|
|
- <view class="grid-item-box">
|
|
|
- <uni-icons type="staff-filled" size="30"></uni-icons>
|
|
|
- <text class="text">角色管理</text>
|
|
|
- </view>
|
|
|
- </uni-grid-item>
|
|
|
- <uni-grid-item>
|
|
|
- <view class="grid-item-box">
|
|
|
- <uni-icons type="color" size="30"></uni-icons>
|
|
|
- <text class="text">菜单管理</text>
|
|
|
- </view>
|
|
|
- </uni-grid-item>
|
|
|
- <uni-grid-item>
|
|
|
- <view class="grid-item-box">
|
|
|
- <uni-icons type="settings-filled" size="30"></uni-icons>
|
|
|
- <text class="text">部门管理</text>
|
|
|
- </view>
|
|
|
- </uni-grid-item>
|
|
|
- <uni-grid-item>
|
|
|
- <view class="grid-item-box">
|
|
|
- <uni-icons type="heart-filled" size="30"></uni-icons>
|
|
|
- <text class="text">岗位管理</text>
|
|
|
- </view>
|
|
|
- </uni-grid-item>
|
|
|
- <uni-grid-item>
|
|
|
- <view class="grid-item-box">
|
|
|
- <uni-icons type="bars" size="30"></uni-icons>
|
|
|
- <text class="text">字典管理</text>
|
|
|
- </view>
|
|
|
- </uni-grid-item>
|
|
|
- <uni-grid-item>
|
|
|
- <view class="grid-item-box">
|
|
|
- <uni-icons type="gear-filled" size="30"></uni-icons>
|
|
|
- <text class="text">参数设置</text>
|
|
|
- </view>
|
|
|
- </uni-grid-item>
|
|
|
- <uni-grid-item>
|
|
|
- <view class="grid-item-box">
|
|
|
- <uni-icons type="chat-filled" size="30"></uni-icons>
|
|
|
- <text class="text">通知公告</text>
|
|
|
- </view>
|
|
|
- </uni-grid-item>
|
|
|
- <uni-grid-item>
|
|
|
- <view class="grid-item-box">
|
|
|
- <uni-icons type="wallet-filled" size="30"></uni-icons>
|
|
|
- <text class="text">日志管理</text>
|
|
|
- </view>
|
|
|
- </uni-grid-item>
|
|
|
- </uni-grid>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <view class="body">
|
|
|
+ <!-- 分红金额 -->
|
|
|
+ <view class="bg-box">
|
|
|
+ <view class="fh-box">分红余额(元)</view>
|
|
|
+ <view class="maney-box">
|
|
|
+ <view style="flex:1;"></view>
|
|
|
+ <view style="font-size: 60rpx;margin-left: 30rpx;">99999.88</view>
|
|
|
+ <view class="tix-box">提现</view>
|
|
|
+ <view style="flex:1;"></view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view style="font-size:28rpx;margin-top:10rpx;margin-left:2.5%;color:#555;">收益明细</view>
|
|
|
+ <!-- 中部 -->
|
|
|
+ <view class="list-wrap" style="margin-top:10rpx;">
|
|
|
+ <scroll-view scroll-y="true" class="list">
|
|
|
+ <view class="list-scroll-view">
|
|
|
+ <view class="course-card" v-for="i in 20">
|
|
|
+ <view>
|
|
|
+ <view style="font-size:28rpx;color:#666;">随心</view>
|
|
|
+ <view style="font-size:22rpx;color:#CBCBCB;">2024-09-18 15:45:41</view>
|
|
|
+ </view>
|
|
|
+ <view style="flex:1;"></view>
|
|
|
+ <view style="font-size:36rpx;color:red;">+98</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </scroll-view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
- export default {
|
|
|
- data() {
|
|
|
- return {
|
|
|
- current: 0,
|
|
|
- swiperDotIndex: 0,
|
|
|
- data: [{
|
|
|
- image: '/static/images/banner/banner01.jpg'
|
|
|
- },
|
|
|
- {
|
|
|
- image: '/static/images/banner/banner02.jpg'
|
|
|
- },
|
|
|
- {
|
|
|
- image: '/static/images/banner/banner03.jpg'
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- methods: {
|
|
|
- clickBannerItem(item) {
|
|
|
- console.info(item)
|
|
|
- },
|
|
|
- changeSwiper(e) {
|
|
|
- this.current = e.detail.current
|
|
|
- },
|
|
|
- changeGrid(e) {
|
|
|
- this.$modal.showToast('模块建设中~')
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ export default {
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+ current: 0,
|
|
|
+ swiperDotIndex: 0,
|
|
|
+ data: [{
|
|
|
+ image: '/static/images/banner/banner01.jpg'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ image: '/static/images/banner/banner02.jpg'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ image: '/static/images/banner/banner03.jpg'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ clickBannerItem(item) {
|
|
|
+ console.info(item)
|
|
|
+ },
|
|
|
+ changeSwiper(e) {
|
|
|
+ this.current = e.detail.current
|
|
|
+ },
|
|
|
+ changeGrid(e) {
|
|
|
+ this.$modal.showToast('模块建设中~')
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|
|
|
- /* #ifndef APP-NVUE */
|
|
|
- page {
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- box-sizing: border-box;
|
|
|
- background-color: #fff;
|
|
|
- min-height: 100%;
|
|
|
- height: auto;
|
|
|
- }
|
|
|
+ // 上中下布局样式
|
|
|
+ .body {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ height: calc(100vh - 60px);
|
|
|
+ background-color: #EEEEF0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .head {
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
|
|
|
- view {
|
|
|
- font-size: 14px;
|
|
|
- line-height: inherit;
|
|
|
- }
|
|
|
+ // 中部滚动
|
|
|
+ .list-wrap {
|
|
|
+ flex-grow: 1;
|
|
|
+ position: relative;
|
|
|
+ width: 95%;
|
|
|
+ margin-left: 2.5%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ background-color: #fff;
|
|
|
+ }
|
|
|
|
|
|
- /* #endif */
|
|
|
+ .list {
|
|
|
+ position: absolute;
|
|
|
+ top: 20rpx;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ }
|
|
|
|
|
|
- .text {
|
|
|
- text-align: center;
|
|
|
- font-size: 26rpx;
|
|
|
- margin-top: 10rpx;
|
|
|
- }
|
|
|
+ .list-scroll-view {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-left: 2vw;
|
|
|
+ margin-right: 2vw;
|
|
|
+ }
|
|
|
|
|
|
- .grid-item-box {
|
|
|
- flex: 1;
|
|
|
- /* #ifndef APP-NVUE */
|
|
|
- display: flex;
|
|
|
- /* #endif */
|
|
|
- flex-direction: column;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- padding: 15px 0;
|
|
|
- }
|
|
|
+ .course-card {
|
|
|
+ width:95%;
|
|
|
+ margin-left:2.5%;
|
|
|
+ box-sizing:border-box;
|
|
|
+ display:flex;
|
|
|
+ flex-wrap:wrap;
|
|
|
+ justify-content:center;
|
|
|
+ align-items: center;
|
|
|
+ padding-bottom:15rpx;
|
|
|
+ border-bottom:1rpx solid #999;
|
|
|
+ margin-bottom:30rpx;
|
|
|
+ }
|
|
|
|
|
|
- .uni-margin-wrap {
|
|
|
- width: 690rpx;
|
|
|
- width: 100%;
|
|
|
- ;
|
|
|
- }
|
|
|
+ // 底部
|
|
|
+ .tools {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ }
|
|
|
|
|
|
- .swiper {
|
|
|
- height: 300rpx;
|
|
|
- }
|
|
|
+ .tools-item {
|
|
|
+ width: 45px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 14px;
|
|
|
+ padding: 20px;
|
|
|
+ }
|
|
|
|
|
|
- .swiper-box {
|
|
|
- height: 150px;
|
|
|
- }
|
|
|
+ .tix-box {
|
|
|
+ padding: 10rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
+ margin-left: 10rpx;
|
|
|
+ }
|
|
|
|
|
|
- .swiper-item {
|
|
|
- /* #ifndef APP-NVUE */
|
|
|
- display: flex;
|
|
|
- /* #endif */
|
|
|
- flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
- color: #fff;
|
|
|
- height: 300rpx;
|
|
|
- line-height: 300rpx;
|
|
|
- }
|
|
|
+ .maney-box {
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: nowrap;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ width: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
|
|
|
- @media screen and (min-width: 500px) {
|
|
|
- .uni-swiper-dot-box {
|
|
|
- width: 400px;
|
|
|
- /* #ifndef APP-NVUE */
|
|
|
- margin: 0 auto;
|
|
|
- /* #endif */
|
|
|
- margin-top: 8px;
|
|
|
- }
|
|
|
+ .fh-box {
|
|
|
+ width: 100%;
|
|
|
+ padding: 10rpx;
|
|
|
+ padding-top: 30rpx;
|
|
|
+ font-size: 36rpx;
|
|
|
+ text-align: center;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
|
|
|
- .image {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- }
|
|
|
-</style>
|
|
|
+ .bg-box {
|
|
|
+ position: relative;
|
|
|
+ width: 100%;
|
|
|
+ min-height: 240rpx;
|
|
|
+ background-color: #36AFCA;
|
|
|
+ color: #fff;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+</style>
|