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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. .setup{
  2. width: 100%;
  3. height: 100vh;
  4. background: linear-gradient(to bottom, #0F80DC -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: 28rpx;
  37. font-family: 600;
  38. height: 40rpx;
  39. padding: 4rpx 22rpx;
  40. border-radius: 100rpx;
  41. display: flex;
  42. align-items: center;
  43. justify-content: center;
  44. color: #ffffff;
  45. background-color: #84b9e8;
  46. margin-left: 10rpx;
  47. }
  48. .user_roless{
  49. font-size: 28rpx;
  50. font-family: 600;
  51. height: 40rpx;
  52. padding: 4rpx 22rpx;
  53. border-radius: 100rpx;
  54. display: flex;
  55. align-items: center;
  56. justify-content: center;
  57. color: #ffffff;
  58. background-color: #84b9e8;
  59. margin-left: 10rpx;
  60. }
  61. .user_name2{
  62. font-size: 28rpx;
  63. }
  64. .equipment{
  65. width: 100%;
  66. display: flex;
  67. justify-content: space-between;
  68. box-sizing: border-box;
  69. margin-top: 40rpx;
  70. margin-bottom: 40rpx;
  71. }
  72. .equipment_1{
  73. width: 48%;
  74. background-color: #ffffff;
  75. border-radius: 16rpx;
  76. display: flex;
  77. align-items: center;
  78. justify-content: space-between;
  79. padding: 0rpx 20rpx;
  80. box-sizing: border-box;
  81. }
  82. .user_left{
  83. display: flex;
  84. flex-direction: column;
  85. justify-content:space-around;
  86. padding: 20rpx 0rpx;
  87. box-sizing: border-box;
  88. }
  89. .equipment_2{
  90. width: 48%;
  91. background-color: #ffffff;
  92. border-radius: 10rpx;
  93. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  94. }
  95. .equipment_rightdiv{
  96. width: 78rpx;
  97. height:78rpx;
  98. display: flex;
  99. align-items: center;
  100. justify-content: center;
  101. background-color: #E3F6F8;
  102. border-radius: 100%;
  103. overflow: hidden;
  104. }
  105. .equipment_rightdiv1{
  106. width: 78rpx;
  107. height:78rpx;
  108. display: flex;
  109. align-items: center;
  110. justify-content: center;
  111. background-color: #E2ECFF;
  112. border-radius: 100%;
  113. overflow: hidden;
  114. }
  115. .equipment_right1{
  116. width: 50rpx;
  117. height: 50rpx;
  118. }
  119. .equipment_right{
  120. width: 50rpx;
  121. height: 41.31rpx;
  122. }
  123. .user_leftname{
  124. font-size: 28rpx;
  125. }
  126. .user_lefteq{
  127. width: 200rpx;
  128. font-size: 26rpx;
  129. margin-top: 12rpx;
  130. color: #999999;
  131. white-space: nowrap; /* 不换行 */
  132. overflow: hidden; /* 超出部分隐藏 */
  133. text-overflow: ellipsis; /* 显示省略号 */
  134. }
  135. .equipment_2{
  136. width: 48%;
  137. background-color: #ffffff;
  138. border-radius: 16rpx;
  139. display: flex;
  140. align-items: center;
  141. justify-content: space-between;
  142. padding: 0rpx 20rpx;
  143. box-sizing: border-box;
  144. }
  145. .allocation{
  146. width: 100%;
  147. height: 80rpx;
  148. display: flex;
  149. align-items: center;
  150. justify-content:space-between;
  151. padding: 0rpx 20rpx;
  152. overflow: hidden;
  153. box-sizing: border-box;
  154. }
  155. .allocation_1{
  156. display: flex;
  157. font-size:13px;
  158. align-items: center;
  159. }
  160. .allocation_box{
  161. border-radius: 16rpx;
  162. background-color: #ffffff;
  163. padding: 10rpx 0rpx;
  164. box-sizing: border-box;
  165. margin-top: 30rpx;
  166. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  167. }
  168. .allocation_2{
  169. color: #999999;
  170. }
  171. .allocation_3{
  172. font-size: 14px;
  173. }
  174. .content-container{
  175. margin-top: 40rpx;
  176. display: flex;
  177. flex-direction: column;
  178. justify-content: center;
  179. align-items: center;
  180. }
  181. .ticon{
  182. width: 100%;
  183. display: flex;
  184. align-items: center;
  185. justify-content: space-between;
  186. }
  187. .ticonright{
  188. margin-right: 10rpx;
  189. font-size: 28rpx;
  190. font-weight: 500;
  191. }
  192. .contentadd{
  193. width: 100%;
  194. height: 100%;
  195. margin-top: 40rpx;
  196. padding: 0rpx 1rpx;
  197. box-sizing: border-box;
  198. }
  199. .weui-input{
  200. width: 99%;
  201. height: 80rpx;
  202. border: 1rpx solid #cccccc;
  203. padding: 0rpx 10rpx;
  204. border-radius: 10rpx;
  205. box-sizing: border-box;
  206. }
  207. .input-example {
  208. width: 99%;
  209. --td-input-vertical-padding: 16rpx;
  210. background-color: var(--bg-color-demo);
  211. border: 1rpx solid #cccccc;
  212. border-radius: 12rpx;
  213. padding: 1rpx;
  214. margin-top: 40rpx;
  215. box-sizing: border-box;
  216. }
  217. .inputbox{
  218. width: 100%;
  219. margin-top: 20rpx;
  220. font-size: 26rpx;
  221. color: #cccccc;
  222. }
  223. .t-dialog__footer--full{
  224. padding: 44rpx 0 0;
  225. }
  226. button{
  227. padding: 0rpx;
  228. margin: 0rpx;
  229. font-size: 28rpx;
  230. background-color: #ffffff;
  231. border:0rpx solid #ffffff !important;
  232. border: none !important;
  233. }
  234. .allocation_31{
  235. width: 100%;
  236. font-size: 14px;
  237. }
  238. .contact-button {
  239. width: 100%;
  240. border: none !important;
  241. display: flex;
  242. }