| | |
| | | .container{ |
| | | width: 750rpx; |
| | | width: 670rpx; |
| | | margin: 0 auto; |
| | | background-color: #fff; |
| | | padding: 10rpx 40rpx; |
| | | padding: 10rpx 10rpx; |
| | | } |
| | | .wrap1{ |
| | | display: flex; |
| | |
| | | font-weight: 600; |
| | | font-size: 32rpx; |
| | | color: #111111; |
| | | margin-bottom: 2rpx; |
| | | margin-bottom: 6rpx; |
| | | } |
| | | .desc{ |
| | | font-weight: 300; |
| | |
| | | .name{ |
| | | display: flex; |
| | | margin-bottom: 20rpx; |
| | | font-size: 28rpx; |
| | | .icon{ |
| | | width: 60rpx; |
| | | height: 60rpx; |
| | |
| | | width: 36rpx; |
| | | } |
| | | } |
| | | .text{ |
| | | flex: 1; |
| | | overflow : hidden; |
| | | text-overflow: ellipsis; |
| | | display: -webkit-box; |
| | | -webkit-line-clamp: 2; |
| | | -webkit-box-orient: vertical; |
| | | } |
| | | } |
| | | .addr{ |
| | | display: flex; |