12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- @charset "UTF-8";
- .plv-mp-live-introduction-wrap {
- position: relative;
- height: 100%;
- padding: 20rpx;
- text-align: left;
- box-sizing: border-box;
- background: #44434f;
- }
- .plv-mp-live-introduction-icon {
- width: 36rpx;
- height: 36rpx;
- margin-top: -6rpx;
- vertical-align: middle;
- }
- .plv-mp-live-introduction_top {
- margin-bottom: 10px;
- padding: 10px 0 20px;
- border-bottom: 1px solid #4e4c5b;
- }
- .plv-mp-live-introduction_top_channel_title {
- display: block;
- font-size: 36rpx;
- margin-bottom: 10px;
- }
- .plv-mp-live-introduction_top_channel_info {
- position: relative;
- padding-left: 90rpx;
- font-size: 24rpx;
- }
- .plv-mp-live-introduction_top_channel_info > .channel-info__view {
- display: inline-block;
- margin-right: 10rpx;
- }
- .plv-mp-live-introduction_top_channel_logo {
- position: absolute;
- left: 0;
- width: 70rpx;
- height: 70rpx;
- border-radius: 5px;
- }
- .plv-mp-live-introduction_top_channel_host {
- display: block;
- margin-bottom: 5px;
- }
- .plv-mp-live-introduction_middle {
- padding-bottom: 10px;
- color: #546e7a;
- font-size: 28rpx;
- border-bottom: 1px solid #4e4c5b;
- }
- .plv-mp-live-introduction_middle_live_status {
- float: right;
- color: #ff5722;
- }
- /**
- 白天皮肤
- */
- .plv-mp-skin__white {
- color: #333;
- background: #f5f9fa;
- }
- .plv-mp-skin__white .plv-mp-live-introduction_top {
- border-bottom: 0;
- }
- .plv-mp-skin__white .plv-mp-live-introduction_middle {
- border-bottom: 1px solid #e0e0e0ff;
- }
- .plv-mp-skin__white .plv-mp-live-introduction-icon {
- width: 16px;
- height: 15px;
- }
|