Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
dd2feba1
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
5995
Star
90
Fork
162
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
18
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
18
Issue
18
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
dd2feba1
编写于
11月 07, 2023
作者:
D
DCloud_LXH
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore(upgrade-center): rpx -> px
上级
9b4c7961
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
36 addition
and
41 deletion
+36
-41
uni_modules/uni-upgrade-center-app/components/uni-upgrade-center-app/uni-upgrade-center-app.uvue
...onents/uni-upgrade-center-app/uni-upgrade-center-app.uvue
+36
-41
未找到文件。
uni_modules/uni-upgrade-center-app/components/uni-upgrade-center-app/uni-upgrade-center-app.uvue
浏览文件 @
dd2feba1
...
...
@@ -30,14 +30,10 @@
<template v-else>
<template v-if="!downloadSuccess">
<view class="progress-box flex-column" v-if="downloading">
<progress class="progress" style="width: 90%;height: 40rpx;border-radius: 35px;"
:percent="downLoadPercent" activeColor="#3DA7FF" :show-info="true"
:stroke-width="10" />
<view
style="width:100%;display: flex;justify-content: space-around;flex-direction: row;">
<text class="text" style="font-size: 28rpx;">{{downLoadingText}}</text>
<text class="text"
style="font-size: 28rpx;">({{downloadedSize}}/{{packageFileSize}}M)</text>
<progress class="progress" :percent="downLoadPercent" activeColor="#3DA7FF" :show-info="true" :stroke-width="10" />
<view style="width:100%;display: flex;justify-content: space-around;flex-direction: row;">
<text class="text" style="font-size: 14px;">{{downLoadingText}}</text>
<text class="text" style="font-size: 14px;">({{downloadedSize}}/{{packageFileSize}}M)</text>
</view>
</view>
...
...
@@ -258,7 +254,7 @@
}
}
return null
return null
},
downloadPackage() {
//下载包
...
...
@@ -365,34 +361,34 @@
.content-top {
width: 100%;
border-bottom-color: #fff;
border-bottom-width:
30r
px;
border-bottom-width:
15
px;
border-bottom-style: solid;
}
.content-top-image {
width: 100%;
position: relative;
bottom: -
35r
px;
bottom: -
18
px;
}
.content-top-text {
font-size:
45r
px;
font-size:
22
px;
font-weight: bold;
color: #F8F8FA;
position: absolute;
width: 65%;
top:
155r
px;
left:
50r
px;
top:
77.5
px;
left:
25
px;
z-index: 1;
}
.content-body {
box-sizing: border-box;
padding: 0
50r
px;
padding: 0
25
px;
width: 100%;
background-color: #fff;
border-bottom-left-radius:
30r
px;
border-bottom-right-radius:
30r
px;
border-bottom-left-radius:
15
px;
border-bottom-right-radius:
15
px;
}
.content-body-title {
...
...
@@ -401,24 +397,24 @@
}
.content-body-title .version {
padding-left:
20r
px;
padding-left:
10
px;
color: #fff;
font-size:
20r
px;
margin-left:
10r
px;
padding:
4rpx 8r
px;
border-radius:
20r
px;
font-size:
10
px;
margin-left:
5
px;
padding:
2px 4
px;
border-radius:
10
px;
background: #50aefd;
}
.title {
font-size:
32r
px;
font-size:
16
px;
font-weight: bold;
color: #3DA7FF;
line-height: 38px;
}
.footer {
height:
150r
px;
height:
75
px;
display: flex;
align-items: center;
justify-content: space-around;
...
...
@@ -426,14 +422,14 @@
.box-des-scroll {
box-sizing: border-box;
padding: 0
40r
px;
height:
200r
px;
padding: 0
15
px;
height:
100
px;
}
.box-des {
font-size:
26r
px;
font-size:
13
px;
color: #000000;
line-height:
50r
px;
line-height:
25
px;
}
.progress-box {
...
...
@@ -442,37 +438,36 @@
.progress {
width: 90%;
height:
40r
px;
height:
20
px;
}
.content-bottom {
height:
150r
px;
height:
75
px;
}
.close-img {
width:
70r
px;
height:
70r
px;
width:
35
px;
height:
35
px;
z-index: 1000;
position: relative;
bottom: -
50r
px;
left:
265r
px;
bottom: -
25
px;
left:
132
px;
}
.content-button {
border: none;
color: #fff;
width: 100%;
height:
80r
px;
line-height:
80r
px;
height:
40
px;
line-height:
40
px;
font-size:
30r
px;
font-size:
15
px;
font-weight: 400;
border-radius: 40rpx;
border-radius: 20px;
border: none;
color: #fff;
text-align: center;
background-color: #1785ff;
}
.flex-column {
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录