This commit is contained in:
曹辉 2023-05-26 14:47:46 +08:00
parent b58a427ab0
commit 4f69a5640e
2 changed files with 8 additions and 3 deletions

View File

@ -99,7 +99,11 @@
.model {
width: 70%;
margin: 30rpx 0 0 20rpx;
.top{
span{
word-break: break-all;
}
}
span {
font-size: 34rpx;
color: #000000;

View File

@ -81,10 +81,10 @@
// 服务商家
.detail {
margin: 30rpx 0 0 3%;
line-height: 31rpx;
line-height: 40rpx;
font-size: 32rpx;
color: #666666;
line-height: 31rpx;
word-break: break-all;
}
.name {
@ -203,6 +203,7 @@
font-size: 32rpx;
color: #666666;
padding: 0 3% 0 3%;
word-break: break-all;
}
.details {