index.wxss 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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. .menu-box.data-v-137d5072 {
  28. box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  29. width: 100%;
  30. margin-top: 30rpx;
  31. padding: 30rpx;
  32. background-color: #fff;
  33. border-radius: 15rpx;
  34. }
  35. .menu-box .title-box.data-v-137d5072 {
  36. display: flex;
  37. align-items: center;
  38. justify-content: flex-start;
  39. }
  40. .menu-box .title-box .icon.data-v-137d5072 {
  41. width: 40rpx;
  42. height: 40rpx;
  43. }
  44. .menu-box .title-box .title.data-v-137d5072 {
  45. margin-left: 10rpx;
  46. font-size: 28rpx;
  47. font-family: PingFang SC;
  48. color: #111;
  49. }
  50. .menu-box .line.data-v-137d5072 {
  51. margin-top: 15rpx;
  52. height: 0.5rpx;
  53. width: 100%;
  54. background-color: #efefef;
  55. }
  56. .menu-box .menus.data-v-137d5072 {
  57. margin-top: 30rpx;
  58. display: flex;
  59. align-items: center;
  60. justify-content: flex-start;
  61. flex-wrap: wrap;
  62. }
  63. .menu-box .menu-item.data-v-137d5072 {
  64. display: flex;
  65. flex-direction: column;
  66. align-items: center;
  67. justify-content: center;
  68. width: 25%;
  69. margin-bottom: 20rpx;
  70. }
  71. .menu-box .menu-item image.data-v-137d5072 {
  72. width: 60rpx;
  73. height: 60rpx;
  74. }
  75. .menu-box .menu-item .m-name.data-v-137d5072 {
  76. margin-top: 10rpx;
  77. font-size: 24rpx;
  78. font-family: PingFang SC;
  79. color: #111;
  80. }
  81. .user-info.data-v-137d5072 {
  82. padding: 40rpx 30rpx 0 30rpx;
  83. display: flex;
  84. align-items: center;
  85. justify-content: space-between;
  86. }
  87. .user-info .left.data-v-137d5072 {
  88. position: relative;
  89. display: flex;
  90. }
  91. .user-info .left .head-img.data-v-137d5072 {
  92. width: 120rpx;
  93. height: 120rpx;
  94. border-radius: 50%;
  95. overflow: hidden;
  96. margin-right: 30rpx;
  97. border: 4rpx solid #FFFFFF;
  98. box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.1);
  99. }
  100. .user-info .left .head-img image.data-v-137d5072 {
  101. width: 100%;
  102. height: 100%;
  103. }
  104. .user-info .left .name-phone .name.data-v-137d5072 {
  105. font-size: 40rpx;
  106. font-family: PingFang SC;
  107. font-weight: bold;
  108. color: #111111;
  109. line-height: 1;
  110. }
  111. .user-info .left .name-phone .phone.data-v-137d5072 {
  112. font-size: 28rpx;
  113. font-family: PingFang SC;
  114. font-weight: 500;
  115. color: #666666;
  116. line-height: 1;
  117. margin-top: 30rpx;
  118. }
  119. .user-info .right.data-v-137d5072 {
  120. display: flex;
  121. align-items: center;
  122. justify-content: center;
  123. }
  124. .user-info .right .msg-box.data-v-137d5072 {
  125. margin-left: 10rpx;
  126. width: 44rpx;
  127. height: 44rpx;
  128. }
  129. .user-info .right .msg-box image.data-v-137d5072 {
  130. width: 100%;
  131. height: 100%;
  132. }
  133. .user-info .right .set.data-v-137d5072 {
  134. width: 44rpx;
  135. height: 44rpx;
  136. }
  137. .user-info .right .set image.data-v-137d5072 {
  138. width: 100%;
  139. height: 100%;
  140. }
  141. .used-tools.data-v-137d5072 {
  142. box-sizing: border-box;
  143. background: #FFFFFF;
  144. border-radius: 16rpx;
  145. padding: 40rpx 30rpx;
  146. }
  147. .used-tools .title.data-v-137d5072 {
  148. font-size: 34rpx;
  149. font-family: PingFang SC;
  150. font-weight: bold;
  151. color: #222222;
  152. line-height: 1;
  153. }
  154. .used-tools .tools-list.data-v-137d5072 {
  155. margin-top: 50rpx;
  156. display: flex;
  157. flex-wrap: wrap;
  158. width: 100%;
  159. }
  160. .used-tools .tools-list .item.data-v-137d5072 {
  161. box-sizing: border-box;
  162. width: 25%;
  163. display: flex;
  164. flex-direction: column;
  165. align-items: center;
  166. justify-content: center;
  167. margin-bottom: 50rpx;
  168. position: relative;
  169. }
  170. .used-tools .tools-list .item image.data-v-137d5072 {
  171. width: 50rpx;
  172. height: 50rpx;
  173. }
  174. .used-tools .tools-list .item .text.data-v-137d5072 {
  175. font-size: 24rpx;
  176. font-family: PingFang SC;
  177. font-weight: 500;
  178. color: #111111;
  179. line-height: 1;
  180. margin-top: 10rpx;
  181. }
  182. .used-tools .tools-list .item .contact-btn.data-v-137d5072 {
  183. display: inline-block;
  184. position: absolute;
  185. top: 0;
  186. left: 0;
  187. width: 100%;
  188. height: 100%;
  189. opacity: 0;
  190. }
  191. .func-box.data-v-137d5072 {
  192. box-sizing: border-box;
  193. width: 100%;
  194. padding: 30rpx 25rpx;
  195. background-color: #fff;
  196. }
  197. .func-box.data-v-137d5072,
  198. .rightArrow-box.data-v-137d5072 {
  199. display: flex;
  200. flex-direction: row;
  201. justify-content: space-between;
  202. align-items: center;
  203. }
  204. .rightArrow-box image.data-v-137d5072 {
  205. width: 35rpx;
  206. height: 35rpx;
  207. }
  208. .rightArrow-box text.data-v-137d5072 {
  209. font-size: 26rpx;
  210. color: #5f5f5f;
  211. margin-right: 10rpx;
  212. }
  213. .func-left-box.data-v-137d5072 {
  214. display: flex;
  215. flex-direction: row;
  216. justify-content: space-between;
  217. align-items: center;
  218. padding: 0rpx;
  219. margin: 0rpx;
  220. height: 40rpx;
  221. }
  222. .func-left-box image.data-v-137d5072 {
  223. width: 35rpx;
  224. height: 35rpx;
  225. }
  226. .func-left-box text.data-v-137d5072 {
  227. font-size: 30rpx;
  228. color: #1b1b1b;
  229. margin-left: 20rpx;
  230. }
  231. .func-left-box button.data-v-137d5072 {
  232. border: none;
  233. background-color: #fff;
  234. display: flex;
  235. justify-content: center;
  236. align-items: center;
  237. padding: 0rpx;
  238. margin: 0rpx;
  239. }
  240. .btn-w.data-v-137d5072 {
  241. width: 80vw;
  242. }
  243. .btn-ww.data-v-137d5072 {
  244. width: 100%;
  245. text-align: left;
  246. display: flex !important;
  247. justify-content: flex-start !important;
  248. }
  249. .admin.data-v-137d5072 {
  250. background-color: #fff;
  251. box-shadow: 0rpx 2rpx 4rpx 0rpx rgba(0, 0, 0, 0.05);
  252. }
  253. .welcome.data-v-137d5072 {
  254. padding: 20rpx 25rpx;
  255. font-size: 26rpx;
  256. color: #1b1b1b;
  257. border-bottom: 1rpx solid #d6eaf7;
  258. }
  259. .func.data-v-137d5072,
  260. .welcome.data-v-137d5072 {
  261. width: 100%;
  262. box-sizing: border-box;
  263. }
  264. .func.data-v-137d5072 {
  265. padding: 25rpx;
  266. display: flex;
  267. justify-content: flex-start;
  268. align-items: center;
  269. }
  270. .func-item.data-v-137d5072 {
  271. width: 25%;
  272. box-sizing: border-box;
  273. }
  274. .num.data-v-137d5072 {
  275. font-size: 40rpx;
  276. font-weight: 700;
  277. color: #3452e5;
  278. }
  279. .name.data-v-137d5072,
  280. .num.data-v-137d5072 {
  281. width: 100%;
  282. text-align: center;
  283. }
  284. .name.data-v-137d5072 {
  285. margin-top: 10rpx;
  286. font-size: 26rpx;
  287. }
  288. .line.data-v-137d5072 {
  289. width: 100%;
  290. height: 20rpx;
  291. background-color: #f3f4f6;
  292. }
  293. .bs.data-v-137d5072 {
  294. box-shadow: 0rpx 2rpx 4rpx 0rpx rgba(0, 0, 0, 0.05);
  295. }