|
@@ -41,16 +41,42 @@
|
|
|
</view>
|
|
|
<!-- 头部结束 -->
|
|
|
<view class="minndle">
|
|
|
- <u-grid :border="false" col="4" @click="navigations">
|
|
|
+ <!-- <u-grid :border="false" col="4" @click="navigations">
|
|
|
<u-grid-item v-for="(listItem,listIndex) in list" :key="listIndex">
|
|
|
<u-icon :customStyle="{paddingTop:20+'rpx'}" :name="listItem.name" :color="listItem.color"
|
|
|
:size="55"></u-icon>
|
|
|
<text class="grid-text" style="padding-top: 8px;">{{listItem.title}}</text>
|
|
|
</u-grid-item>
|
|
|
- </u-grid>
|
|
|
+ </u-grid> -->
|
|
|
+ <view class="information">
|
|
|
+ <view class="icon1">
|
|
|
+ <u-icon name="account" size="55" color="#30D3A2" class=""></u-icon>
|
|
|
+ </view>
|
|
|
+ <view style="padding-top: 8px;">
|
|
|
+ 个人信息
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="distribute">
|
|
|
+ <view class="icon2">
|
|
|
+ <u-icon name="list" size="55" color="#09C700"></u-icon>
|
|
|
+ </view>
|
|
|
+ <view style="padding-top: 8px;">
|
|
|
+ 我的派发
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="task">
|
|
|
+ <view class="icon3">
|
|
|
+ <u-icon name="order" size="55" color="#FF9C27"></u-icon>
|
|
|
+ </view>
|
|
|
+ <view style="padding-top: 8px;">我的任务</view>
|
|
|
+ </view>
|
|
|
+ <view class="opinions">
|
|
|
+ <view class="icon4">
|
|
|
+ <u-icon name="more-circle" size="55" color="#F7B717"></u-icon>
|
|
|
+ </view>
|
|
|
+ <view style="padding-top: 8px;">意见建议</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
-
|
|
|
-
|
|
|
<!-- 导航栏结束 -->
|
|
|
<view class="middleimgs">
|
|
|
<!-- <img src="@/static/my/xinxi.png" alt=""> -->
|
|
@@ -230,8 +256,31 @@
|
|
|
width: 750rpx;
|
|
|
height: 150rpx;
|
|
|
margin: 25rpx 0;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: space-around;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .icon1{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ .icon2{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ .icon3{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ }
|
|
|
+ .icon4{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
-
|
|
|
.middleimgs {
|
|
|
width: 750rpx;
|
|
|
height: 200rpx;
|
|
@@ -291,6 +340,7 @@
|
|
|
color: #fff;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.Username2{
|
|
|
font-size: 20rpx;
|
|
|
color: #333333;
|