Browse Source

水电上报

wyx
fp 4 months ago
parent
commit
44c98640ca
  1. 13
      pages/tabBar/sdPage/dfReport.vue
  2. 14
      pages/tabBar/sdPage/sfReport.vue

13
pages/tabBar/sdPage/dfReport.vue

@ -13,7 +13,7 @@
<view class="info-card">
<view class="meter-row">
<view class="meter-label">
<view style="color: #f93838;margin-right: 4rpx;">*</view>
<view style="color: #f93838;margin-right: 4rpx;font-size: 24rpx;">*</view>
<text>乐业社区</text>
</view>
<view class="picker-label">
@ -25,7 +25,7 @@
</view>
<view class="meter-row">
<view class="meter-label">
<view style="color: #f93838;margin-right: 4rpx;">*</view>
<view style="color: #f93838;margin-right: 4rpx;font-size: 24rpx;">*</view>
<text>房屋</text>
</view>
<view class="picker-label">
@ -75,7 +75,7 @@
</view>
<!-- 提交按钮 -->
<view class="submit-btn-wrap">
<u-button type="primary" shape="circle" @click="onSubmit">提交</u-button>
<u-button class="u-button--primary " type="primary" shape="circle" @click="onSubmit">提交</u-button>
</view>
</view>
</template>
@ -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;
}

14
pages/tabBar/sdPage/sfReport.vue

@ -13,7 +13,7 @@
<view class="info-card">
<view class="meter-row">
<view class="meter-label">
<view style="color: #f93838;margin-right: 4rpx;">*</view>
<view style="color: #f93838;margin-right: 4rpx;font-size: 24rpx;">*</view>
<text>乐业社区</text>
</view>
<view class="picker-label">
@ -25,7 +25,7 @@
</view>
<view class="meter-row">
<view class="meter-label">
<view style="color: #f93838;margin-right: 4rpx;">*</view>
<view style="color: #f93838;margin-right: 4rpx;font-size: 24rpx;">*</view>
<text>房屋</text>
</view>
<view class="picker-label">
@ -75,7 +75,7 @@
</view>
<!-- 提交按钮 -->
<view class="submit-btn-wrap">
<u-button type="primary" shape="circle" @click="onSubmit">提交</u-button>
<u-button class="u-button--primary" type="primary" shape="circle" @click="onSubmit">提交</u-button>
</view>
</view>
</template>
@ -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;
}

Loading…
Cancel
Save