123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <view style="margin-left: 27rpx;margin-top: 36rpx;">
- <!-- 对话 -->
- <view style="border-radius: 10rpx;height: 342rpx;width: 700rpx;background-color: #2FA0F3;background-image: url({{imgUrl}}zmhd-click-good-blud.png);background-size:cover;">
- <view>
- <view class="na-communicate-title" style="padding-left: 27rpx;padding-top: 66rpx;">与南岸政府对话</view>
- <view class="na-communicate-content" style="width: 533rpx;padding-left: 29rpx;padding-top: 32rpx;">听取您的意见、接受您的监督,为您解决实际问题, 优化经济社会发展环境,转变政府职能,打造和谐南岸, 促进我区经济社会发展。</view>
- </view>
- </view>
- <!-- 对话 -->
- <!-- 4个内容 -->
- <view style="padding-top: 34rpx;display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;">
- <!-- 智能问答 -->
- <view style="border-radius: 10rpx;height: 193rpx;width: 100%;background-image: url({{imgUrl}}zmhd-ask-question.png);background-size:cover;margin-right: 21rpx;margin-bottom: 26rpx;" bindtap="gotoZlwd">
- <view>
- <view class="main-content-title" style="padding-left: 32rpx;padding-top:41rpx">智能问答</view>
- <view class="main-content-content" style="padding-left: 30rpx;padding-top:15rpx;color: #D26256;">咨询答疑,请找我</view>
- </view>
- </view>
- <!-- 12345热线 -->
- <view style="border-radius: 10rpx;height: 193rpx;width: 100%;background-image: url({{imgUrl}}zmhd-12345-call.png);background-size:cover;margin-right: 21rpx;margin-bottom: 26rpx;" bindtap="callTheHotline">
- <view>
- <view class="main-content-title" style="padding-left: 32rpx;padding-top:41rpx">12345热线</view>
- <view class="main-content-content" style="padding-left: 30rpx;padding-top:15rpx;color: #5F7FC7;">政务服务便民热线</view>
- </view>
- </view>
- <!-- 投诉建议 -->
- <!-- <view style="border-radius: 10rpx;height: 193rpx;width: 339rpx;background-image: url({{imgUrl}}zmhd-complaint.png);background-size:cover;margin-right: 21rpx;margin-bottom: 26rpx;" bindtap="gototsjy">
- <view>
- <view class="main-content-title" style="padding-left: 32rpx;padding-top:41rpx">投诉建议</view>
- <view class="main-content-content" style="padding-left: 30rpx;padding-top:15rpx;color: #34917C;">欢迎您反映问题</view>
- </view>
- </view> -->
- <!-- 微信客服 -->
- <button open-type="contact" style=" border-radius: 10rpx;height: 193rpx;width: 100%;background-image: url({{imgUrl}}zmhd-weixin-customer-service.png);background-size:cover;margin-right: 21rpx;margin-bottom: 26rpx;">
- <view>
- <view class="main-content-title" style="padding-left: 4rpx; padding-top:20rpx">微信客服</view>
- <view class="main-content-content" style="padding-left: 4rpx;color: #94763C">有什么想说的,畅所欲言</view>
- </view>
- </button>
- <!-- 微信客服 -->
- </view>
- </view>
|