This commit is contained in:
haomingming
2023-04-06 11:20:01 +08:00
parent a1d691367e
commit 6fa2a5eaa9
40 changed files with 987 additions and 186 deletions
+13 -1
View File
@@ -2,7 +2,7 @@
background-color: #fff;
display: flex;
flex-direction: column;
margin-top: 20rpx;
margin-bottom: 20rpx;
}
.content_1,.content_3,.content_2{
display: flex;
@@ -16,6 +16,8 @@
.name{
font-size: 30rpx;
color: #666666;
height: 50rpx;
line-height: 50rpx;
}
.date{
font-size: 30rpx;
@@ -72,4 +74,14 @@
.dialog_confirm_btn{
border-top: 1px solid #E9E9E9;
color: #3CC7C0;
}
.t-badge__content-text {
line-height: 70rpx !important;
background-color: #E34D59 !important;
}
.t-badge{
background-color: burlywood !important;
}
.t-badge__content,.t-class-content{
background-color: crimson !important;
}