|
|
@@ -42,9 +42,9 @@
|
|
|
<flow-chart />
|
|
|
</view> -->
|
|
|
|
|
|
- <view>
|
|
|
+ <!-- <view>
|
|
|
<button @click="handlePush">通知</button>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
|
|
|
</scroll-view>
|
|
|
|
|
|
@@ -309,44 +309,45 @@
|
|
|
.db-view{
|
|
|
flex-direction: row;
|
|
|
justify-content: space-between;
|
|
|
- margin-bottom: 5px;
|
|
|
+ margin-bottom: 10rpx;
|
|
|
|
|
|
.db-box{
|
|
|
background-color: #fff;
|
|
|
- width:80px;
|
|
|
- height: 80px;
|
|
|
+ width:200rpx;
|
|
|
+ height: 200rpx;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
margin-left: 3px;
|
|
|
border-radius: 5px;
|
|
|
.db-text{
|
|
|
+ margin-top: 10rpx;
|
|
|
font-size:10px;
|
|
|
}
|
|
|
.db-center-1{
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
background-color: #DBEAFE;
|
|
|
- border-radius: 100px;
|
|
|
- width:50px;
|
|
|
- height:50px;
|
|
|
+ border-radius: 200px;
|
|
|
+ width:100rpx;
|
|
|
+ height:100rpx;
|
|
|
position: relative;
|
|
|
}
|
|
|
.db-center-2{
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
background-color: #DCFCE7;
|
|
|
- border-radius: 100px;
|
|
|
- width:50px;
|
|
|
- height:50px;
|
|
|
+ border-radius: 200px;
|
|
|
+ width:100rpx;
|
|
|
+ height:100rpx;
|
|
|
position: relative;
|
|
|
}
|
|
|
.db-center-3{
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
background-color: #F3E8FF;
|
|
|
- border-radius: 100px;
|
|
|
- width:50px;
|
|
|
- height:50px;
|
|
|
+ border-radius: 200px;
|
|
|
+ width:100rpx;
|
|
|
+ height:100rpx;
|
|
|
}
|
|
|
}
|
|
|
.db-image{
|
|
|
@@ -358,17 +359,17 @@
|
|
|
.badge {
|
|
|
z-index: 999;
|
|
|
position: absolute;
|
|
|
- top: 20rpx;
|
|
|
- right: 10rpx;
|
|
|
+ top: 35rpx;
|
|
|
+ right: 35rpx;
|
|
|
background-color: #ff4d4f;
|
|
|
- border-radius: 18rpx;
|
|
|
- width: 36rpx;
|
|
|
- height: 36rpx;
|
|
|
+ border-radius: 20rpx;
|
|
|
+ width: 40rpx;
|
|
|
+ height: 40rpx;
|
|
|
|
|
|
}
|
|
|
.count {
|
|
|
- line-height: 36rpx;
|
|
|
- font-size: 24rpx;
|
|
|
+ line-height: 40rpx;
|
|
|
+ font-size: 26rpx;
|
|
|
text-align: center;
|
|
|
color: #ffffff;
|
|
|
}
|