电速宝
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

index.wxss 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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: #84b9e8;
  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{
  132. width: 100%;
  133. height: 80rpx;
  134. display: flex;
  135. align-items: center;
  136. justify-content:space-between;
  137. padding: 0rpx 20rpx;
  138. overflow: hidden;
  139. box-sizing: border-box;
  140. }
  141. .allocation_1{
  142. display: flex;
  143. font-size:13px;
  144. align-items: center;
  145. }
  146. .allocation_box{
  147. border-radius: 16rpx;
  148. background-color: #ffffff;
  149. padding: 10rpx 0rpx;
  150. box-sizing: border-box;
  151. margin-top: 30rpx;
  152. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
  153. }
  154. .allocation_2{
  155. color: #999999;
  156. }
  157. .allocation_3{
  158. font-size: 14px;
  159. }
  160. .content-container{
  161. margin-top: 40rpx;
  162. display: flex;
  163. flex-direction: column;
  164. justify-content: center;
  165. align-items: center;
  166. }
  167. .ticon{
  168. width: 100%;
  169. display: flex;
  170. align-items: center;
  171. justify-content: space-between;
  172. }
  173. .ticonright{
  174. margin-right: 10rpx;
  175. font-size: 28rpx;
  176. font-weight: 500;
  177. }
  178. .contentadd{
  179. width: 100%;
  180. height: 100%;
  181. margin-top: 40rpx;
  182. padding: 0rpx 1rpx;
  183. box-sizing: border-box;
  184. }
  185. .weui-input{
  186. width: 99%;
  187. height: 80rpx;
  188. border: 1rpx solid #cccccc;
  189. padding: 0rpx 10rpx;
  190. border-radius: 10rpx;
  191. box-sizing: border-box;
  192. }
  193. .input-example {
  194. width: 99%;
  195. --td-input-vertical-padding: 16rpx;
  196. background-color: var(--bg-color-demo);
  197. border: 1rpx solid #cccccc;
  198. border-radius: 12rpx;
  199. padding: 1rpx;
  200. margin-top: 40rpx;
  201. box-sizing: border-box;
  202. }
  203. .inputbox{
  204. width: 100%;
  205. margin-top: 20rpx;
  206. font-size: 26rpx;
  207. color: #cccccc;
  208. }
  209. .t-dialog__footer--full{
  210. padding: 44rpx 0 0;
  211. }
  212. button{
  213. padding: 0rpx;
  214. margin: 0rpx;
  215. font-size: 28rpx;
  216. background-color: #ffffff;
  217. border:0rpx solid #ffffff !important;
  218. border: none !important;
  219. }
  220. .allocation_31{
  221. width: 100%;
  222. font-size: 14px;
  223. }
  224. .contact-button {
  225. width: 100%;
  226. border: none !important;
  227. display: flex;
  228. }