syyang 2 years ago
parent
commit
b7ef5e562f

+ 1 - 1
pages/qianming/qianming.json

@@ -3,5 +3,5 @@
   "navigationBarBackgroundColor": "#f94b0e",
   "navigationBarTextStyle": "white",
   "navigationBarTitleText": "签名",
-  "pageOrientation": "auto" 
+  "pageOrientation": "landscape"
 }

+ 2 - 0
pages/qianming/qianming.wxml

@@ -1,5 +1,6 @@
 <!-- 手写界面 -->
 <view class='hand_writing_container'>
+<view class="tit_vi">
   <view class="tips_title">请在区域内进行签名</view>
   <view class="btn_container">
     <view class="btn clean" bindtap="clearClick">
@@ -11,6 +12,7 @@
       <text>确认提交</text>
     </view>
   </view>
+</view>
   <view id="canvas" class="canvas">
     <canvas class='firstCanvas' canvas-id="firstCanvas" bindtouchmove='move' bindtouchstart='start' bindtouchend='end' disable-scroll='true'>
     </canvas>

+ 20 - 13
pages/qianming/qianming.wxss

@@ -1,17 +1,24 @@
 .hand_writing_container {
   width: 100%;
-  padding: 35rpx 80rpx;
+  padding: 0rpx 40rpx;
   box-sizing: border-box;
+
+}
+.tit_vi{
+  display: flex;
+  flex-direction: row;
+  justify-content: space-between;
+  align-items: center;
 }
 
 .tips_title {
-  height: 90rpx;
-  line-height: 90rpx;
+  height: 40rpx;
+  line-height: 60rpx;
   margin-bottom: 20rpx;
-  font-size: 40rpx;
+  font-size: 20rpx;
   font-weight: 500;
   color: #181818;
-  text-align: center;
+  text-align: left;
 }
 
 .canvas {
@@ -33,33 +40,33 @@
   flex-direction: row;
   align-items: center;
   justify-content: space-around;
-  margin-bottom: 50rpx;
 }
 
 .btn {
-  width: 250rpx;
-  height: 75rpx;
-  padding: 0 20rpx;
+  width: 120rpx;
+  height: 35rpx;
+  padding: 0 10rpx;
   box-sizing: border-box;
   border-radius: 50rpx;
   /* justify-content:space-between; */
   display: flex;
   align-items: center;
   justify-content:center;
+  margin-left: 20rpx;
 }
 
 .btn text {
-  line-height: 75rpx;
-  font-size: 32rpx;
+  line-height: 35rpx;
+  font-size: 16rpx;
   color: #fff;
   padding-left: 10rpx;
 }
 .btn i {
-  font-size: 40rpx;
+  font-size: 16px;
   color: #fff;
 }
 .btn i.icon-wodetijiao {
-  font-size: 50rpx;
+  font-size: 16rpx;
   color: #fff;
 }
 

+ 0 - 2
pages/xqzggzs2/xqzggzs2.wxml

@@ -3,11 +3,9 @@
   <view class="zg_bh"><text>编号:</text><input type="number" style="width: 400rpx;" /></view>
   <text class="con_tit mar_top">隐患限期整改告知书</text>
   <view class="flex_row text_ind mar_top2">经查,你单位存在下列问题: </view>
- 
 <view wx:for="{{pageData.riskInspections}}" wx:key="index" class="jcwt">
 {{index+1}}、{{item.busItemsName}}
 </view>
-
   <view class="flex_row text_ind">现告知你单位对上述问题于<b> {{pageData.latTime}}</b>,前整改完毕,达到有关法律法规规章和标准规定的要求。由此造成事故的,依法追究有关人员的责任。整改期间,你单位应当采取措施,确保安全生产。</view>
   <view class="flex_row text_ind">逾期未整改或在整改过程中存在安全生产违法行为的,我单位将提报相关执法部门进行依法查处。</view>
   <view class="flex_row text_ind">如果对本告知内容有异议,可向<input type="text" style="width: 150rpx;" />咨询或说明情况,也可通过12350安全生产举报电话进行反映。在没有新书面告知前,本告知要求不停止执行,法律另有规定的除外。</view>