index.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. @import "/components/My_liveAccountMsg/index.wxss";
  2. @import "/pages/tradeShow/index.wxss";
  3. /* 直播数据网格 */
  4. .data-grid {
  5. display: flex;
  6. flex-wrap: wrap;
  7. width: 100%;
  8. padding: 0 20rpx;
  9. box-sizing: border-box;
  10. margin: 30rpx 0;
  11. }
  12. .data-grid>view {
  13. width: 33.33%;
  14. text-align: center;
  15. }
  16. .data-grid>view:nth-child(-n+3) {
  17. margin-bottom: 10rpx;
  18. }
  19. .data-grid>view .title {
  20. font-size: 24rpx;
  21. color: rgba(0, 0, 0, 0.85);
  22. }
  23. .data-grid>view .number {
  24. font-size: 24rpx;
  25. font-weight: 500;
  26. color: #4DC2D4;
  27. margin-top: 10rpx;
  28. }
  29. /* 数据表 */
  30. .data-formlist {
  31. float: left;
  32. border-radius: 8rpx;
  33. overflow: hidden;
  34. }
  35. .data-formlist-header {
  36. min-width: 1030rpx;
  37. height: 66rpx;
  38. line-height: 66rpx;
  39. padding: 0 20rpx;
  40. background: #F6F7F8;
  41. box-sizing: border-box;
  42. border-bottom: 2rpx solid #e8e8e8;
  43. }
  44. .data-formlist-header>view {
  45. float: left;
  46. text-align: center;
  47. font-size: 24rpx;
  48. font-weight: 600;
  49. color: rgba(0, 0, 0, 0.85);
  50. }
  51. .data-formlist-row {
  52. position: relative;
  53. font-size: 20rpx;
  54. color: rgba(0, 0, 0, 0.65);
  55. min-width: 1030rpx;
  56. padding: 0 20rpx;
  57. box-sizing: border-box;
  58. border-bottom: 2rpx solid #e8e8e8;
  59. text-align: center;
  60. height: 56rpx !important;
  61. }
  62. .option-row {
  63. background-color: #FAFAFA;
  64. }
  65. .data-formlist-row>view {
  66. float: left;
  67. line-height: 56rpx !important;
  68. }
  69. .w200rpx {
  70. width: 200rpx !important;
  71. }
  72. /* 直播详情 */
  73. .live-for-details {
  74. min-width: 1800rpx !important;
  75. }
  76. /* 一键开播按钮 */
  77. .custom-class-msgBox-but {
  78. width: 116rpx !important;
  79. height: 44rpx !important;
  80. background: #FFB600 !important;
  81. border-radius: 22rpx;
  82. font-size: 20rpx !important;
  83. font-family: PingFangSC-Medium, PingFang SC;
  84. border: 0 !important;
  85. }
  86. /* 直播账号信息 */
  87. .live-msg {
  88. width: 100%;
  89. padding: 18rpx 25rpx 0rpx;
  90. box-sizing: border-box;
  91. }
  92. .row-title {
  93. flex-shrink: 0;
  94. }
  95. .live-msg-row {
  96. display: flex;
  97. align-items: center;
  98. flex-wrap: nowrap;
  99. width: 100%;
  100. height: 44rpx;
  101. font-size: 24rpx;
  102. color: rgba(0, 0, 0, 0.85);
  103. margin-top: 10rpx;
  104. }
  105. .acRow {
  106. background-color: #FAFAFA;
  107. }
  108. .live-msg-row:first-child {
  109. margin-top: 0;
  110. }
  111. .row-content {
  112. font-size: 20rpx !important;
  113. font-family: PingFangSC-Regular, PingFang SC !important;
  114. color: rgba(0, 0, 0, 0.65);
  115. padding-left: 8rpx;
  116. }
  117. .copy {
  118. font-size: 20rpx;
  119. color: #4DC2D4;
  120. padding-left: 4rpx;
  121. }
  122. /* 在线聊天 */
  123. .live-chat {
  124. height: 450rpx;
  125. width: 662rpx;
  126. margin: 0 auto;
  127. background: #FFFFFF;
  128. border-radius: 8rpx;
  129. border: 2rpx solid rgba(151, 151, 151, 0.14);
  130. overflow: hidden;
  131. margin-bottom: 20rpx;
  132. }
  133. .live-chat-title {
  134. display: flex;
  135. height: 64rpx;
  136. line-height: 64rpx;
  137. font-size: 24rpx;
  138. font-family: PingFangSC-Medium, PingFang SC;
  139. font-weight: 550;
  140. color: rgba(0, 0, 0, 0.85);
  141. background-color: rgba(151, 151, 151, .15);
  142. padding-left: 20rpx;
  143. }
  144. .exhibition {
  145. float: left;
  146. margin-top: 10rpx;
  147. }