|
@@ -559,7 +559,10 @@
|
|
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
- <button class="get floating-button" @click="body8data.popup=false">知道了</button>
|
|
|
|
|
|
+ <view class="floating-view">
|
|
|
|
+ <button class="get floating-button" @click="body8data.popup=false">知道了</button>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</u-popup>
|
|
</u-popup>
|
|
</view>
|
|
</view>
|
|
@@ -770,7 +773,7 @@
|
|
|
|
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
-
|
|
|
|
|
|
+
|
|
durationShow(){
|
|
durationShow(){
|
|
if(this.lockUsageRateData.duration){
|
|
if(this.lockUsageRateData.duration){
|
|
var m=this.lockUsageRateData.duration%60
|
|
var m=this.lockUsageRateData.duration%60
|
|
@@ -1711,18 +1714,24 @@
|
|
|
|
|
|
.content {
|
|
.content {
|
|
|
|
|
|
- padding: 32rpx;
|
|
|
|
|
|
+
|
|
|
|
|
|
.headline {
|
|
.headline {
|
|
|
|
+ height: 90rpx;
|
|
|
|
+ padding: 32rpx;
|
|
color: rgba(16, 16, 16, 1);
|
|
color: rgba(16, 16, 16, 1);
|
|
font-size: 36rpx;
|
|
font-size: 36rpx;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- margin-bottom: 24rpx;
|
|
|
|
|
|
+ //margin-bottom: 24rpx;
|
|
|
|
+ position: fixed;
|
|
|
|
+ width: 100%;
|
|
|
|
+ background: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
.infos {
|
|
.infos {
|
|
- padding-bottom: 60rpx;
|
|
|
|
|
|
+
|
|
|
|
+ padding: 90rpx 32rpx;
|
|
|
|
|
|
.item:last-of-type {
|
|
.item:last-of-type {
|
|
border: none;
|
|
border: none;
|
|
@@ -1809,11 +1818,19 @@
|
|
color: #1677FF;
|
|
color: #1677FF;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ .floating-view{
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ background: #fff;
|
|
|
|
+ height: 100rpx;
|
|
|
|
+ width: 100%;
|
|
|
|
+ position: fixed;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ }
|
|
.floating-button {
|
|
.floating-button {
|
|
position: fixed;
|
|
position: fixed;
|
|
bottom: 0; /* 距离底部 20px */
|
|
bottom: 0; /* 距离底部 20px */
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 80%;
|
|
display: flex;
|
|
display: flex;
|
|
height: 120rpx;
|
|
height: 120rpx;
|
|
justify-content: center;
|
|
justify-content: center;
|