live-introduction.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. @charset "UTF-8";
  2. .plv-mp-live-introduction-wrap {
  3. position: relative;
  4. height: 100%;
  5. padding: 20rpx;
  6. text-align: left;
  7. box-sizing: border-box;
  8. background: #44434f;
  9. }
  10. .plv-mp-live-introduction-icon {
  11. width: 36rpx;
  12. height: 36rpx;
  13. margin-top: -6rpx;
  14. vertical-align: middle;
  15. }
  16. .plv-mp-live-introduction_top {
  17. margin-bottom: 10px;
  18. padding: 10px 0 20px;
  19. border-bottom: 1px solid #4e4c5b;
  20. }
  21. .plv-mp-live-introduction_top_channel_title {
  22. display: block;
  23. font-size: 36rpx;
  24. margin-bottom: 10px;
  25. }
  26. .plv-mp-live-introduction_top_channel_info {
  27. position: relative;
  28. padding-left: 90rpx;
  29. font-size: 24rpx;
  30. }
  31. .plv-mp-live-introduction_top_channel_info > .channel-info__view {
  32. display: inline-block;
  33. margin-right: 10rpx;
  34. }
  35. .plv-mp-live-introduction_top_channel_logo {
  36. position: absolute;
  37. left: 0;
  38. width: 70rpx;
  39. height: 70rpx;
  40. border-radius: 5px;
  41. }
  42. .plv-mp-live-introduction_top_channel_host {
  43. display: block;
  44. margin-bottom: 5px;
  45. }
  46. .plv-mp-live-introduction_middle {
  47. padding-bottom: 10px;
  48. color: #546e7a;
  49. font-size: 28rpx;
  50. border-bottom: 1px solid #4e4c5b;
  51. }
  52. .plv-mp-live-introduction_middle_live_status {
  53. float: right;
  54. color: #ff5722;
  55. }
  56. /**
  57. 白天皮肤
  58. */
  59. .plv-mp-skin__white {
  60. color: #333;
  61. background: #f5f9fa;
  62. }
  63. .plv-mp-skin__white .plv-mp-live-introduction_top {
  64. border-bottom: 0;
  65. }
  66. .plv-mp-skin__white .plv-mp-live-introduction_middle {
  67. border-bottom: 1px solid #e0e0e0ff;
  68. }
  69. .plv-mp-skin__white .plv-mp-live-introduction-icon {
  70. width: 16px;
  71. height: 15px;
  72. }