|
|
@@ -172,14 +172,16 @@
|
|
|
</view>
|
|
|
<view class="shade-sign-in-img-text-p">{{signInData.residenceTime}}</view>
|
|
|
</view>
|
|
|
- <view class="shade-sign-in-text-p-1">签到信息:</view>
|
|
|
- <view class="shade-sign-in-text-p-2">签到人:</view>
|
|
|
- <view class="shade-sign-in-text-p-2" style="margin-top:12rpx;">{{signInData.userName}}{{signInData.userAccount?'('+signInData.userAccount+')':''}}</view>
|
|
|
- <view class="shade-sign-in-text-p-2">签到地点:</view>
|
|
|
- <view class="shade-sign-in-text-p-2" style="margin-top:12rpx;">{{signInData.subName}}</view>
|
|
|
- <view class="shade-sign-in-text-p-2" style="margin-top:12rpx;">{{signInData.address}}</view>
|
|
|
- <view class="shade-sign-in-text-p-2">签到时间:</view>
|
|
|
- <view class="shade-sign-in-text-p-2" style="margin-top:12rpx;">{{signInData.signIn}}</view>
|
|
|
+ <view class="shade-sign-in-text-box">
|
|
|
+ <view class="shade-sign-in-text-p-1">签到信息:</view>
|
|
|
+ <view class="shade-sign-in-text-p-2">签到人:</view>
|
|
|
+ <view class="shade-sign-in-text-p-2" style="margin-top:12rpx;">{{signInData.userName}}{{signInData.userAccount?'('+signInData.userAccount+')':''}}</view>
|
|
|
+ <view class="shade-sign-in-text-p-2">签到地点:</view>
|
|
|
+ <view class="shade-sign-in-text-p-2" style="margin-top:12rpx;">{{signInData.subName}}</view>
|
|
|
+ <view class="shade-sign-in-text-p-2" style="margin-top:12rpx;">{{signInData.address}}</view>
|
|
|
+ <view class="shade-sign-in-text-p-2">签到时间:</view>
|
|
|
+ <view class="shade-sign-in-text-p-2" style="margin-top:12rpx;">{{signInData.signIn}}</view>
|
|
|
+ </view>
|
|
|
<view class="off-button-p" @click="offButton()">关闭({{timeNum}})</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -1121,7 +1123,7 @@
|
|
|
top: 0;
|
|
|
.shade-sign-in-min-box-1{
|
|
|
width:600rpx;
|
|
|
- height:685rpx;
|
|
|
+ height:660rpx;
|
|
|
position: absolute;
|
|
|
top:50%;
|
|
|
left:50%;
|
|
|
@@ -1138,7 +1140,7 @@
|
|
|
}
|
|
|
.shade-sign-in-min-box-2{
|
|
|
width:600rpx;
|
|
|
- height:908rpx;
|
|
|
+ height:920rpx;
|
|
|
position: absolute;
|
|
|
top:50%;
|
|
|
left:50%;
|
|
|
@@ -1187,36 +1189,45 @@
|
|
|
height: 36rpx;
|
|
|
font-weight: normal;
|
|
|
font-size: 30rpx;
|
|
|
- color: #3D3D3D;
|
|
|
+ color: #333333;
|
|
|
line-height: 36rpx;
|
|
|
text-align: left;
|
|
|
font-style: normal;
|
|
|
text-transform: none;
|
|
|
}
|
|
|
}
|
|
|
- .shade-sign-in-text-p-1{
|
|
|
- margin-left:46rpx;
|
|
|
- margin-top:47rpx;
|
|
|
- height: 30rpx;
|
|
|
- font-weight: normal;
|
|
|
- font-size: 30rpx;
|
|
|
- color: #666666;
|
|
|
- line-height: 30rpx;
|
|
|
- text-align: left;
|
|
|
- font-style: normal;
|
|
|
- text-transform: none;
|
|
|
- }
|
|
|
- .shade-sign-in-text-p-2{
|
|
|
- margin-left:46rpx;
|
|
|
- margin-top:27rpx;
|
|
|
- height: 30rpx;
|
|
|
- font-weight: normal;
|
|
|
- font-size: 26rpx;
|
|
|
- color: #666666;
|
|
|
- line-height: 30rpx;
|
|
|
- text-align: left;
|
|
|
- font-style: normal;
|
|
|
- text-transform: none;
|
|
|
+ .shade-sign-in-text-box{
|
|
|
+ margin:0 40rpx;
|
|
|
+ width:520rpx;
|
|
|
+ height:420rpx;
|
|
|
+ background: #F5F5F5;
|
|
|
+ border-radius: 20rpx 20rpx 20rpx 20rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ margin-top:30rpx;
|
|
|
+ .shade-sign-in-text-p-1{
|
|
|
+ margin-left:46rpx;
|
|
|
+ margin-top:25rpx;
|
|
|
+ height: 30rpx;
|
|
|
+ font-weight: normal;
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #666666;
|
|
|
+ line-height: 30rpx;
|
|
|
+ text-align: left;
|
|
|
+ font-style: normal;
|
|
|
+ text-transform: none;
|
|
|
+ }
|
|
|
+ .shade-sign-in-text-p-2{
|
|
|
+ margin-left:46rpx;
|
|
|
+ margin-top:27rpx;
|
|
|
+ height: 30rpx;
|
|
|
+ font-weight: normal;
|
|
|
+ font-size: 26rpx;
|
|
|
+ color: #666666;
|
|
|
+ line-height: 30rpx;
|
|
|
+ text-align: left;
|
|
|
+ font-style: normal;
|
|
|
+ text-transform: none;
|
|
|
+ }
|
|
|
}
|
|
|
.off-button-p{
|
|
|
width:600rpx;
|