diff --git a/pages/tabBar/sdPage/dfReport.vue b/pages/tabBar/sdPage/dfReport.vue index e1db957..1b25348 100644 --- a/pages/tabBar/sdPage/dfReport.vue +++ b/pages/tabBar/sdPage/dfReport.vue @@ -13,7 +13,7 @@ - * + * 乐业社区 @@ -25,7 +25,7 @@ - * + * 房屋 @@ -75,7 +75,7 @@ - 提交 + 提交 @@ -158,16 +158,19 @@ export default { z-index: 1; font-size: 44rpx; color:#101010; + font-weight: bold; } .bg-text view:nth-child(2){ font-size: 28rpx; color:#666666; + margin-top: 10rpx; + font-weight: 400; } .info-card { background: #fff; border-radius: 20rpx; - margin: -80rpx 24rpx 16rpx 24rpx; + margin: -100rpx 24rpx 16rpx 24rpx; padding: 24rpx 24rpx 12rpx 24rpx; box-shadow: 0 4rpx 16rpx rgba(0,0,0,0.04); position: relative; @@ -237,6 +240,7 @@ display: flex; .arrow-r{ width: 30rpx; height: 30rpx; + margin-left: 8rpx; } .u-input .u-input__content uni-input { text-align: right !important; @@ -288,6 +292,7 @@ display: flex; background: linear-gradient(90deg, #0DC6C6 0%, #13C2C2 100%) !important; font-size: 36rpx; border-radius: 48rpx !important; + border: none; width: 80vw; height: 88rpx; } diff --git a/pages/tabBar/sdPage/sfReport.vue b/pages/tabBar/sdPage/sfReport.vue index 0dbcf20..aab6866 100644 --- a/pages/tabBar/sdPage/sfReport.vue +++ b/pages/tabBar/sdPage/sfReport.vue @@ -13,7 +13,7 @@ - * + * 乐业社区 @@ -25,7 +25,7 @@ - * + * 房屋 @@ -75,7 +75,7 @@ - 提交 + 提交 @@ -158,16 +158,19 @@ export default { z-index: 1; font-size: 44rpx; color:#101010; + font-weight: bold; } .bg-text view:nth-child(2){ font-size: 28rpx; color:#666666; + margin-top: 10rpx; + font-weight: 400; } .info-card { background: #fff; border-radius: 20rpx; - margin: -80rpx 24rpx 16rpx 24rpx; + margin: -100rpx 24rpx 16rpx 24rpx; padding: 24rpx 24rpx 12rpx 24rpx; box-shadow: 0 4rpx 16rpx rgba(0,0,0,0.04); position: relative; @@ -237,6 +240,7 @@ display: flex; .arrow-r{ width: 30rpx; height: 30rpx; + margin-left: 8rpx; } .u-input .u-input__content uni-input { text-align: right !important; @@ -280,6 +284,7 @@ display: flex; .submit-btn-wrap { width: 100%; display: flex; + align-items: center; justify-content: center; margin: 40rpx 0 0 0; } @@ -288,6 +293,7 @@ display: flex; background: linear-gradient(90deg, #0DC6C6 0%, #13C2C2 100%) !important; font-size: 36rpx; border-radius: 48rpx !important; + border: none; width: 80vw; height: 88rpx; }