detail.css 278 B

12345678910111213141516
  1. /**
  2. * 基础
  3. */
  4. .base-container {
  5. height: 280rpx;
  6. background-size: cover;
  7. }
  8. .base-container .text {
  9. top: 0;
  10. left: 0;
  11. background: rgb(0 0 0 / 35%);
  12. padding: 100rpx 20rpx 20rpx 20rpx;
  13. }
  14. .word-content .word-icon:not(:last-child) {
  15. margin-right: 20rpx;
  16. }