index.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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. .page-wrap.data-v-01fb1fd9 {
  28. padding: 0 20rpx;
  29. }
  30. .page-wrap .pageTabs.data-v-01fb1fd9 {
  31. background-color: #fff;
  32. }
  33. .page-wrap .pageMain.data-v-01fb1fd9 {
  34. margin-top: 20rpx;
  35. background-color: #f5f5f5;
  36. padding-bottom: 50rpx;
  37. }
  38. .page-wrap .pageMain .teamhead.data-v-01fb1fd9 {
  39. background-color: #fff;
  40. display: flex;
  41. justify-content: space-between;
  42. align-items: center;
  43. }
  44. .page-wrap .pageMain .teamhead .teamName.data-v-01fb1fd9 {
  45. font-weight: 600;
  46. font-size: 36rpx;
  47. color: #333;
  48. }
  49. .page-wrap .pageMain .teamhead .handle-bt.data-v-01fb1fd9 {
  50. padding: 20rpx 30rpx;
  51. font-size: 28rpx;
  52. color: #409eff;
  53. line-height: 1;
  54. flex-shrink: 0;
  55. }
  56. .page-wrap .pageMain .teamDuty.data-v-01fb1fd9 {
  57. padding: 20rpx;
  58. line-height: 1.2;
  59. background-color: #f5f5f5;
  60. }
  61. .page-wrap .pageMain .addbt.data-v-01fb1fd9 {
  62. width: 100rpx;
  63. height: 100rpx;
  64. border-radius: 50%;
  65. color: #fff;
  66. background-color: rgba(64, 158, 255, 0.7);
  67. box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.4);
  68. position: fixed;
  69. right: 10rpx;
  70. bottom: 20%;
  71. z-index: 99;
  72. text-align: center;
  73. display: flex;
  74. justify-content: center;
  75. align-items: center;
  76. }
  77. .page-wrap .pageMain .addbt .word.data-v-01fb1fd9 {
  78. width: 80rpx;
  79. height: 80rpx;
  80. border-radius: 50%;
  81. margin: 5rpx auto;
  82. font-size: 28rpx;
  83. letter-spacing: 2px;
  84. }
  85. .page-wrap .pageMain .item-container.data-v-01fb1fd9 {
  86. margin-top: 20rpx;
  87. padding-bottom: 50rpx;
  88. }
  89. .page-wrap .pageMain .item-container .item.data-v-01fb1fd9 {
  90. display: flex;
  91. justify-content: space-between;
  92. align-items: center;
  93. }
  94. .page-wrap .pageMain .item-container .item .avatar.data-v-01fb1fd9 {
  95. flex-shrink: 0;
  96. width: 60rpx;
  97. height: 60rpx;
  98. overflow: hidden;
  99. border-radius: 50%;
  100. background-color: #ddd;
  101. }
  102. .page-wrap .pageMain .item-container .item .avatar image.data-v-01fb1fd9 {
  103. width: 60rpx;
  104. height: 60rpx;
  105. }
  106. .page-wrap .pageMain .item-container .item .info.data-v-01fb1fd9 {
  107. flex: 1;
  108. padding: 0 14rpx;
  109. }
  110. .page-wrap .pageMain .item-container .item .info .icon.data-v-01fb1fd9, .page-wrap .pageMain .item-container .item .info .icon image.data-v-01fb1fd9 {
  111. display: block;
  112. width: 30rpx;
  113. height: 30rpx;
  114. flex-shrink: 0;
  115. }
  116. .page-wrap .pageMain .item-container .item .info .user.data-v-01fb1fd9, .page-wrap .pageMain .item-container .item .info .phone.data-v-01fb1fd9 {
  117. display: flex;
  118. align-items: center;
  119. }
  120. .page-wrap .pageMain .item-container .item .info .user .name.data-v-01fb1fd9, .page-wrap .pageMain .item-container .item .info .user .phoneNumber.data-v-01fb1fd9, .page-wrap .pageMain .item-container .item .info .phone .name.data-v-01fb1fd9, .page-wrap .pageMain .item-container .item .info .phone .phoneNumber.data-v-01fb1fd9 {
  121. color: #999;
  122. font-size: 12px;
  123. font-weight: normal;
  124. line-height: 1;
  125. }
  126. .page-wrap .pageMain .item-container .item .info .user.data-v-01fb1fd9 {
  127. padding: 10rpx 0;
  128. }
  129. .page-wrap .pageMain .item-container .item .info .user .userinfo.data-v-01fb1fd9 {
  130. display: flex;
  131. align-items: center;
  132. }
  133. .page-wrap .pageMain .item-container .item .info .posbox.data-v-01fb1fd9 {
  134. display: flex;
  135. justify-content: flex-end;
  136. }
  137. .page-wrap .pageMain .item-container .item .info .bottom.data-v-01fb1fd9 {
  138. display: flex;
  139. justify-content: space-between;
  140. align-items: center;
  141. }
  142. .page-wrap .pageMain .item-container .slot-button.data-v-01fb1fd9 {
  143. width: 260rpx;
  144. height: 100%;
  145. display: flex;
  146. flex-direction: row;
  147. justify-content: center;
  148. align-items: center;
  149. color: #fff;
  150. }
  151. .page-wrap .pageMain .item-container .slot-button .bt.data-v-01fb1fd9 {
  152. width: 50%;
  153. height: 100%;
  154. font-size: 30rpx;
  155. box-sizing: border-box;
  156. display: flex;
  157. justify-content: center;
  158. align-items: center;
  159. }
  160. .page-wrap .pageMain .item-container .slot-button .bt.edit.data-v-01fb1fd9 {
  161. background-color: #007aff;
  162. }
  163. .page-wrap .pageMain .item-container .slot-button .bt.del.data-v-01fb1fd9 {
  164. background-color: #F56C6C;
  165. }