index.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. /* 信息盒子 */
  2. .msgBox {
  3. width: 702rpx;
  4. background: #FFFFFF;
  5. border-radius: 20rpx;
  6. margin: 0 auto;
  7. padding: 10rpx;
  8. padding-bottom: 20rpx;
  9. box-sizing: border-box;
  10. margin-bottom: 30rpx;
  11. margin-top: 20rpx;
  12. }
  13. .msgBox-title-and-but {
  14. height: 68rpx;
  15. display: flex;
  16. align-items: center;
  17. justify-content: space-between;
  18. padding: 0 10rpx;
  19. border-bottom: 2rpx solid rgba(151, 151, 151, .1);
  20. box-sizing: border-box;
  21. }
  22. /* 标题 */
  23. .msgBox-title {
  24. font-size: 28rpx;
  25. font-weight: 500;
  26. color: rgba(0, 0, 0, 0.85);
  27. }
  28. /* 一键开播按钮 */
  29. .custom-class-msgBox-but {
  30. width: 116rpx !important;
  31. height: 44rpx !important;
  32. background: #4DC2D4 !important;
  33. border-radius: 22rpx !important;
  34. font-size: 20rpx !important;
  35. font-weight: 500;
  36. color: #FFFFFF !important;
  37. padding-left: 0 !important;
  38. padding-right: 0 !important;
  39. }
  40. /* 账号信息 */
  41. .account-information {
  42. width: 100%;
  43. font-size: 20rpx;
  44. font-family: HelveticaNeue;
  45. color: rgba(0, 0, 0, 0.65);
  46. padding: 0 20rpx;
  47. box-sizing: border-box;
  48. }
  49. .account-information-row:first-child {
  50. margin-top: 18rpx;
  51. }
  52. .account-information-row {
  53. display: flex;
  54. justify-content: space-between;
  55. width: 100%;
  56. height: 44rpx;
  57. font-size: 20rpx;
  58. font-family: HelveticaNeue;
  59. color: rgba(0, 0, 0, 0.65);
  60. line-height: 44rpx;
  61. margin-top: 10rpx;
  62. }
  63. .account-information-row>view {
  64. display: flex;
  65. }
  66. .account-information-row .chained-address {
  67. max-width: 400rpx;
  68. padding: 0 8rpx;
  69. }
  70. .chained-address-copy {
  71. color: #4DC2D4;
  72. }
  73. .account-information-row:first-child .chained-address {
  74. width: 350rpx;
  75. }
  76. /* 去申请 */
  77. .go-to-apply-for {
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. width: 330rpx;
  82. height: 74rpx;
  83. border-radius: 10rpx;
  84. border: 2rpx solid rgba(0, 0, 0, 0.85);
  85. box-sizing: border-box;
  86. margin: 30rpx auto 10rpx;
  87. font-size: 24rpx;
  88. color: rgba(0, 0, 0, 0.85);
  89. }
  90. /* 直播数据网格 */
  91. .data-grid {
  92. display: flex;
  93. flex-wrap: wrap;
  94. width: 100%;
  95. padding: 0 20rpx;
  96. box-sizing: border-box;
  97. margin: 20rpx 0;
  98. }
  99. .data-grid>view {
  100. width: 33.33%;
  101. text-align: center;
  102. }
  103. .data-grid>view:nth-child(-n+3) {
  104. margin-bottom: 10rpx;
  105. }
  106. .data-grid>view .title {
  107. font-size: 24rpx;
  108. color: rgba(0, 0, 0, 0.85);
  109. }
  110. .data-grid>view .number {
  111. font-size: 24rpx;
  112. font-weight: 500;
  113. color: #4DC2D4;
  114. margin-top: 10rpx;
  115. }
  116. /* 数据表 */
  117. .data-formlist {
  118. float: left;
  119. border-radius: 8rpx;
  120. overflow: hidden;
  121. }
  122. .data-formlist-header {
  123. min-width: 1030rpx;
  124. height: 66rpx;
  125. line-height: 66rpx;
  126. padding: 0 20rpx;
  127. background: #F6F7F8;
  128. box-sizing: border-box;
  129. border-bottom: 2rpx solid #e8e8e8;
  130. }
  131. .data-formlist-header>view {
  132. float: left;
  133. text-align: center;
  134. font-size: 24rpx;
  135. font-weight: 600;
  136. color: rgba(0, 0, 0, 0.85);
  137. }
  138. .data-formlist-row {
  139. font-size: 20rpx;
  140. color: rgba(0, 0, 0, 0.65);
  141. min-width: 1030rpx;
  142. padding: 0 20rpx;
  143. box-sizing: border-box;
  144. border-bottom: 2rpx solid #e8e8e8;
  145. text-align: center;
  146. height: 56rpx !important;
  147. }
  148. .data-formlist-row>view {
  149. float: left;
  150. line-height: 56rpx !important;
  151. }
  152. .w200rpx {
  153. width: 200rpx !important;
  154. }
  155. /* 分页按钮 */
  156. .paging-button {
  157. float: right;
  158. width: 100%;
  159. height: 30rpx;
  160. margin-top: 30rpx;
  161. margin-bottom: 20rpx;
  162. }
  163. .paging-button>view {
  164. position: relative;
  165. float: right;
  166. width: 30rpx !important;
  167. height: 30rpx !important;
  168. margin-right: 10rpx;
  169. overflow: hidden;
  170. }
  171. .paging-button-icon {
  172. position: absolute;
  173. font-size: 20rpx;
  174. color: rgba(0, 0, 0, 0.5);
  175. top: 2rpx;
  176. pointer-events: none;
  177. }
  178. .icon-left {
  179. left: 4rpx;
  180. }
  181. .icon-right {
  182. left: 6rpx;
  183. }
  184. .paging-button>text {
  185. float: right;
  186. display: block;
  187. height: 30rpx;
  188. line-height: 30rpx;
  189. background: #4DC2D4;
  190. border-radius: 4rpx;
  191. font-size: 20rpx;
  192. font-weight: 550;
  193. color: #FFFFFF;
  194. padding: 0 10rpx;
  195. margin-right: 10rpx;
  196. }
  197. /* 分页按钮外部样式表 */
  198. .paging-button-class {
  199. width: 100%;
  200. height: 100%;
  201. background: #F6F7F8 !important;
  202. border-radius: 4rpx !important;
  203. border: 0 !important;
  204. }