修改
This commit is contained in:
parent
f2e334869b
commit
f4fa12e83a
@ -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 {
|
||||
|
||||
@ -168,6 +168,7 @@
|
||||
-webkit-line-clamp: 5; //行数需设置
|
||||
line-clamp: 5;
|
||||
-webkit-box-orient: vertical;
|
||||
text-align: justify;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -475,6 +475,7 @@
|
||||
-webkit-line-clamp: 5; //行数需设置
|
||||
line-clamp: 5;
|
||||
-webkit-box-orient: vertical;
|
||||
text-align: justify;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -199,6 +199,7 @@
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 4;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.appointment {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user