This commit is contained in:
weipengfei 2023-12-23 14:47:33 +08:00
parent 1a05002050
commit 28bfe2ace3
4 changed files with 45 additions and 21 deletions

View File

@ -259,14 +259,13 @@
</view> </view>
<view class="setAgCountbtn"> <view class="setAgCountbtn">
<button class="setAgCountbtna" @click="refuse"> <view class="border"></view>
<!-- <button class="setAgCountbtna" @click="refuse">
拒绝 拒绝
</button> </button> -->
<button :class="num>0?'setAgCountbtnb':'setAgCountbtnc'" class="btn" :disabled="num!=0" @click="agree">
<button :class="num>0?'setAgCountbtnb':'setAgCountbtnc'" :disabled="num!=0" @click="agree"> <text v-if="num>0">请仔细阅读协议 {{num}}秒后可提交</text>
<text v-if="num>0">请仔细阅读协议{{num}}S</text> <text v-else>同意本协议</text>
<text v-else>同意</text>
</button> </button>
</view> </view>
</view> </view>
@ -1503,13 +1502,13 @@ import { Toast } from '../../../libs/uniApi';
.settlementAgreement .setAgCount { .settlementAgreement .setAgCount {
background: #fff; background: #fff;
width: 656rpx; width: 694rpx;
// height: 458px; // height: 458px;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
padding: 52rpx; padding: 28rpx;
-webkit-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
@ -1573,10 +1572,11 @@ import { Toast } from '../../../libs/uniApi';
.setAgCountbtn { .setAgCountbtn {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
position: relative;
.setAgCountbtna { .setAgCountbtna {
margin-top: 40rpx; margin-top: 40rpx;
width: 200rpx; // width: 200rpx;
height: 74rpx; height: 74rpx;
text-align: center; text-align: center;
line-height: 74rpx; line-height: 74rpx;
@ -1610,7 +1610,7 @@ import { Toast } from '../../../libs/uniApi';
.setAgCountbtnc { .setAgCountbtnc {
margin-top: 40rpx; margin-top: 40rpx;
width: 200rpx; // width: 200rpx;
height: 74rpx; height: 74rpx;
text-align: center; text-align: center;
line-height: 74rpx; line-height: 74rpx;
@ -1623,6 +1623,22 @@ import { Toast } from '../../../libs/uniApi';
color: #fff; color: #fff;
} }
.border{
position: absolute;
top: 0;
left: -28rpx;
width: 100vw;
height: 100%;
border-radius: 40rpx 40rpx 0 0;
box-shadow: 0px -5px 5px -2px rgba(0, 0, 0, 0.2); /* 在上边框添加阴影 */
}
.btn{
width: 694rpx;
font-weight: bold;
font-size: 34rpx;
}
} }
.settledSuccessMain { .settledSuccessMain {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -3,12 +3,17 @@
<view class="main" @click.stop=""> <view class="main" @click.stop="">
<view class="header"> <view class="header">
<image src="../assets/bg1.png" class="bg1" /> <view class="bg1" style="display: flex;justify-content: center;align-items: center;">
<image src="../assets/bg2.png" class="bg2" /> <view style="text-align: center; color: #fff;font-size: 34rpx;">发现新版本</view>
<view class="version-title">{{ updateParams.title }}</view>
<view class="version-name" v-if="updateParams.versionName">V{{ updateParams.versionName }}</view>
</view> </view>
<view class="title">更新内容</view> <view class="bg2"></view>
<!-- <image src="../assets/bg1.png" class="bg1" /> -->
<!-- <image src="../assets/bg2.png" class="bg2" /> -->
<!-- <view class="version-title">{{ updateParams.title }}</view> -->
<!-- <view class="version-name" v-if="updateParams.versionName">V{{ updateParams.versionName }}</view> -->
</view>
<view style="color: #333;padding-left: 30rpx;">{{ updateParams.title }} </view>
<view class="title">V{{ updateParams.versionName }} 更新内容</view>
<view class="content"> <view class="content">
<rich-text :nodes="content" /> <rich-text :nodes="content" />
</view> </view>
@ -75,7 +80,7 @@
const data = { const data = {
title: '发现新版本', title: '发现新版本',
updateBtnText: '立即升级', updateBtnText: '立即升级',
downMsgTip: '下载中,请稍后', downMsgTip: '正在更新中',
downSucTip: '下载完成,安装中', downSucTip: '下载完成,安装中',
downErrorTip: '下载失败,请重试', downErrorTip: '下载失败,请重试',
quiet: false, quiet: false,
@ -188,9 +193,12 @@
.main { .main {
width: 75%; width: 75%;
background-color: #fff; // background-color: #fff;
border-radius: 8rpx; border-radius: 8rpx;
padding-bottom: 10rpx; padding-bottom: 10rpx;
background-image: url('../assets/bg1.png');
background-size: 100% 100%;
} }
.header { .header {
@ -198,7 +206,7 @@
.bg1 { .bg1 {
width: 100%; width: 100%;
height: calc(100vw * 0.375); height: calc(100vw * 0.305);
border-top-left-radius: 8rpx; border-top-left-radius: 8rpx;
border-top-right-radius: 8rpx; border-top-right-radius: 8rpx;
} }
@ -233,7 +241,7 @@
} }
.title { .title {
background-color: #ff6d42; background-color: #ff6d20;
color: #fff; color: #fff;
display: inline-block; display: inline-block;
margin-top: 12rpx; margin-top: 12rpx;
@ -255,7 +263,7 @@
.button { .button {
margin: 20rpx 30rpx; margin: 20rpx 30rpx;
background-color: #ffaa00; background-color: #ff6d20;
color: #fff; color: #fff;
font-size: 30rpx; font-size: 30rpx;
text-align: center; text-align: center;