1
0
forked from dyf/APP

添加类型路由后,合并版本

This commit is contained in:
liub
2025-08-15 10:52:29 +08:00
6 changed files with 25 additions and 23 deletions

View File

@ -26,7 +26,7 @@
dotColors: ['#CEF231c2'],
text: '请稍候...',//文本文字
textColor: '#FFFFFFde',//文本颜色
radius: 50,//圆的半径
radius: 35,//圆的半径
duration: 1200,//动画的播放速度
colorIndex: 0
}
@ -130,7 +130,8 @@
align-items: center;
z-index: 99999999999;
pointer-events: auto;
box-sizing: border-box;
padding-bottom: 70%;
}
/* 内容居中 */
@ -149,7 +150,7 @@
position: relative;
width: 200rpx;
height: 200rpx;
margin-bottom: 30rpx;
}
/* 单个刻度点 */
@ -157,8 +158,8 @@
position: absolute;
top: 50%;
left: 50%;
width: 14rpx;
height: 52rpx;
width: 4rpx;
height: 30rpx;
border-radius: 12rpx;
/* margin-top: -4rpx;
margin-left: -4rpx; */
@ -187,8 +188,8 @@
letter-spacing: 1.4rpx;
text-align: center;
max-width: 80vw;
padding: 0 20px;
line-height: 1.5;
font-family: 'PingFang SC';
}