合伙人运营小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  1. page{
  2. height: 100%;
  3. }
  4. .setup{
  5. width: 100%;
  6. height: 100%;
  7. background: linear-gradient(to bottom, #F0F5F5 -40%, #F0F5F5 40%,#F0F5F5 100%);
  8. padding: 0rpx 30rpx;
  9. padding-bottom:30rpx;
  10. box-sizing: border-box;
  11. }
  12. .title{
  13. font-weight: 500;
  14. font-size: 36rpx;
  15. display: flex;
  16. align-items: center;
  17. margin-top: 20rpx;
  18. justify-content: center;
  19. }
  20. .user{
  21. display: flex;
  22. }
  23. .user_to{
  24. width: 100rpx;
  25. height: 100rpx;
  26. border-radius: 100%;
  27. margin-right: 40rpx;
  28. }
  29. .user_name{
  30. display: flex;
  31. flex-direction: column;
  32. justify-content: space-around;
  33. }
  34. .user_name1{
  35. font-size: 36rpx;
  36. display: flex;
  37. align-items: center;
  38. }
  39. .user_role{
  40. font-size: 26rpx;
  41. height: 40rpx;
  42. padding: 4rpx 22rpx;
  43. border-radius: 100rpx;
  44. display: flex;
  45. align-items: center;
  46. justify-content: center;
  47. color: #ffffff;
  48. background-color: #007545;
  49. margin-left: 10rpx;
  50. }
  51. .user_name2{
  52. font-size: 28rpx;
  53. }
  54. .equipment{
  55. width: 100%;
  56. display: flex;
  57. justify-content: space-between;
  58. box-sizing: border-box;
  59. margin-top: 40rpx;
  60. margin-bottom: 40rpx;
  61. }
  62. .equipment_1{
  63. width: 48%;
  64. background-color: #ffffff;
  65. border-radius: 16rpx;
  66. display: flex;
  67. align-items: center;
  68. justify-content: space-between;
  69. padding: 0rpx 20rpx;
  70. box-sizing: border-box;
  71. }
  72. .user_left{
  73. display: flex;
  74. flex-direction: column;
  75. justify-content:space-around;
  76. padding: 20rpx 0rpx;
  77. box-sizing: border-box;
  78. }
  79. .equipment_2{
  80. width: 48%;
  81. background-color: #ffffff;
  82. border-radius: 10rpx;
  83. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
  84. }
  85. .equipment_rightdiv{
  86. width: 78rpx;
  87. height:78rpx;
  88. display: flex;
  89. align-items: center;
  90. justify-content: center;
  91. background-color: #E3F6F8;
  92. border-radius: 100%;
  93. overflow: hidden;
  94. }
  95. .equipment_rightdiv1{
  96. width: 78rpx;
  97. height:78rpx;
  98. display: flex;
  99. align-items: center;
  100. justify-content: center;
  101. background-color: #E2ECFF;
  102. border-radius: 100%;
  103. overflow: hidden;
  104. }
  105. .equipment_right1{
  106. width: 50rpx;
  107. height: 50rpx;
  108. }
  109. .equipment_right{
  110. width: 50rpx;
  111. height: 41.31rpx;
  112. }
  113. .user_leftname{
  114. font-size: 28rpx;
  115. }
  116. .user_lefteq{
  117. width: 200rpx;
  118. font-size: 26rpx;
  119. margin-top: 12rpx;
  120. color: #999999;
  121. white-space: nowrap; /* 不换行 */
  122. overflow: hidden; /* 超出部分隐藏 */
  123. text-overflow: ellipsis; /* 显示省略号 */
  124. }
  125. .equipment_2{
  126. width: 48%;
  127. background-color: #ffffff;
  128. border-radius: 16rpx;
  129. display: flex;
  130. align-items: center;
  131. justify-content: space-between;
  132. padding: 0rpx 20rpx;
  133. box-sizing: border-box;
  134. }
  135. .allocation{
  136. width: 100%;
  137. height: 80rpx;
  138. display: flex;
  139. align-items: center;
  140. justify-content:space-between;
  141. padding: 0rpx 20rpx;
  142. overflow: hidden;
  143. box-sizing: border-box;
  144. }
  145. .allocation_1{
  146. display: flex;
  147. font-size:13px;
  148. align-items: center;
  149. }
  150. .allocation_box{
  151. border-radius: 16rpx;
  152. background-color: #ffffff;
  153. padding: 10rpx 0rpx;
  154. box-sizing: border-box;
  155. margin-top: 30rpx;
  156. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
  157. }
  158. .allocation_2{
  159. color: #999999;
  160. }
  161. .allocation_3{
  162. font-size: 14px;
  163. }
  164. .content-container{
  165. margin-top: 40rpx;
  166. display: flex;
  167. flex-direction: column;
  168. justify-content: center;
  169. align-items: center;
  170. }
  171. .ticon{
  172. width: 100%;
  173. display: flex;
  174. align-items: center;
  175. justify-content: space-between;
  176. }
  177. .ticonright{
  178. margin-right: 10rpx;
  179. font-size: 28rpx;
  180. font-weight: 500;
  181. }
  182. .contentadd{
  183. width: 100%;
  184. height: 100%;
  185. margin-top: 40rpx;
  186. padding: 0rpx 1rpx;
  187. box-sizing: border-box;
  188. }
  189. .weui-input{
  190. width: 99%;
  191. height: 80rpx;
  192. border: 1rpx solid #cccccc;
  193. padding: 0rpx 10rpx;
  194. border-radius: 10rpx;
  195. box-sizing: border-box;
  196. }
  197. .input-example {
  198. width: 99%;
  199. --td-input-vertical-padding: 16rpx;
  200. background-color: var(--bg-color-demo);
  201. border: 1rpx solid #cccccc;
  202. border-radius: 12rpx;
  203. padding: 1rpx;
  204. margin-top: 40rpx;
  205. box-sizing: border-box;
  206. }
  207. .inputbox{
  208. width: 100%;
  209. margin-top: 20rpx;
  210. font-size: 26rpx;
  211. color: #cccccc;
  212. }
  213. .t-dialog__footer--full{
  214. padding: 44rpx 0 0;
  215. }
  216. button{
  217. padding: 0rpx;
  218. margin: 0rpx;
  219. font-size: 28rpx;
  220. background-color: #ffffff;
  221. border:0rpx solid #ffffff !important;
  222. border: none !important;
  223. }
  224. .allocation_31{
  225. width: 100%;
  226. font-size: 14px;
  227. }
  228. .contact-button {
  229. width: 100%;
  230. height: 30rpx;
  231. line-height: 30rpx;
  232. border: none !important;
  233. display: flex;
  234. }
  235. .allocation_2{
  236. color: #999999;
  237. }
  238. .allocation_3_money{
  239. width: 160rpx;
  240. display: flex;
  241. justify-content: center;
  242. }
  243. .allocation_2_money{
  244. width: 100rpx;
  245. }
  246. .allocation_3{
  247. font-size: 14px;
  248. }
  249. .allocation_3_password{
  250. display: flex;
  251. align-items: center;
  252. }
  253. .content-container{
  254. margin-top: 40rpx;
  255. display: flex;
  256. flex-direction: column;
  257. justify-content: center;
  258. align-items: center;
  259. }
  260. .ticon{
  261. width: 100%;
  262. display: flex;
  263. align-items: center;
  264. justify-content: space-between;
  265. }
  266. .ticonright{
  267. margin-right: 10rpx;
  268. font-size: 28rpx;
  269. font-weight: 500;
  270. }
  271. .contentadd{
  272. width: 100%;
  273. height: 100%;
  274. margin-top: 40rpx;
  275. padding: 0rpx 1rpx;
  276. box-sizing: border-box;
  277. }
  278. .weui-input{
  279. width: 99%;
  280. height: 80rpx;
  281. border: 1rpx solid #cccccc;
  282. padding: 0rpx 10rpx;
  283. border-radius: 10rpx;
  284. box-sizing: border-box;
  285. }
  286. .input-example {
  287. width: 99%;
  288. --td-input-vertical-padding: 16rpx;
  289. background-color: var(--bg-color-demo);
  290. border: 1rpx solid #cccccc;
  291. border-radius: 12rpx;
  292. padding: 1rpx;
  293. margin-top: 40rpx;
  294. box-sizing: border-box;
  295. }
  296. .inputbox{
  297. width: 100%;
  298. margin-top: 20rpx;
  299. font-size: 26rpx;
  300. color: #cccccc;
  301. }
  302. .t-dialog__footer--full{
  303. padding: 44rpx 0 0;
  304. }
  305. button{
  306. padding: 0rpx;
  307. margin: 0rpx;
  308. font-size: 28rpx;
  309. background-color: #ffffff;
  310. border:0rpx solid #ffffff !important;
  311. border: none !important;
  312. }
  313. .allocation_31{
  314. width: 100%;
  315. font-size: 14px;
  316. }
  317. .contact-button {
  318. width: 100%;
  319. border: none !important;
  320. display: flex;
  321. }
  322. .login_imgae{
  323. width: 40rpx;
  324. height: 30rpx;
  325. margin-left: 20rpx;
  326. }
  327. .allocation_allocate{
  328. width: 140rpx;
  329. height: 180rpx;
  330. padding: 12rpx;
  331. color: #222222;
  332. display: flex;
  333. flex-direction: column;
  334. align-items: center;
  335. border-radius: 10rpx;
  336. /* background-color: #cccccc; */
  337. box-sizing: border-box;
  338. }
  339. .allocation_allocateimg{
  340. width: 100rpx;
  341. height: 100rpx;
  342. border-radius: 10rpx;
  343. background-color: #007545;
  344. box-sizing: border-box;
  345. background: rgba(7, 193, 96, 0.1);
  346. display: flex;
  347. align-items: center;
  348. justify-content: center;
  349. }
  350. .allocation_box_more{
  351. display: flex;
  352. flex-direction: column;
  353. padding:10rpx;
  354. margin-top: 30rpx;
  355. border-radius: 16rpx;
  356. background-color: #ffffff;
  357. box-sizing: border-box;
  358. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
  359. }
  360. .allocation_box_allocate{
  361. width: 100%;
  362. display: flex;
  363. align-items: center;
  364. justify-content: space-between;
  365. }
  366. .allocation_name{
  367. width: 100%;
  368. height: 60rpx;
  369. font-size: 26rpx;
  370. display: flex;
  371. align-items: center;
  372. justify-content: center;
  373. }
  374. .allocation_money{
  375. width: 100%;
  376. display: flex;
  377. align-items: center;
  378. justify-content:space-between;
  379. padding: 0rpx 40rpx;
  380. margin-top: 20rpx;
  381. overflow: hidden;
  382. box-sizing: border-box;
  383. }
  384. .available{
  385. width: 100%;
  386. height: 380rpx;
  387. display: flex;
  388. align-items: center;
  389. justify-content: center;
  390. }
  391. .kingKongzone{
  392. width: 100%;
  393. padding: 20rpx;
  394. border-radius: 20rpx;
  395. margin-top: 20rpx;
  396. display: flex;
  397. justify-content: space-between;
  398. background-color: #ffffff;
  399. box-sizing: border-box;
  400. }
  401. .kingKongzone_box{
  402. width: 140rpx;
  403. height: 140rpx;
  404. border-radius: 16rpx;
  405. display: flex;
  406. flex-direction: column;
  407. align-items: center;
  408. justify-content: center;
  409. /* border: #0197D4 solid 1rpx; */
  410. background-color: rgb(204, 204, 204,0.4);
  411. }
  412. .kingKongzone_icon{
  413. width: 70rpx;
  414. height: 70rpx;
  415. /* background-color: #0197D4; */
  416. /* border-radius: 16rpx; */
  417. /* margin-bottom: 10rpx; */
  418. }
  419. .kingKongzone_name{
  420. font-size: 24rpx;
  421. color: #007545;
  422. }
  423. .project{
  424. width: 100%;
  425. /* padding: 20rpx; */
  426. margin-top: 20rpx;
  427. /* background-color: #222222; */
  428. box-sizing: border-box;
  429. }
  430. .project_box{
  431. width: 100%;
  432. height: 300rpx;
  433. padding: 20rpx;
  434. margin-top: 20rpx;
  435. background-color: #ffffff;
  436. border-radius: 10rpx;
  437. box-sizing: border-box;
  438. }
  439. .project_title{
  440. font-size: 32rpx;
  441. }
  442. .project_top{
  443. margin-top: 20rpx;
  444. display: flex;
  445. align-items: center;
  446. justify-content: space-between;
  447. }
  448. .project_right{
  449. font-size: 28rpx;
  450. color: #007545;
  451. }
  452. .project_name{
  453. margin-top: 20rpx;
  454. }