酷炫直播运营系统小程序版本

account-screen.wxss 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. view.data-v-719967f2, cover-view.data-v-719967f2, scroll-view.data-v-719967f2, text.data-v-719967f2 {
  28. box-sizing: border-box;
  29. }
  30. button.data-v-719967f2::after, button.data-v-719967f2::before {
  31. border: none;
  32. height: 0;
  33. }
  34. .disinblock.data-v-719967f2 {
  35. display: inline-block;
  36. }
  37. .flex.data-v-719967f2 {
  38. display: flex;
  39. align-items: center;
  40. }
  41. .flex-bewteen.data-v-719967f2 {
  42. display: flex;
  43. align-items: center;
  44. justify-content: space-between;
  45. }
  46. .flexWrap.data-v-719967f2 {
  47. display: flex;
  48. flex-wrap: wrap;
  49. }
  50. .text-center.data-v-719967f2 {
  51. text-align: center;
  52. }
  53. .pad36.data-v-719967f2 {
  54. padding: 36rpx;
  55. }
  56. .tMar5.data-v-719967f2 {
  57. margin-top: 5rpx;
  58. }
  59. .tMar10.data-v-719967f2 {
  60. margin-top: 10rpx;
  61. }
  62. .tMar14.data-v-719967f2 {
  63. margin-top: 14rpx;
  64. }
  65. .tMar20.data-v-719967f2 {
  66. margin-top: 20rpx;
  67. }
  68. .tMar30.data-v-719967f2 {
  69. margin-top: 30rpx;
  70. }
  71. .tMar40.data-v-719967f2 {
  72. margin-top: 40rpx;
  73. }
  74. .lMarauto.data-v-719967f2 {
  75. margin-left: auto;
  76. }
  77. .lMar8.data-v-719967f2 {
  78. margin-left: 8rpx;
  79. }
  80. .lMar20.data-v-719967f2 {
  81. margin-left: 20rpx;
  82. }
  83. .rMar10.data-v-719967f2 {
  84. margin-right: 10rpx;
  85. }
  86. .rMar24.data-v-719967f2 {
  87. margin-right: 24rpx;
  88. }
  89. .rMar32.data-v-719967f2 {
  90. margin-right: 32rpx;
  91. }
  92. .fWeight600.data-v-719967f2 {
  93. font-weight: 600 !important;
  94. }
  95. .f13.data-v-719967f2 {
  96. font-size: 13rpx;
  97. }
  98. .f14.data-v-719967f2 {
  99. font-size: 14rpx;
  100. }
  101. .f18.data-v-719967f2 {
  102. font-size: 18rpx;
  103. }
  104. .f20.data-v-719967f2 {
  105. font-size: 20rpx;
  106. }
  107. .f24.data-v-719967f2 {
  108. font-size: 24rpx;
  109. }
  110. .f26.data-v-719967f2 {
  111. font-size: 26rpx;
  112. }
  113. .f28.data-v-719967f2 {
  114. font-size: 28rpx;
  115. }
  116. .f30.data-v-719967f2 {
  117. font-size: 30rpx;
  118. }
  119. .f32.data-v-719967f2 {
  120. font-size: 32rpx;
  121. }
  122. .f40.data-v-719967f2 {
  123. font-size: 40rpx;
  124. }
  125. .f42.data-v-719967f2 {
  126. font-size: 42rpx;
  127. }
  128. .f44.data-v-719967f2 {
  129. font-size: 44rpx;
  130. }
  131. .f50.data-v-719967f2 {
  132. font-size: 50rpx;
  133. }
  134. .f60.data-v-719967f2 {
  135. font-size: 60rpx;
  136. }
  137. .c-B8B8B8.data-v-719967f2 {
  138. color: #B8B8B8;
  139. }
  140. .c-589C54.data-v-719967f2 {
  141. color: #589C54;
  142. }
  143. .c-F39F2F.data-v-719967f2 {
  144. color: #F39F2F !important;
  145. }
  146. .c-BCBCBC.data-v-719967f2 {
  147. color: #BCBCBC;
  148. }
  149. .c-446EF6.data-v-719967f2 {
  150. color: #446EF6 !important;
  151. }
  152. .bcg-EC7266.data-v-719967f2 {
  153. background-color: #EC7266;
  154. }
  155. .bcg-2DA36E.data-v-719967f2 {
  156. background-color: #2DA36E;
  157. }
  158. .loadinfo.data-v-719967f2 {
  159. margin: 30rpx 0 50rpx;
  160. }
  161. .c-999.data-v-719967f2 {
  162. color: #999;
  163. }
  164. .c-000.data-v-719967f2 {
  165. color: #000;
  166. }
  167. .dialog_mask.data-v-719967f2 {
  168. width: 100%;
  169. height: 100%;
  170. position: absolute;
  171. background: rgba(0, 0, 0, 0.5);
  172. z-index: 2;
  173. }
  174. .mask_container.data-v-719967f2 {
  175. width: 100%;
  176. max-height: 60vh;
  177. background: #FFFFFF;
  178. overflow-y: auto;
  179. position: absolute;
  180. left: 0;
  181. z-index: 11;
  182. }
  183. .mask_container .screen_li.data-v-719967f2 {
  184. display: flex;
  185. align-items: center;
  186. justify-content: space-between;
  187. padding: 20rpx;
  188. border-bottom: 2rpx solid #E8E8E8;
  189. font-size: 28rpx;
  190. color: #555555;
  191. line-height: 40rpx;
  192. padding-right: 40rpx;
  193. }
  194. .mask_container .screen_li .iconfont.data-v-719967f2 {
  195. color: transparent;
  196. font-size: 20rpx;
  197. }
  198. .mask_container .screen_li.active .iconfont.data-v-719967f2 {
  199. color: #446EF6;
  200. }
  201. .mask_container .screen_li .sellerImg.data-v-719967f2 {
  202. width: 60rpx;
  203. height: 60rpx;
  204. border-radius: 4px;
  205. margin: 0 20rpx;
  206. }
  207. .mask_container .screen_li .icon.data-v-719967f2 {
  208. width: 40rpx;
  209. height: 40rpx;
  210. }