123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- @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 {
- 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;
- }
- .exhibition {
- float: left;
- margin-top: 10rpx;
- }
|