| | |
| | | /* pages/personalCenter/downloads/index.wxss */ |
| | | /* pages/personalCenter/downloads/index.wxss */ |
| | | .container { |
| | | padding: 40rpx 30rpx; |
| | | } |
| | | |
| | | .content-item { |
| | | padding: 40rpx 0; |
| | | border-bottom: 1px solid #EDEDED; |
| | | display: flex; |
| | | } |
| | | |
| | | .content-item .icon { |
| | | width: 150rpx; |
| | | height: 200rpx; |
| | | } |
| | | |
| | | .content-item .icon .img { |
| | | width: 100%; |
| | | height: 100%; |
| | | object-fit: contain; |
| | | } |
| | | |
| | | .item-con { |
| | | display: flex; |
| | | flex: 1; |
| | | } |
| | | |
| | | .titleBox { |
| | | margin-left: 20rpx; |
| | | } |
| | | |
| | | .titleBox .item-title { |
| | | font-weight: bold; |
| | | margin-bottom: 20rpx; |
| | | } |
| | | |
| | | .createDate { |
| | | font-size: 28rpx; |
| | | color: #949494; |
| | | line-height: 54rpx; |
| | | } |
| | | |
| | | .reason { |
| | | width: 400rpx; |
| | | line-height: 44rpx; |
| | | font-size: 28rpx; |
| | | word-break: break-all; |
| | | display: -webkit-box; |
| | | -webkit-line-clamp: 2; |
| | | -webkit-box-orient: vertical; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .stateBox { |
| | | width: 120rpx; |
| | | text-align: right; |
| | | font-size: 28rpx; |
| | | line-height: 60rpx; |
| | | } |
| | | |
| | | .success { |
| | | color: #1FBC1F |
| | | } |
| | | |
| | | .wait { |
| | | color: #FF6C00; |
| | | } |
| | | |
| | | .reject { |
| | | color: #F03939; |
| | | font-weight: bold; |
| | | } |
| | | |
| | | .refresh-container { |
| | | margin: 0 auto; |
| | | } |
| | | |
| | | .bottom-loading, |
| | | .loading { |
| | | padding: 20rpx; |
| | | text-align: center; |
| | | } |