|
@@ -4,9 +4,7 @@
|
|
|
<uTop></uTop>
|
|
|
<!-- 标题和介绍 -->
|
|
|
<uDesc :title="dTitle" :description="dMemo" :bg="bannerBg"></uDesc>
|
|
|
- <view class="quesTitle">工厂设备的维修管理,您是否有
|
|
|
- 以下烦恼?</view>
|
|
|
-
|
|
|
+ <view class="quesTitle">工厂设备的维修管理,您是否有以下烦恼?</view>
|
|
|
<view class="boxs">
|
|
|
<block v-if="functionList.length">
|
|
|
<uFunction :showTitle="false" :list="functionList[0]">
|
|
@@ -149,7 +147,8 @@
|
|
|
margin: 54rpx 80rpx 58rpx;
|
|
|
font-size: 42rpx;
|
|
|
color: #333;
|
|
|
- line-height: 60rpx;
|
|
|
+ line-height: 60rpx;
|
|
|
+ text-align: center;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|