个人消息

This commit is contained in:
limqhz
2022-12-14 19:39:14 +08:00
parent c2fa413fea
commit 574e7c8ac1
39 changed files with 1745 additions and 24 deletions

View File

@@ -0,0 +1,60 @@
.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;
}