| | |
| | | /* pages/personalCenter/sampleBooks/index.wxss */ |
| | | @import "./index.skeleton.wxss"; |
| | | |
| | | page { |
| | | background-color: #F2F3F8; |
| | | } |
| | |
| | | |
| | | .content-item { |
| | | margin-bottom: 30rpx; |
| | | padding: 30rpx; |
| | | padding: 24rpx; |
| | | background: #fff; |
| | | border-radius: 10rpx; |
| | | } |
| | |
| | | overflow: hidden; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | max-width: 440rpx; |
| | | max-width: 420rpx; |
| | | } |
| | | |
| | | .mailName { |
| | | white-space: nowrap; |
| | | /* 保证文本在一行内显示 */ |
| | | overflow: hidden; |
| | | /* 隐藏超出容器的文本 */ |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .success { |
| | |
| | | .bookBox .leftCon { |
| | | width: 180rpx; |
| | | height: 240rpx; |
| | | box-shadow: 0px 0px 20rpx 2px #f1f1f1; |
| | | box-shadow: 0px 0px 20rpx 2px #EDECEC; |
| | | } |
| | | |
| | | .bookBox .leftCon .purchasedIcon { |
| | |
| | | -webkit-line-clamp: 2; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .body-loading { |
| | | padding: 200rpx 0; |
| | | text-align: center; |
| | | } |