index.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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. position: relative;
  140. font-size: 20rpx;
  141. color: rgba(0, 0, 0, 0.65);
  142. min-width: 1030rpx;
  143. padding: 0 20rpx;
  144. box-sizing: border-box;
  145. border-bottom: 2rpx solid #e8e8e8;
  146. text-align: center;
  147. height: 56rpx !important;
  148. }
  149. .option-row{
  150. background-color: #FAFAFA;
  151. }
  152. .data-formlist-row .more-but-box {
  153. position: absolute;
  154. width: 100%;
  155. height: 30rpx;
  156. top: 12rpx;
  157. }
  158. .more-but-box .more-but {
  159. position: fixed;
  160. width: 68rpx;
  161. height: 30rpx;
  162. line-height: 30rpx;
  163. background: #4DC2D4;
  164. box-shadow: 4rpx 4rpx 4rpx 0px rgba(0, 0, 0, 0.06);
  165. border-radius: 15rpx;
  166. right: 35rpx;
  167. font-size: 20rpx;
  168. color: #FFFFFF;
  169. }
  170. .data-formlist-row>view {
  171. float: left;
  172. line-height: 56rpx !important;
  173. }
  174. .w200rpx {
  175. width: 200rpx !important;
  176. }
  177. /* 分页按钮 */
  178. .paging-button {
  179. float: right;
  180. width: 100%;
  181. height: 30rpx;
  182. margin-top: 30rpx;
  183. margin-bottom: 20rpx;
  184. }
  185. .paging-button>view {
  186. position: relative;
  187. float: right;
  188. width: 30rpx !important;
  189. height: 30rpx !important;
  190. margin-right: 10rpx;
  191. overflow: hidden;
  192. }
  193. .paging-button-icon {
  194. position: absolute;
  195. font-size: 20rpx;
  196. color: rgba(0, 0, 0, 0.5);
  197. top: 2rpx;
  198. pointer-events: none;
  199. }
  200. .icon-left {
  201. left: 4rpx;
  202. }
  203. .icon-right {
  204. left: 6rpx;
  205. }
  206. .paging-button>text {
  207. float: right;
  208. display: block;
  209. height: 30rpx;
  210. line-height: 30rpx;
  211. background: #4DC2D4;
  212. border-radius: 4rpx;
  213. font-size: 20rpx;
  214. font-weight: 550;
  215. color: #FFFFFF;
  216. padding: 0 10rpx;
  217. margin-right: 10rpx;
  218. }
  219. /* 分页按钮外部样式表 */
  220. .paging-button-class {
  221. width: 100%;
  222. height: 100%;
  223. background: #F6F7F8 !important;
  224. border-radius: 4rpx !important;
  225. border: 0 !important;
  226. }