You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.4 KiB
61 lines
1.4 KiB
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
/* uni.scss */
|
|
.u-progress.data-v-0fa21744 {
|
|
overflow: hidden;
|
|
height: 15px;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
border-radius: 100rpx;
|
|
}
|
|
.u-active.data-v-0fa21744 {
|
|
width: 0;
|
|
height: 100%;
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-items: flex-end;
|
|
justify-content: space-around;
|
|
font-size: 20rpx;
|
|
color: #ffffff;
|
|
transition: all 0.4s ease;
|
|
}
|
|
.u-striped.data-v-0fa21744 {
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
|
background-size: 39px 39px;
|
|
}
|
|
.u-striped-active.data-v-0fa21744 {
|
|
-webkit-animation: progress-stripes-data-v-0fa21744 2s linear infinite;
|
|
animation: progress-stripes-data-v-0fa21744 2s linear infinite;
|
|
}
|
|
@-webkit-keyframes progress-stripes-data-v-0fa21744 {
|
|
0% {
|
|
background-position: 0 0;
|
|
}
|
|
100% {
|
|
background-position: 39px 0;
|
|
}
|
|
}
|
|
@keyframes progress-stripes-data-v-0fa21744 {
|
|
0% {
|
|
background-position: 0 0;
|
|
}
|
|
100% {
|
|
background-position: 39px 0;
|
|
}
|
|
}
|
|
|