| | |
| | | font-size: 26rpx; |
| | | color: #666666; |
| | | margin-bottom: 24rpx; |
| | | display: -webkit-box; |
| | | -webkit-box-orient: vertical; |
| | | -webkit-line-clamp: 2; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .addr { |
| | | font-size: 26rpx; |
| | | color: #888888; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | } |
| | | } |
| | | .navback{ |
| | |
| | | .main_content { |
| | | position: relative; |
| | | bottom: 80rpx; |
| | | padding: 0 40rpx 40rpx; |
| | | padding: 0 40rpx 240rpx; |
| | | height: 100%; |
| | | overflow: hidden; |
| | | background-color: #fff; |
| | |
| | | } |
| | | .list { |
| | | height: calc( 100% - 420rpx ); |
| | | padding-bottom: 160rpx; |
| | | padding: 20rpx; |
| | | margin: 0 -40rpx; |
| | | padding-bottom: 12rpx; |
| | | width: 750rpx; |
| | | .item { |
| | | width: 670rpx; |
| | | margin: 10rpx auto 30rpx; |
| | | height: 148rpx; |
| | | background: rgba(176, 135, 113, 0.05) #FFFFFF; |
| | | box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(0, 0, 0, 0.12); |
| | | box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(0,0,0,0.12); |
| | | border-radius: 8rpx; |
| | | padding: 0 30rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | margin-bottom: 30rpx; |
| | | |
| | | &:nth-last-of-type(1){ |
| | | margin-bottom: 100rpx; |
| | | } |
| | | .content { |
| | | flex: 1; |
| | | |
| | |
| | | .footer{ |
| | | display: flex; |
| | | align-items: center; |
| | | height: 100rpx; |
| | | position: fixed; |
| | | background-color: #fff; |
| | | z-index: 999; |