diff --git a/my/fund/index.css b/my/fund/index.css
index 522dc34..6ef57f8 100644
--- a/my/fund/index.css
+++ b/my/fund/index.css
@@ -71,6 +71,7 @@
}
.totalIntegral {
padding-left: 20px;
+ font-size: 30rpx;
}
.innerBottomOfBottom {
@@ -116,7 +117,7 @@
.isbOptions {
display: flex;
justify-content: space-around;
- font-size: 18px;
+ font-size: 16px;
}
.optionsDetail {
@@ -246,8 +247,8 @@
.withdrawalMoneyBtn {
width: 92%;
height: 45px;
- border-radius: 20px;
- font-size: 20px;
+ border-radius: 30px;
+ font-size: 18px;
color: #FFFFFF;
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
display: flex;
diff --git a/pages/index/addClock.vue b/pages/index/addClock.vue
index cb6e7f4..363803b 100644
--- a/pages/index/addClock.vue
+++ b/pages/index/addClock.vue
@@ -3,11 +3,12 @@
-
+
本期{{isSfwc=='1'?'已加钟':'未加钟'}}订单
@@ -35,7 +36,7 @@
订单数量: {{totalCount}}
-
+
@@ -75,7 +76,7 @@
-
+
{{item.status=='3'?'待评价':'已完成'}}
@@ -287,7 +288,9 @@
font-size: 28rpx;
color: #333333;
}
-
+ .tap-padding{
+ padding: 0 22rpx;
+ }
.tapNav-bor{
width: 100px;
height: 14rpx;
@@ -502,10 +505,18 @@
}
.header-text{
font-weight: 400;
- font-size: 28rpx;
+ font-size: 26rpx;
color: #FFFFFF;
- margin-top: 2px;
- margin-bottom: 20rpx;
+ margin-right: 8rpx;
+ }
+ .header-text1{
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #019c88;
+ margin-right: 8rpx;
+ border-radius: 30rpx;
+ background: #fff;
+ padding: 1rpx 10rpx;
}
.header-top-left image{
width: 24.31rpx;
@@ -516,7 +527,7 @@
.header-top-left{
display: flex;
flex-direction: row;
- align-items: center;
+ justify-content: space-between;
}
.header-top{
width: 100%;
diff --git a/pages/index/currentIncome.vue b/pages/index/currentIncome.vue
index 15baa00..4ae37d8 100644
--- a/pages/index/currentIncome.vue
+++ b/pages/index/currentIncome.vue
@@ -2,10 +2,13 @@