This commit is contained in:
曹辉 2023-04-04 15:52:12 +08:00
parent f2e334869b
commit f4fa12e83a
4 changed files with 5 additions and 1 deletions

View File

@ -69,12 +69,13 @@
}
.title {
padding-left: 3%;
padding: 0 3%;
font-size: 38rpx;
font-weight: bold;
white-space: normal;
word-break: break-all;
margin-bottom: 20rpx;
text-align: justify;
}
.text {

View File

@ -168,6 +168,7 @@
-webkit-line-clamp: 5; //
line-clamp: 5;
-webkit-box-orient: vertical;
text-align: justify;
}
}
}

View File

@ -475,6 +475,7 @@
-webkit-line-clamp: 5; //
line-clamp: 5;
-webkit-box-orient: vertical;
text-align: justify;
}
}
}

View File

@ -199,6 +199,7 @@
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
text-align: justify;
}
.appointment {