@import "/components/My_liveAccountMsg/index.wxss"; @import "/pages/tradeShow/index.wxss"; /* 直播数据网格 */ .data-grid { display: flex; flex-wrap: wrap; width: 100%; padding: 0 20rpx; box-sizing: border-box; margin: 30rpx 0; } .data-grid>view { width: 33.33%; text-align: center; } .data-grid>view:nth-child(-n+3) { margin-bottom: 10rpx; } .data-grid>view .title { font-size: 24rpx; color: rgba(0, 0, 0, 0.85); } .data-grid>view .number { font-size: 24rpx; font-weight: 500; color: #4DC2D4; margin-top: 10rpx; } /* 数据表 */ .data-formlist { float: left; border-radius: 8rpx; overflow: hidden; } .data-formlist-header { min-width: 1030rpx; height: 66rpx; line-height: 66rpx; padding: 0 20rpx; background: #F6F7F8; box-sizing: border-box; border-bottom: 2rpx solid #e8e8e8; } .data-formlist-header>view { float: left; text-align: center; font-size: 24rpx; font-weight: 600; color: rgba(0, 0, 0, 0.85); } .data-formlist-row { position: relative; font-size: 20rpx; color: rgba(0, 0, 0, 0.65); min-width: 1030rpx; padding: 0 20rpx; box-sizing: border-box; border-bottom: 2rpx solid #e8e8e8; text-align: center; height: 56rpx !important; } .option-row { background-color: #FAFAFA; } .data-formlist-row>view { float: left; line-height: 56rpx !important; } .w200rpx { width: 200rpx !important; } /* 直播详情 */ .live-for-details { min-width: 1800rpx !important; } /* 一键开播按钮 */ .custom-class-msgBox-but { width: 116rpx !important; height: 44rpx !important; background: #FFB600 !important; border-radius: 22rpx; font-size: 20rpx !important; font-family: PingFangSC-Medium, PingFang SC; border: 0 !important; } /* 直播账号信息 */ .live-msg { width: 100%; padding: 18rpx 25rpx 0rpx; box-sizing: border-box; } .row-title { flex-shrink: 0; } .live-msg-row { display: flex; align-items: center; flex-wrap: nowrap; width: 100%; height: 44rpx; font-size: 24rpx; color: rgba(0, 0, 0, 0.85); margin-top: 10rpx; } .acRow { background-color: #FAFAFA; } .live-msg-row:first-child { margin-top: 0; } .row-content { font-size: 20rpx !important; font-family: PingFangSC-Regular, PingFang SC !important; color: rgba(0, 0, 0, 0.65); padding-left: 8rpx; } .copy { font-size: 20rpx; color: #4DC2D4; padding-left: 4rpx; } /* 在线聊天 */ .live-chat { display: flex; flex-direction: column; height: 450rpx; width: 662rpx; margin: 0 auto; background: #FFFFFF; border-radius: 8rpx; border: 2rpx solid rgba(151, 151, 151, 0.14); overflow: hidden; margin-bottom: 20rpx; } .live-chat-title { display: flex; height: 64rpx; line-height: 64rpx; font-size: 24rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 550; color: rgba(0, 0, 0, 0.85); background-color: rgba(151, 151, 151, .15); padding-left: 20rpx; } .live-chat-concent { width: 100%; height: 386rpx; } .exhibition { float: left; margin-top: 10rpx; } .live-chat-mag { display: flex; width: 100%; line-height: 30rpx; padding: 10rpx 20rpx; font-size: 20rpx; color: rgba(0, 0, 0, 0.85); box-sizing: border-box; } .live-chat-mag-userName { flex-shrink: 0; } .live-chat-mag-text { flex: 1; width: 0; /* word-break: break-all; */ white-space: pre-wrap; } .live-chat-mag-time { padding-left: 8rpx; flex-shrink: 0; }