电速宝
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

index.wxss 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358
  1. .setup{
  2. width: 100%;
  3. height: 100vh;
  4. background: linear-gradient(to bottom, #F0F5F5 -40%, #F0F5F5 40%,#F0F5F5 100%);
  5. padding: 0rpx 30rpx;
  6. box-sizing: border-box;
  7. }
  8. .title{
  9. font-weight: 500;
  10. font-size: 36rpx;
  11. display: flex;
  12. align-items: center;
  13. margin-top: 20rpx;
  14. justify-content: center;
  15. }
  16. .user{
  17. display: flex;
  18. }
  19. .user_to{
  20. width: 100rpx;
  21. height: 100rpx;
  22. border-radius: 100%;
  23. margin-right: 40rpx;
  24. }
  25. .user_name{
  26. display: flex;
  27. flex-direction: column;
  28. justify-content: space-around;
  29. }
  30. .user_name1{
  31. font-size: 36rpx;
  32. display: flex;
  33. align-items: center;
  34. }
  35. .user_role{
  36. font-size: 26rpx;
  37. height: 40rpx;
  38. padding: 4rpx 22rpx;
  39. border-radius: 100rpx;
  40. display: flex;
  41. align-items: center;
  42. justify-content: center;
  43. color: #ffffff;
  44. background-color: #07c160;
  45. margin-left: 10rpx;
  46. }
  47. .user_name2{
  48. font-size: 28rpx;
  49. }
  50. .equipment{
  51. width: 100%;
  52. display: flex;
  53. justify-content: space-between;
  54. box-sizing: border-box;
  55. margin-top: 40rpx;
  56. margin-bottom: 40rpx;
  57. }
  58. .equipment_1{
  59. width: 48%;
  60. background-color: #ffffff;
  61. border-radius: 16rpx;
  62. display: flex;
  63. align-items: center;
  64. justify-content: space-between;
  65. padding: 0rpx 20rpx;
  66. box-sizing: border-box;
  67. }
  68. .user_left{
  69. display: flex;
  70. flex-direction: column;
  71. justify-content:space-around;
  72. padding: 20rpx 0rpx;
  73. box-sizing: border-box;
  74. }
  75. .equipment_2{
  76. width: 48%;
  77. background-color: #ffffff;
  78. border-radius: 10rpx;
  79. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
  80. }
  81. .equipment_rightdiv{
  82. width: 78rpx;
  83. height:78rpx;
  84. display: flex;
  85. align-items: center;
  86. justify-content: center;
  87. background-color: #E3F6F8;
  88. border-radius: 100%;
  89. overflow: hidden;
  90. }
  91. .equipment_rightdiv1{
  92. width: 78rpx;
  93. height:78rpx;
  94. display: flex;
  95. align-items: center;
  96. justify-content: center;
  97. background-color: #E2ECFF;
  98. border-radius: 100%;
  99. overflow: hidden;
  100. }
  101. .equipment_right1{
  102. width: 50rpx;
  103. height: 50rpx;
  104. }
  105. .equipment_right{
  106. width: 50rpx;
  107. height: 41.31rpx;
  108. }
  109. .user_leftname{
  110. font-size: 28rpx;
  111. }
  112. .user_lefteq{
  113. width: 200rpx;
  114. font-size: 26rpx;
  115. margin-top: 12rpx;
  116. color: #999999;
  117. white-space: nowrap; /* 不换行 */
  118. overflow: hidden; /* 超出部分隐藏 */
  119. text-overflow: ellipsis; /* 显示省略号 */
  120. }
  121. .equipment_2{
  122. width: 48%;
  123. background-color: #ffffff;
  124. border-radius: 16rpx;
  125. display: flex;
  126. align-items: center;
  127. justify-content: space-between;
  128. padding: 0rpx 20rpx;
  129. box-sizing: border-box;
  130. }
  131. .allocation_money{
  132. width: 100%;
  133. display: flex;
  134. align-items: center;
  135. justify-content:space-between;
  136. padding: 0rpx 40rpx;
  137. margin-top: 20rpx;
  138. overflow: hidden;
  139. box-sizing: border-box;
  140. }
  141. .allocation{
  142. width: 100%;
  143. height: 80rpx;
  144. display: flex;
  145. align-items: center;
  146. justify-content:space-between;
  147. padding: 0rpx 20rpx;
  148. overflow: hidden;
  149. box-sizing: border-box;
  150. }
  151. .allocation_1{
  152. display: flex;
  153. font-size:13px;
  154. align-items: center;
  155. }
  156. .allocation_box{
  157. width: 100%;
  158. height: 300rpx;
  159. border-radius: 16rpx;
  160. background-color: #ffffff;
  161. padding: 10rpx 0rpx;
  162. box-sizing: border-box;
  163. margin-top: 20rpx;
  164. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
  165. }
  166. .allocation_2{
  167. color: #999999;
  168. }
  169. .allocation_3_money{
  170. width: 160rpx;
  171. display: flex;
  172. justify-content: center;
  173. }
  174. .allocation_2_money{
  175. width: 100rpx;
  176. }
  177. .allocation_3{
  178. font-size: 14px;
  179. }
  180. .allocation_3_password{
  181. display: flex;
  182. align-items: center;
  183. }
  184. .content-container{
  185. margin-top: 40rpx;
  186. display: flex;
  187. flex-direction: column;
  188. justify-content: center;
  189. align-items: center;
  190. }
  191. .ticon{
  192. width: 100%;
  193. display: flex;
  194. align-items: center;
  195. justify-content: space-between;
  196. }
  197. .ticonright{
  198. margin-right: 10rpx;
  199. font-size: 28rpx;
  200. font-weight: 500;
  201. }
  202. .contentadd{
  203. width: 100%;
  204. height: 100%;
  205. margin-top: 40rpx;
  206. padding: 0rpx 1rpx;
  207. box-sizing: border-box;
  208. }
  209. .weui-input{
  210. width: 99%;
  211. height: 80rpx;
  212. border: 1rpx solid #cccccc;
  213. padding: 0rpx 10rpx;
  214. border-radius: 10rpx;
  215. box-sizing: border-box;
  216. }
  217. .input-example {
  218. width: 99%;
  219. --td-input-vertical-padding: 16rpx;
  220. background-color: var(--bg-color-demo);
  221. border: 1rpx solid #cccccc;
  222. border-radius: 12rpx;
  223. padding: 1rpx;
  224. margin-top: 40rpx;
  225. box-sizing: border-box;
  226. }
  227. .inputbox{
  228. width: 100%;
  229. margin-top: 20rpx;
  230. font-size: 26rpx;
  231. color: #cccccc;
  232. }
  233. .t-dialog__footer--full{
  234. padding: 44rpx 0 0;
  235. }
  236. button{
  237. padding: 0rpx;
  238. margin: 0rpx;
  239. font-size: 28rpx;
  240. background-color: #ffffff;
  241. border:0rpx solid #ffffff !important;
  242. border: none !important;
  243. }
  244. .allocation_31{
  245. width: 100%;
  246. font-size: 14px;
  247. }
  248. .contact-button {
  249. width: 100%;
  250. border: none !important;
  251. display: flex;
  252. }
  253. .login_imgae{
  254. width: 40rpx;
  255. height: 30rpx;
  256. margin-left: 20rpx;
  257. }
  258. .allocation_allocate{
  259. width: 140rpx;
  260. height: 180rpx;
  261. padding: 12rpx;
  262. color: #222222;
  263. display: flex;
  264. flex-direction: column;
  265. align-items: center;
  266. border-radius: 10rpx;
  267. /* background-color: #cccccc; */
  268. box-sizing: border-box;
  269. }
  270. .allocation_allocateimg{
  271. width: 100rpx;
  272. height: 100rpx;
  273. border-radius: 10rpx;
  274. background-color: #07c160;
  275. box-sizing: border-box;
  276. background: rgba(7, 193, 96, 0.1);
  277. display: flex;
  278. align-items: center;
  279. justify-content: center;
  280. }
  281. .allocation_box_more{
  282. display: flex;
  283. flex-direction: column;
  284. padding:10rpx;
  285. margin-top: 30rpx;
  286. border-radius: 16rpx;
  287. background-color: #ffffff;
  288. box-sizing: border-box;
  289. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
  290. }
  291. .allocation_box_allocate{
  292. width: 100%;
  293. display: flex;
  294. align-items: center;
  295. justify-content: space-between;
  296. }
  297. .allocation_name{
  298. width: 100%;
  299. height: 60rpx;
  300. font-size: 26rpx;
  301. display: flex;
  302. align-items: center;
  303. justify-content: center;
  304. }
  305. .project{
  306. width: 100%;
  307. /* padding: 20rpx; */
  308. margin-top: 20rpx;
  309. /* background-color: #222222; */
  310. box-sizing: border-box;
  311. }
  312. .project_top1{
  313. display: flex;
  314. font-size:13px;
  315. }
  316. .project_box{
  317. width: 100%;
  318. height: 300rpx;
  319. padding: 20rpx;
  320. margin-top: 20rpx;
  321. background-color: #ffffff;
  322. border-radius: 10rpx;
  323. box-sizing: border-box;
  324. }
  325. .project_title{
  326. font-size: 32rpx;
  327. }
  328. .project_top{
  329. margin-top: 20rpx;
  330. display: flex;
  331. align-items: center;
  332. justify-content: space-between;
  333. }
  334. .project_right{
  335. font-size: 28rpx;
  336. color: #007545;
  337. }
  338. .project_name{
  339. margin-top: 20rpx;
  340. }
  341. /* index.js */