memberIndex.wxss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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. .probg.data-v-6c682f20 {
  28. color: #666;
  29. }
  30. .probgsel.data-v-6c682f20 {
  31. background-color: #1677ff;
  32. color: #fff;
  33. border: none;
  34. }
  35. .quedingpro.data-v-6c682f20 {
  36. background-color: #1677ff;
  37. color: #fff;
  38. border-radius: 80rpx;
  39. height: 80rpx;
  40. line-height: 80rpx;
  41. width: 60%;
  42. margin: 0 auto;
  43. margin-top: 40rpx;
  44. text-align: center;
  45. }
  46. .card-share.data-v-6c682f20 {
  47. position: relative;
  48. }
  49. .share.data-v-6c682f20 {
  50. display: inline-block;
  51. position: absolute;
  52. bottom: 0;
  53. left: 0;
  54. width: 100%;
  55. height: 55%;
  56. opacity: 0;
  57. }
  58. .imgshe.data-v-6c682f20 {
  59. display: flex;
  60. flex-direction: row-reverse;
  61. }
  62. .point-box.data-v-6c682f20 {
  63. height: 100%;
  64. width: 100%;
  65. }
  66. .point-box .xu-box.data-v-6c682f20 {
  67. border: #f5f5f5 4rpx dashed;
  68. padding: 20rpx 20rpx;
  69. }
  70. .codeimg.data-v-6c682f20 {
  71. position: absolute;
  72. z-index: 9999;
  73. left: 40rpx;
  74. top: 40rpx;
  75. }
  76. #codeurl.data-v-6c682f20 {
  77. position: relative;
  78. }
  79. .checked-bg.data-v-6c682f20 {
  80. border: 1px solid #1677ff !important;
  81. color: #1677ff !important;
  82. background-color: #e7f1fe !important;
  83. }
  84. .changetagbtn.data-v-6c682f20 {
  85. width: 45%;
  86. height: 80rpx;
  87. border-radius: 50rpx;
  88. text-align: center;
  89. line-height: 80rpx;
  90. }
  91. .data-v-6c682f20 .foot-select {
  92. width: calc(100% - 40rpx);
  93. padding: 20rpx 20rpx;
  94. padding-bottom: 60rpx;
  95. z-index: 10000 !important;
  96. position: fixed;
  97. bottom: 0;
  98. margin-left: -24rpx !important;
  99. }
  100. .data-v-6c682f20 .model .u-fade-enter-active {
  101. z-index: 10075 !important;
  102. }
  103. .data-v-6c682f20 .uni-calendar__mask {
  104. z-index: 11000 !important;
  105. }
  106. .data-v-6c682f20 .uni-calendar__content {
  107. z-index: 12000 !important;
  108. }
  109. .containers.data-v-6c682f20 {
  110. font-family: PingFang SC, PingFang SC;
  111. font-weight: 400;
  112. font-size: 14px;
  113. color: #222222;
  114. height: 100%;
  115. overflow: hidden;
  116. }
  117. .boxnav.data-v-6c682f20 {
  118. flex-wrap: wrap;
  119. padding: 0 0 0 10px;
  120. }
  121. .boxnav-item.data-v-6c682f20 {
  122. width: 50%;
  123. overflow: hidden;
  124. }
  125. .boxnav-item-info.data-v-6c682f20 {
  126. border: 1px solid #f5f5f5;
  127. text-align: center;
  128. color: #222;
  129. background-color: #f5f5f5;
  130. border-radius: 3px;
  131. padding: 5px;
  132. margin: 0 10px 10px 0;
  133. }
  134. .boxnav-active.data-v-6c682f20 {
  135. border: 1px solid #1677ff !important;
  136. color: #1677ff !important;
  137. background-color: #e7f1fe !important;
  138. }
  139. .calendar-day.data-v-6c682f20 {
  140. font-family: PingFang SC, PingFang SC;
  141. font-weight: 400;
  142. font-size: 12px;
  143. color: #999;
  144. flex: 1;
  145. min-height: 30px;
  146. background-color: #f5f5f5;
  147. border-radius: 4px;
  148. margin: 0 10px 10px 0;
  149. }
  150. .setTimebox.data-v-6c682f20 {
  151. font-family: PingFang SC, PingFang SC;
  152. font-weight: 400;
  153. font-size: 14px;
  154. width: -webkit-fit-content;
  155. width: fit-content;
  156. height: -webkit-fit-content;
  157. height: fit-content;
  158. }
  159. .timetip.data-v-6c682f20 {
  160. font-family: PingFang SC, PingFang SC;
  161. font-weight: 400;
  162. font-size: 14px;
  163. color: #2979ff;
  164. text-align: center;
  165. margin-bottom: 5px;
  166. }
  167. .popbox.data-v-6c682f20 {
  168. background-color: #fff;
  169. border-radius: 12px;
  170. font-family: PingFang SC, PingFang SC;
  171. font-weight: 400;
  172. font-size: 14px;
  173. color: #333;
  174. padding-bottom: 120rpx;
  175. }
  176. .popbox-head.data-v-6c682f20 {
  177. padding: 15px;
  178. font-weight: bold;
  179. font-size: 15px;
  180. text-align: center;
  181. position: relative;
  182. }
  183. .popbox .close-circle.data-v-6c682f20 {
  184. position: absolute;
  185. right: 10px;
  186. top: 50%;
  187. -webkit-transform: translateY(-50%);
  188. transform: translateY(-50%);
  189. }
  190. .popbox-body.data-v-6c682f20 {
  191. padding: 10px 10px;
  192. }
  193. .popbox .radiobox-item.data-v-6c682f20 {
  194. padding: 10px 0;
  195. border-bottom: 1px solid #f5f5f5;
  196. }
  197. .popbox .radiobox-item.data-v-6c682f20:last-child {
  198. border-bottom: none;
  199. }
  200. .popbox-footer.data-v-6c682f20 {
  201. padding: 15px 0;
  202. }
  203. .popbox-footer-btn.data-v-6c682f20 {
  204. flex: 1;
  205. height: 44px;
  206. line-height: 44px;
  207. margin: 0 10px;
  208. border-radius: 50px;
  209. border: none;
  210. font-family: PingFang SC, PingFang SC;
  211. font-weight: 400;
  212. font-size: 14px;
  213. color: #333;
  214. }
  215. .popbox-footer-btn.data-v-6c682f20::after {
  216. border: none;
  217. }
  218. .popbox .con-btn.data-v-6c682f20 {
  219. background-color: #1677ff;
  220. color: #fff;
  221. }
  222. .popbox .choosetitle.data-v-6c682f20 {
  223. font-family: PingFang SC, PingFang SC;
  224. font-weight: 400;
  225. font-size: 15px;
  226. color: #333;
  227. }
  228. .popbox .invitetip.data-v-6c682f20 {
  229. margin-top: 10px;
  230. background-color: #ebf5fb;
  231. color: #1677ff;
  232. padding: 5px 10px;
  233. border-radius: 5px;
  234. }
  235. .popbox .sharePop-item.data-v-6c682f20 {
  236. padding: 0 10px;
  237. box-sizing: border-box;
  238. font-family: PingFang SC, PingFang SC;
  239. font-weight: 400;
  240. font-size: 14px;
  241. display: inline-flex !important;
  242. }
  243. .popbox .sharePop-item image.data-v-6c682f20 {
  244. height: 48px;
  245. width: 48px;
  246. margin-bottom: 10px;
  247. }
  248. .headbox.data-v-6c682f20 {
  249. background-color: #fff;
  250. }
  251. .headbox .subsection.data-v-6c682f20 {
  252. height: 45px;
  253. padding: 4px;
  254. }
  255. .headbox .participate-order.data-v-6c682f20 {
  256. font-size: 12px;
  257. }
  258. .headbox .participate-order image.data-v-6c682f20 {
  259. width: 15px;
  260. height: 15px;
  261. }
  262. .tag-active.data-v-6c682f20 {
  263. background-color: #ffeceb !important;
  264. color: #f93e3e !important;
  265. border: 1px solid #f93e3e !important;
  266. }
  267. .tagbox.data-v-6c682f20 {
  268. padding-top: 10rpx;
  269. font-size: 12px;
  270. color: #1677ff;
  271. }
  272. .tagbox-list.data-v-6c682f20 {
  273. margin: 0 0 -6px 6px;
  274. flex-wrap: wrap;
  275. }
  276. .tagbox-item.data-v-6c682f20 {
  277. height: 26px;
  278. padding: 0 8px;
  279. margin: 0 6px 6px 0;
  280. border-radius: 4px;
  281. background-color: #f5f5f5;
  282. color: #999;
  283. border: 1px solid #f5f5f5;
  284. box-sizing: border-box;
  285. font-size: 12px;
  286. }
  287. .invite-member.data-v-6c682f20 {
  288. height: 55px;
  289. width: 50px;
  290. position: fixed;
  291. bottom: 110px;
  292. right: 10px;
  293. cursor: pointer;
  294. }
  295. .invite-member .intimg.data-v-6c682f20 {
  296. width: 50px;
  297. height: 55px;
  298. }
  299. .invite-members.data-v-6c682f20 {
  300. right: -68rpx;
  301. }
  302. .falseimg.data-v-6c682f20 {
  303. position: absolute;
  304. width: 30rpx;
  305. height: 30rpx;
  306. top: 0rpx;
  307. right: -8rpx;
  308. }
  309. .userlist.data-v-6c682f20 {
  310. padding: 24rpx;
  311. }