| | |
| | | .left{ |
| | | flex: 1; |
| | | .title{ |
| | | width: 520rpx; |
| | | font-weight: 500; |
| | | font-size: 32rpx; |
| | | width: 100%; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | overflow: hidden;//文本超出隐藏 |
| | | text-overflow: ellipsis; |
| | | margin-bottom: 16rpx; |
| | | } |
| | | .address{ |
| | | width: 520rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | overflow: hidden;//文本超出隐藏 |
| | | text-overflow: ellipsis; |
| | | font-size: 26rpx; |
| | | color: #888888; |
| | |
| | | font-size: 24rpx; |
| | | color: #333333; |
| | | text-align: center; |
| | | margin-left: 80rpx; |
| | | margin-left: 20rpx; |
| | | .phone{ |
| | | width: 60rpx; |
| | | margin-bottom: 4rpx; |