diff --git a/pages/store/settled/index.vue b/pages/store/settled/index.vue index 231de82..2454eb6 100644 --- a/pages/store/settled/index.vue +++ b/pages/store/settled/index.vue @@ -259,14 +259,13 @@ - @@ -1503,13 +1502,13 @@ import { Toast } from '../../../libs/uniApi'; .settlementAgreement .setAgCount { background: #fff; - width: 656rpx; + width: 694rpx; // height: 458px; position: absolute; top: 50%; left: 50%; - padding: 52rpx; + padding: 28rpx; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); @@ -1573,10 +1572,11 @@ import { Toast } from '../../../libs/uniApi'; .setAgCountbtn { display: flex; justify-content: space-around; + position: relative; .setAgCountbtna { margin-top: 40rpx; - width: 200rpx; + // width: 200rpx; height: 74rpx; text-align: center; line-height: 74rpx; @@ -1610,7 +1610,7 @@ import { Toast } from '../../../libs/uniApi'; .setAgCountbtnc { margin-top: 40rpx; - width: 200rpx; + // width: 200rpx; height: 74rpx; text-align: center; line-height: 74rpx; @@ -1623,6 +1623,22 @@ import { Toast } from '../../../libs/uniApi'; 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 { diff --git a/uni_modules/guyue-updater/assets/bg1.png b/uni_modules/guyue-updater/assets/bg1.png index 5eef28e..5478a73 100644 Binary files a/uni_modules/guyue-updater/assets/bg1.png and b/uni_modules/guyue-updater/assets/bg1.png differ diff --git a/uni_modules/guyue-updater/assets/bg1_1.png b/uni_modules/guyue-updater/assets/bg1_1.png new file mode 100644 index 0000000..5eef28e Binary files /dev/null and b/uni_modules/guyue-updater/assets/bg1_1.png differ diff --git a/uni_modules/guyue-updater/pages/updater.vue b/uni_modules/guyue-updater/pages/updater.vue index fd78bde..1b161da 100644 --- a/uni_modules/guyue-updater/pages/updater.vue +++ b/uni_modules/guyue-updater/pages/updater.vue @@ -3,12 +3,17 @@ - - - {{ updateParams.title }} - V{{ updateParams.versionName }} + + 发现新版本 + + + + + + - 更新内容: + {{ updateParams.title }} + V{{ updateParams.versionName }} 更新内容 @@ -75,7 +80,7 @@ const data = { title: '发现新版本', updateBtnText: '立即升级', - downMsgTip: '下载中,请稍后', + downMsgTip: '正在更新中', downSucTip: '下载完成,安装中', downErrorTip: '下载失败,请重试', quiet: false, @@ -188,9 +193,12 @@ .main { width: 75%; - background-color: #fff; + // background-color: #fff; border-radius: 8rpx; padding-bottom: 10rpx; + background-image: url('../assets/bg1.png'); + background-size: 100% 100%; + } .header { @@ -198,7 +206,7 @@ .bg1 { width: 100%; - height: calc(100vw * 0.375); + height: calc(100vw * 0.305); border-top-left-radius: 8rpx; border-top-right-radius: 8rpx; } @@ -233,7 +241,7 @@ } .title { - background-color: #ff6d42; + background-color: #ff6d20; color: #fff; display: inline-block; margin-top: 12rpx; @@ -255,7 +263,7 @@ .button { margin: 20rpx 30rpx; - background-color: #ffaa00; + background-color: #ff6d20; color: #fff; font-size: 30rpx; text-align: center;