tree.wxss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  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. @font-face {
  15. font-family: "iconfont"; /* Project id 2009600 */
  16. src: url('https://at.alicdn.com/t/font_2009600_gpzp7pxtnw.woff2?t=1620633089023') format('woff2'),
  17. url('https://at.alicdn.com/t/font_2009600_gpzp7pxtnw.woff?t=1620633089023') format('woff'),
  18. url('https://at.alicdn.com/t/font_2009600_gpzp7pxtnw.ttf?t=1620633089023') format('truetype');
  19. }
  20. .iconfont.data-v-b9a95676 {
  21. font-family: "iconfont" !important;
  22. font-size: 20px;
  23. font-style: normal;
  24. -webkit-font-smoothing: antialiased;
  25. -moz-osx-font-smoothing: grayscale;
  26. }
  27. .icon-banxuanzhongshousuo1-shi.data-v-b9a95676:before {
  28. content: "\e682";
  29. }
  30. .icon-xuanzhong3.data-v-b9a95676:before {
  31. content: "\e6bb";
  32. }
  33. .icon-weixuanzhong2.data-v-b9a95676:before {
  34. content: "\e62e";
  35. }
  36. .icon-danxuanxuanzhong.data-v-b9a95676:before {
  37. content: "\e631";
  38. }
  39. .icon-xuanzhong4.data-v-b9a95676:before {
  40. content: "\e63e";
  41. }
  42. .icon-xuanzhong1.data-v-b9a95676:before {
  43. content: "\e62d";
  44. }
  45. .icon-xuanzhong2.data-v-b9a95676:before {
  46. content: "\e656";
  47. }
  48. .icon-selected.data-v-b9a95676:before {
  49. content: "\e615";
  50. }
  51. .icon-weixuanzhong1.data-v-b9a95676:before {
  52. content: "\e614";
  53. }
  54. .icon-xingzhuang6kaobei3-copy-copy.data-v-b9a95676:before {
  55. content: "\e613";
  56. }
  57. .icon-radio-checked.data-v-b9a95676:before {
  58. content: "\e63f";
  59. }
  60. .icon-huifu.data-v-b9a95676:before {
  61. content: "\e619";
  62. }
  63. .icon-dizhi.data-v-b9a95676:before {
  64. content: "\e64a";
  65. }
  66. .icon-kuaijiecaidan.data-v-b9a95676:before {
  67. content: "\e60a";
  68. }
  69. .icon-z043.data-v-b9a95676:before {
  70. content: "\e62f";
  71. }
  72. .icon-guanbi.data-v-b9a95676:before {
  73. content: "\e607";
  74. }
  75. .icon-xuanze.data-v-b9a95676:before {
  76. content: "\e623";
  77. }
  78. .icon-caidanzhaolinggan.data-v-b9a95676:before {
  79. content: "\e616";
  80. }
  81. .icon-xitongshezhi.data-v-b9a95676:before {
  82. content: "\e60c";
  83. }
  84. .icon-xitongshezhi1.data-v-b9a95676:before {
  85. content: "\e633";
  86. }
  87. .icon-lunbo.data-v-b9a95676:before {
  88. content: "\e692";
  89. }
  90. .icon-shuping.data-v-b9a95676:before {
  91. content: "\e659";
  92. }
  93. .icon-tongzhi.data-v-b9a95676:before {
  94. content: "\e641";
  95. }
  96. .icon-pinglunguanlishezhi.data-v-b9a95676:before {
  97. content: "\e6ac";
  98. }
  99. .icon-icon.data-v-b9a95676:before {
  100. content: "\e600";
  101. }
  102. .icon-liuyanguanli.data-v-b9a95676:before {
  103. content: "\e61d";
  104. }
  105. .icon-xuanzhong.data-v-b9a95676:before {
  106. content: "\e669";
  107. }
  108. .icon--.data-v-b9a95676:before {
  109. content: "\e622";
  110. }
  111. .icon-tushu.data-v-b9a95676:before {
  112. content: "\e604";
  113. }
  114. .icon-huishouzhan.data-v-b9a95676:before {
  115. content: "\e61c";
  116. }
  117. .icon-yonghutouxiang.data-v-b9a95676:before {
  118. content: "\e617";
  119. }
  120. .icon-liebiao.data-v-b9a95676:before {
  121. content: "\e630";
  122. }
  123. .icon-fenlei.data-v-b9a95676:before {
  124. content: "\e621";
  125. }
  126. .icon-tushu1.data-v-b9a95676:before {
  127. content: "\e605";
  128. }
  129. .icon-tubiao-.data-v-b9a95676:before {
  130. content: "\e620";
  131. }
  132. .icon-weixuanze.data-v-b9a95676:before {
  133. content: "\e624";
  134. }
  135. .icon-tushujieyue.data-v-b9a95676:before {
  136. content: "\e690";
  137. }
  138. .icon-lunbo1.data-v-b9a95676:before {
  139. content: "\e6c5";
  140. }
  141. .icon-shanchu.data-v-b9a95676:before {
  142. content: "\e67b";
  143. }
  144. .icon-lunbo2.data-v-b9a95676:before {
  145. content: "\e61e";
  146. }
  147. .icon-huaban.data-v-b9a95676:before {
  148. content: "\e663";
  149. }
  150. .icon-kehuan.data-v-b9a95676:before {
  151. content: "\e608";
  152. }
  153. .icon-icon02.data-v-b9a95676:before {
  154. content: "\e601";
  155. }
  156. .icon-huishouzhan1.data-v-b9a95676:before {
  157. content: "\e612";
  158. }
  159. .icon-huishouzhan2.data-v-b9a95676:before {
  160. content: "\e63d";
  161. }
  162. .icon-sousuo.data-v-b9a95676:before {
  163. content: "\e62c";
  164. }
  165. .icon-xingzhuang.data-v-b9a95676:before {
  166. content: "\e625";
  167. }
  168. .icon-lunbobankuai.data-v-b9a95676:before {
  169. content: "\e61f";
  170. }
  171. .icon-shangchuan.data-v-b9a95676:before {
  172. content: "\e602";
  173. }
  174. .icon-yonghu.data-v-b9a95676:before {
  175. content: "\e761";
  176. }
  177. .icon-tongzhi1.data-v-b9a95676:before {
  178. content: "\e603";
  179. }
  180. .icon-jingsong.data-v-b9a95676:before {
  181. content: "\e65c";
  182. }
  183. .icon-fenlei1.data-v-b9a95676:before {
  184. content: "\e6c6";
  185. }
  186. .icon-xieshupingicon.data-v-b9a95676:before {
  187. content: "\e72d";
  188. }
  189. .icon-liuyan.data-v-b9a95676:before {
  190. content: "\e626";
  191. }
  192. .icon-weixuanzhong.data-v-b9a95676:before {
  193. content: "\e627";
  194. }
  195. .icon-youxiang.data-v-b9a95676:before {
  196. content: "\e646";
  197. }
  198. .icon-lunboguanggao.data-v-b9a95676:before {
  199. content: "\e6b3";
  200. }
  201. .icon-xuanze1.data-v-b9a95676:before {
  202. content: "\e60d";
  203. }
  204. .icon-chushaixuanxiang.data-v-b9a95676:before {
  205. content: "\e606";
  206. }
  207. .icon-liuyanguanli1.data-v-b9a95676:before {
  208. content: "\e61a";
  209. }
  210. .icon-shanchu1.data-v-b9a95676:before {
  211. content: "\e609";
  212. }
  213. .icon-huishouzhan3.data-v-b9a95676:before {
  214. content: "\e642";
  215. }
  216. .icon-shangchuan1.data-v-b9a95676:before {
  217. content: "\e823";
  218. }
  219. .icon-huishouzhan4.data-v-b9a95676:before {
  220. content: "\e61b";
  221. }
  222. .icon-chuangzuo.data-v-b9a95676:before {
  223. content: "\e8ad";
  224. }
  225. .icon-dianzan.data-v-b9a95676:before {
  226. content: "\e8ae";
  227. }
  228. .icon-paihangbang.data-v-b9a95676:before {
  229. content: "\e8b3";
  230. }
  231. .icon-shouye.data-v-b9a95676:before {
  232. content: "\e8b9";
  233. }
  234. .icon-shoucang.data-v-b9a95676:before {
  235. content: "\e8c6";
  236. }
  237. .icon-addApp.data-v-b9a95676:before {
  238. content: "\e60b";
  239. }
  240. .icon-huishouzhan5.data-v-b9a95676:before {
  241. content: "\e63a";
  242. }
  243. .icon-add1.data-v-b9a95676:before {
  244. content: "\e60e";
  245. }
  246. .icon-shoucang1.data-v-b9a95676:before {
  247. content: "\e60f";
  248. }
  249. .icon-canshutongji.data-v-b9a95676:before {
  250. content: "\e618";
  251. }
  252. .icon-rizhiguanli.data-v-b9a95676:before {
  253. content: "\e628";
  254. }
  255. .icon-shanchu2.data-v-b9a95676:before {
  256. content: "\e629";
  257. }
  258. .icon-xinzeng.data-v-b9a95676:before {
  259. content: "\e62a";
  260. }
  261. .icon-zhankailiebiao.data-v-b9a95676:before {
  262. content: "\e62b";
  263. }
  264. .icon-xiala-copy.data-v-b9a95676:before {
  265. content: "\e610";
  266. }
  267. .icon-shangla.data-v-b9a95676:before {
  268. content: "\e64e";
  269. }
  270. .icon-xianxingshezhi.data-v-b9a95676:before {
  271. content: "\e611";
  272. }
  273. .my-fontsize-normal.data-v-b9a95676 {
  274. font-size: 30rpx;
  275. color: #ffffff;
  276. }
  277. .my-fontsize-Large.data-v-b9a95676 {
  278. font-size: 34rpx;
  279. }
  280. .my-fontsize-Small.data-v-b9a95676 {
  281. font-size: 24rpx;
  282. }
  283. .my-fontsize-title.data-v-b9a95676 {
  284. font-size: 36rpx;
  285. }
  286. .my-flex.data-v-b9a95676 {
  287. display: flex;
  288. justify-content: center;
  289. align-items: center;
  290. }
  291. .flex-column.data-v-b9a95676 {
  292. display: flex;
  293. flex-direction: column;
  294. justify-content: space-between;
  295. align-items: flex-start;
  296. }
  297. .flex-column-center.data-v-b9a95676 {
  298. display: flex;
  299. flex-direction: column;
  300. justify-content: center;
  301. align-items: center;
  302. }
  303. .flex-between.data-v-b9a95676 {
  304. display: flex;
  305. justify-content: space-between;
  306. align-items: center;
  307. }
  308. .flex-around.data-v-b9a95676 {
  309. display: flex;
  310. justify-content: space-around;
  311. align-items: center;
  312. }
  313. .flex-start.data-v-b9a95676 {
  314. display: flex;
  315. justify-content: flex-start;
  316. align-items: center;
  317. }
  318. .flex-end.data-v-b9a95676 {
  319. display: flex;
  320. justify-content: flex-end;
  321. align-items: center;
  322. }
  323. .line.data-v-b9a95676 {
  324. position: relative;
  325. }
  326. .line.data-v-b9a95676::before {
  327. content: '';
  328. position: absolute;
  329. top: 50%;
  330. left: 0;
  331. -webkit-transform: translateY(-50%);
  332. transform: translateY(-50%);
  333. width: 6rpx;
  334. height: 30rpx;
  335. border-radius: 2rpx;
  336. background-color: #3F92F9;
  337. }
  338. /* 颜色变量 */
  339. /* 行为相关颜色 */
  340. /* 文字基本颜色 */
  341. /* 背景颜色 */
  342. /* 边框颜色 */
  343. /* 尺寸变量 */
  344. /* 文字尺寸 */
  345. /* 图片尺寸 */
  346. /* Border Radius */
  347. /* 水平间距 */
  348. /* 垂直间距 */
  349. /* 透明度 */
  350. /* 文章场景相关 */
  351. .flex_between_center.data-v-b9a95676 {
  352. display: flex;
  353. justify-content: space-between;
  354. align-items: center;
  355. }
  356. .checkbox.data-v-b9a95676 {
  357. position: relative;
  358. height: 36rpx;
  359. margin-left: 10rpx;
  360. margin-right: 10rpx;
  361. width: 36rpx;
  362. }
  363. .checkbox .color.data-v-b9a95676 {
  364. color: #00aaff;
  365. background-color: #00aaff;
  366. }
  367. .checkbox .txt.data-v-b9a95676 {
  368. font-size: 36rpx;
  369. line-height: 36rpx;
  370. width: 100%;
  371. height: 100%;
  372. display: flex;
  373. }
  374. .checkBorder.data-v-b9a95676 {
  375. border: 1px solid #ecdee4;
  376. }
  377. .search .uni-input-placeholder.data-v-b9a95676, .search .uni-input-input.data-v-b9a95676 {
  378. font-size: 28rpx;
  379. }
  380. .header.data-v-b9a95676 {
  381. width: 100%;
  382. position: fixed;
  383. background-color: #fff;
  384. z-index: 9999;
  385. }
  386. .header .title.data-v-b9a95676 {
  387. height: 90rpx;
  388. padding: 0 32rpx;
  389. line-height: 90rpx;
  390. font-size: 30rpx;
  391. background-color: #f5f5f5;
  392. color: #606064;
  393. }
  394. .header .title .iconclass.data-v-b9a95676 {
  395. display: inline-block;
  396. margin: 0 12rpx;
  397. color: #D0D4DB;
  398. font-size: 28rpx;
  399. }
  400. .container-list.data-v-b9a95676 {
  401. overflow-y: scroll;
  402. overflow-x: hidden;
  403. padding-top: 200rpx;
  404. }
  405. .container-list .common.data-v-b9a95676 {
  406. background-color: #fff;
  407. border-bottom: 1rpx solid #f4f4f4;
  408. padding-left: 10rpx;
  409. }
  410. .container-list .common .content.data-v-b9a95676 {
  411. display: flex;
  412. align-items: center;
  413. min-height: 60rpx;
  414. width: 100%;
  415. padding: 15rpx 0;
  416. position: relative;
  417. font-size: 32rpx;
  418. }
  419. .container-list .common .content .right.data-v-b9a95676 {
  420. position: absolute;
  421. right: 30rpx;
  422. color: #babdc3;
  423. font-size: 32rpx;
  424. }
  425. .active.data-v-b9a95676 {
  426. color: #4297ED !important;
  427. }
  428. .none.data-v-b9a95676 {
  429. color: #666666;
  430. }
  431. .icon-selected.data-v-b9a95676 {
  432. color: #0095F2 !important;
  433. font-size: 40rpx !important;
  434. }
  435. .icons.data-v-b9a95676 {
  436. color: #0095F2 !important;
  437. font-size: 40rpx !important;
  438. }
  439. .inline-item.data-v-b9a95676 {
  440. display: inline-block;
  441. }
  442. .content-item.data-v-b9a95676 {
  443. display: flex;
  444. position: relative;
  445. align-items: center;
  446. }
  447. .box_sizing.data-v-b9a95676 {
  448. box-sizing: border-box;
  449. }
  450. .btn.data-v-b9a95676 {
  451. position: fixed;
  452. bottom: 0;
  453. padding: 10px;
  454. background-color: #fff;
  455. width: 100%;
  456. }
  457. .btn .sureBtn.data-v-b9a95676 {
  458. background-color: #0095F2;
  459. color: #fff;
  460. }