Files
quinn-wx/pages/myself/about/index.wxss
2022-12-14 19:39:14 +08:00

61 lines
1022 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.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;
}