61 lines
1022 B
Plaintext
61 lines
1022 B
Plaintext
.demo-steps {
|
||
padding-top: 80rpx;
|
||
padding-left: 32rpx;
|
||
}
|
||
|
||
.t-icon-slot {
|
||
width: 14px;
|
||
height: 14px;
|
||
border-radius: 50%;
|
||
background-color: #c5c5c5;
|
||
}
|
||
|
||
.t-icon-slot--child {
|
||
width: 10px;
|
||
height: 10px;
|
||
}
|
||
|
||
.t-icon-slot--finish {
|
||
background-color: #0052d9;
|
||
}
|
||
|
||
.t-icon-slot--active {
|
||
background-color: rgb(5, 150, 34);
|
||
}
|
||
|
||
.t-icon-slot--default {
|
||
background-color: #c5c5c5;
|
||
}
|
||
/** 自定义line颜色:
|
||
* 方法1: 通过t-class-inner外部样式的 ::after
|
||
* 方法2: 覆盖组件内部样式。
|
||
*/
|
||
.t-class-inner--finish::after {
|
||
background-color: #0052d9;
|
||
}
|
||
|
||
.t-class-inner--active::after {
|
||
background-color: #c5c5c5;
|
||
}
|
||
|
||
.t-class-inner--default::after {
|
||
background-color: #c5c5c5;
|
||
}
|
||
|
||
.t-class-title {
|
||
color: #000 !important;
|
||
}
|
||
.t-class-title--no {
|
||
margin: 0 !important;
|
||
}
|
||
.t-class-description {
|
||
color: rgb(38, 37, 37) !important;
|
||
}
|
||
|
||
.t-class-extra {
|
||
color: #c5c5c5;
|
||
text-align: left;
|
||
font-size: 20rpx !important;
|
||
margin-top: 0px !important;
|
||
}
|