357 lines
8.3 KiB
Plaintext
357 lines
8.3 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
/* 黑白灰 + 主题色 #3996FD:字阶与对比统一 */
|
||
.app-update-page.data-v-4df42426 {
|
||
min-height: 100vh;
|
||
background-color: #f0f0f0;
|
||
display: flex;
|
||
flex-direction: column;
|
||
box-sizing: border-box;
|
||
}
|
||
.tabback.data-v-4df42426 {
|
||
width: 750rpx;
|
||
height: 204rpx;
|
||
background: #ffffff;
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: space-between;
|
||
padding: 0 28rpx;
|
||
padding-top: 52rpx;
|
||
box-sizing: border-box;
|
||
border-bottom: 1px solid #e8e8e8;
|
||
z-index: 999;
|
||
}
|
||
.tabback .name.data-v-4df42426 {
|
||
font-size: 34rpx;
|
||
color: #141414;
|
||
font-weight: 600;
|
||
letter-spacing: -0.5rpx;
|
||
}
|
||
.tabback .rtjt.data-v-4df42426 {
|
||
font-size: 38rpx;
|
||
color: #141414;
|
||
font-weight: 400;
|
||
}
|
||
.tabback .tabback-placeholder.data-v-4df42426 {
|
||
width: 36rpx;
|
||
height: 36rpx;
|
||
}
|
||
.tabback-spacer.data-v-4df42426 {
|
||
width: 100%;
|
||
height: 204rpx;
|
||
flex-shrink: 0;
|
||
}
|
||
.main-scroll.data-v-4df42426 {
|
||
flex: 1;
|
||
height: 0;
|
||
min-height: 0;
|
||
margin-top: 30rpx;
|
||
}
|
||
.main-pad.data-v-4df42426 {
|
||
padding: 0 32rpx;
|
||
box-sizing: border-box;
|
||
}
|
||
.panel.data-v-4df42426 {
|
||
background: #ffffff;
|
||
border-radius: 16rpx;
|
||
padding: 32rpx 28rpx 36rpx;
|
||
box-sizing: border-box;
|
||
border: 1rpx solid #e8e8e8;
|
||
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.04);
|
||
}
|
||
.scroll-tail.data-v-4df42426 {
|
||
height: calc(200rpx + env(safe-area-inset-bottom));
|
||
}
|
||
.ios-head.data-v-4df42426 {
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: flex-start;
|
||
}
|
||
.ios-icon-wrap.data-v-4df42426 {
|
||
width: 100rpx;
|
||
height: 100rpx;
|
||
border-radius: 28rpx;
|
||
overflow: hidden;
|
||
flex-shrink: 0;
|
||
background: #ebebeb;
|
||
border: 1rpx solid #e8e8e8;
|
||
}
|
||
.ios-icon.data-v-4df42426 {
|
||
width: 100%;
|
||
height: 100%;
|
||
display: block;
|
||
}
|
||
.ios-head-main.data-v-4df42426 {
|
||
flex: 1;
|
||
margin-left: 24rpx;
|
||
min-width: 0;
|
||
padding-top: 4rpx;
|
||
}
|
||
.ios-title.data-v-4df42426 {
|
||
display: block;
|
||
font-size: 38rpx;
|
||
font-weight: 700;
|
||
color: #0a0a0a;
|
||
line-height: 1.2;
|
||
letter-spacing: -0.8rpx;
|
||
}
|
||
.ios-subtitle.data-v-4df42426 {
|
||
display: block;
|
||
margin-top: 12rpx;
|
||
font-size: 26rpx;
|
||
font-weight: 400;
|
||
color: #6b6b6b;
|
||
line-height: 1.4;
|
||
}
|
||
.ios-body.data-v-4df42426 {
|
||
display: block;
|
||
margin-top: 36rpx;
|
||
font-size: 28rpx;
|
||
font-weight: 400;
|
||
color: #3a3a3a;
|
||
line-height: 1.7;
|
||
text-align: left;
|
||
}
|
||
.preline.data-v-4df42426 {
|
||
white-space: pre-line;
|
||
}
|
||
/* rich-text 与正文对齐;内部标签字号由 HTML 决定时可被 rich-text 默认样式覆盖 */
|
||
.ios-body-rich.data-v-4df42426 {
|
||
display: block;
|
||
margin-top: 36rpx;
|
||
font-size: 28rpx;
|
||
color: #3a3a3a;
|
||
line-height: 1.7;
|
||
text-align: left;
|
||
word-break: break-word;
|
||
overflow: hidden;
|
||
}
|
||
.footer-bar.data-v-4df42426 {
|
||
flex-shrink: 0;
|
||
padding: 16rpx 32rpx calc(20rpx + env(safe-area-inset-bottom));
|
||
background: #ffffff;
|
||
border-top: 1rpx solid #e8e8e8;
|
||
box-shadow: 0 -8rpx 32rpx rgba(0, 0, 0, 0.04);
|
||
z-index: 998;
|
||
box-sizing: border-box;
|
||
}
|
||
.footer-version.data-v-4df42426 {
|
||
display: block;
|
||
text-align: center;
|
||
font-size: 24rpx;
|
||
font-weight: 400;
|
||
color: #6b6b6b;
|
||
line-height: 1.5;
|
||
margin-bottom: 16rpx;
|
||
letter-spacing: 0.2rpx;
|
||
}
|
||
.footer-version-num.data-v-4df42426 {
|
||
font-weight: 600;
|
||
color: #141414;
|
||
margin-left: 8rpx;
|
||
}
|
||
.footer-btn.data-v-4df42426 {
|
||
height: 96rpx;
|
||
border-radius: 48rpx;
|
||
background: #0a0a0a;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
}
|
||
.footer-btn--disabled.data-v-4df42426 {
|
||
background: #d0d0d0;
|
||
}
|
||
.footer-btn-text.data-v-4df42426 {
|
||
font-size: 30rpx;
|
||
font-weight: 600;
|
||
color: #ffffff;
|
||
letter-spacing: 0.5rpx;
|
||
}
|
||
.footer-btn--disabled .footer-btn-text.data-v-4df42426 {
|
||
color: #ffffff;
|
||
opacity: 0.85;
|
||
}
|
||
.progress-mask.data-v-4df42426 {
|
||
position: fixed;
|
||
top: 0;
|
||
left: 0;
|
||
right: 0;
|
||
bottom: 0;
|
||
background: rgba(0, 0, 0, 0.5);
|
||
z-index: 2000;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
padding: 48rpx;
|
||
box-sizing: border-box;
|
||
}
|
||
.progress-card.data-v-4df42426 {
|
||
position: relative;
|
||
width: 100%;
|
||
max-width: 620rpx;
|
||
overflow: hidden;
|
||
border-radius: 28rpx;
|
||
padding: 52rpx 40rpx 44rpx;
|
||
box-sizing: border-box;
|
||
background: #ffffff;
|
||
border: 1rpx solid #e8e8e8;
|
||
box-shadow: 0 24rpx 64rpx rgba(0, 0, 0, 0.18);
|
||
}
|
||
.progress-card-glow.data-v-4df42426 {
|
||
position: absolute;
|
||
top: -100rpx;
|
||
left: 50%;
|
||
-webkit-transform: translateX(-50%);
|
||
transform: translateX(-50%);
|
||
width: 400rpx;
|
||
height: 200rpx;
|
||
background: radial-gradient(ellipse at center, rgba(57, 150, 253, 0.12) 0%, transparent 65%);
|
||
pointer-events: none;
|
||
}
|
||
.progress-top.data-v-4df42426 {
|
||
position: relative;
|
||
z-index: 1;
|
||
margin-bottom: 40rpx;
|
||
}
|
||
.progress-pct-huge.data-v-4df42426 {
|
||
display: flex;
|
||
flex-direction: row;
|
||
align-items: flex-end;
|
||
justify-content: center;
|
||
margin-bottom: 16rpx;
|
||
}
|
||
.pct-value.data-v-4df42426 {
|
||
font-size: 88rpx;
|
||
font-weight: 700;
|
||
color: #0a0a0a;
|
||
line-height: 0.9;
|
||
letter-spacing: -3rpx;
|
||
font-variant-numeric: tabular-nums;
|
||
}
|
||
.pct-unit.data-v-4df42426 {
|
||
font-size: 36rpx;
|
||
font-weight: 600;
|
||
color: #8c8c8c;
|
||
line-height: 1.2;
|
||
margin-left: 6rpx;
|
||
margin-bottom: 10rpx;
|
||
}
|
||
.progress-headline.data-v-4df42426 {
|
||
display: block;
|
||
text-align: center;
|
||
font-size: 30rpx;
|
||
font-weight: 600;
|
||
color: #141414;
|
||
letter-spacing: -0.3rpx;
|
||
}
|
||
.progress-stage.data-v-4df42426 {
|
||
display: block;
|
||
text-align: center;
|
||
margin-top: 14rpx;
|
||
font-size: 24rpx;
|
||
color: #6b6b6b;
|
||
line-height: 1.5;
|
||
min-height: 40rpx;
|
||
}
|
||
.progress-track-shell.data-v-4df42426 {
|
||
position: relative;
|
||
z-index: 1;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.progress-track-bg.data-v-4df42426 {
|
||
position: relative;
|
||
height: 20rpx;
|
||
border-radius: 10rpx;
|
||
background: #e3e3e3;
|
||
box-shadow: inset 0 2rpx 5rpx rgba(0, 0, 0, 0.08);
|
||
overflow: hidden;
|
||
box-sizing: border-box;
|
||
}
|
||
.progress-fill.data-v-4df42426 {
|
||
position: relative;
|
||
height: 100%;
|
||
border-radius: 10rpx;
|
||
background: linear-gradient(90deg, #5ba3fc 0%, #3996fd 45%, #2b7de0 100%);
|
||
box-shadow: 0 0 16rpx rgba(57, 150, 253, 0.35), inset 0 1rpx 0 rgba(255, 255, 255, 0.25);
|
||
transition: width 0.1s linear, background 0.35s ease, box-shadow 0.35s ease;
|
||
overflow: hidden;
|
||
}
|
||
.progress-shimmer.data-v-4df42426 {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
bottom: 0;
|
||
width: 55%;
|
||
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 45%, rgba(255, 255, 255, 0) 90%);
|
||
-webkit-animation: progress-shine-data-v-4df42426 1.35s ease-in-out infinite;
|
||
animation: progress-shine-data-v-4df42426 1.35s ease-in-out infinite;
|
||
}
|
||
@-webkit-keyframes progress-shine-data-v-4df42426 {
|
||
0% {
|
||
-webkit-transform: translateX(-100%);
|
||
transform: translateX(-100%);
|
||
}
|
||
100% {
|
||
-webkit-transform: translateX(220%);
|
||
transform: translateX(220%);
|
||
}
|
||
}
|
||
@keyframes progress-shine-data-v-4df42426 {
|
||
0% {
|
||
-webkit-transform: translateX(-100%);
|
||
transform: translateX(-100%);
|
||
}
|
||
100% {
|
||
-webkit-transform: translateX(220%);
|
||
transform: translateX(220%);
|
||
}
|
||
}
|
||
.progress-fill-head.data-v-4df42426 {
|
||
position: absolute;
|
||
top: 50%;
|
||
right: 2rpx;
|
||
-webkit-transform: translateY(-50%);
|
||
transform: translateY(-50%);
|
||
width: 8rpx;
|
||
height: 55%;
|
||
border-radius: 6rpx;
|
||
background: rgba(255, 255, 255, 0.85);
|
||
box-shadow: 0 0 14rpx rgba(255, 255, 255, 0.75);
|
||
}
|
||
.progress-hint.data-v-4df42426 {
|
||
position: relative;
|
||
z-index: 1;
|
||
display: block;
|
||
text-align: center;
|
||
font-size: 22rpx;
|
||
color: #a3a3a3;
|
||
letter-spacing: 0.5rpx;
|
||
}
|