| | |
| | | @import "./index.skeleton.wxss"; |
| | | |
| | | page { |
| | | width: 100vw; |
| | | height: 100%; |
| | | background: #F2F3F8; |
| | | } |
| | | |
| | | .container { |
| | | width: 100vw; |
| | | height: 100vh; |
| | | } |
| | | |
| | | .content { |
| | | height: calc(100vh - env(safe-area-inset-bottom)); |
| | | box-sizing: border-box; |
| | | |
| | | } |
| | | |
| | | .pageInfo { |
| | | padding: 40rpx 20rpx 0 20rpx; |
| | | } |
| | | |
| | | .refresh-container { |
| | |
| | | .loading { |
| | | padding: 20rpx; |
| | | text-align: center; |
| | | } |
| | | |
| | | .container { |
| | | padding: 40rpx 24rpx; |
| | | } |
| | | |
| | | .activation { |
| | |
| | | |
| | | .productTitle { |
| | | font-size: 28rpx; |
| | | height: 88rpx; |
| | | max-height: 88rpx; |
| | | color: #333333; |
| | | line-height: 44rpx; |
| | | display: -webkit-box; |
| | |
| | | -webkit-line-clamp: 2; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .typeBox { |
| | | line-height: 60rpx; |
| | | } |
| | | |
| | | .typeCon { |
| | |
| | | .empyt { |
| | | padding: 100rpx 0; |
| | | background: #fff; |
| | | } |
| | | |
| | | .body-loading { |
| | | padding: 200rpx 0; |
| | | text-align: center; |
| | | } |
| | | |
| | | .noProduct { |
| | | padding: 60rpx 0; |
| | | text-align: center; |
| | | } |