| | |
| | | .main_content { |
| | | position: relative; |
| | | bottom: 80rpx; |
| | | padding: 0 40rpx 240rpx; |
| | | height: 100%; |
| | | padding: 0 40rpx 0rpx; |
| | | height: calc( 100% - 480rpx ); |
| | | overflow: hidden; |
| | | background-color: #fff; |
| | | padding-top: 80rpx; |
| | |
| | | margin-bottom: 38rpx; |
| | | } |
| | | .list { |
| | | height: calc( 100% - 420rpx ); |
| | | height: calc( 100% - 92rpx ); |
| | | padding: 20rpx; |
| | | margin: 0 -40rpx; |
| | | padding-bottom: 12rpx; |
| | |
| | | padding: 0 30rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | &:nth-last-of-type(1){ |
| | | margin-bottom: 100rpx; |
| | | } |
| | | .content { |
| | | flex: 1; |
| | | |
| | |
| | | border: 1rpx solid var(--themeColor); |
| | | } |
| | | } |
| | | .empty{ |
| | | height: 80rpx; |
| | | } |
| | | } |
| | | } |
| | | .empty_wrap{ |