运维小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxss 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. .dailyreport{
  2. width: 100%;
  3. height: 100%;
  4. margin-top: 20rpx;
  5. padding: 20rpx;
  6. box-sizing: border-box;
  7. }
  8. .owner_type1x{
  9. width: 100%;
  10. display: flex;
  11. align-items: center;
  12. justify-content: space-between;
  13. /* border-bottom: #f0f5f5 1rpx solid; */
  14. background-color: #ffffff;
  15. /* border-radius: 10rpx; */
  16. padding: 20rpx 20rpx;
  17. box-sizing: border-box;
  18. }
  19. .owner_type1x1{
  20. width: 100%;
  21. display: flex;
  22. flex-direction: column;
  23. justify-content: space-between;
  24. /* border-bottom: #f0f5f5 1rpx solid; */
  25. background-color: #ffffff;
  26. /* border-radius: 10rpx; */
  27. padding: 20rpx 20rpx;
  28. box-sizing: border-box;
  29. }
  30. .calculation_strategy {
  31. font-size: 28rpx;
  32. color: #222;
  33. padding: 20rpx 0rpx;
  34. }
  35. .calculation_capsule {
  36. width: 70%;
  37. font-size: 26rpx;
  38. color: #222;
  39. padding: 10rpx 20rpx;
  40. }
  41. .owner_easyinput1 {
  42. width: 100%;
  43. display: flex;
  44. flex-wrap: wrap;
  45. }
  46. .uni-mt-5{
  47. width: 100%;
  48. text-align: left;
  49. }
  50. .calculation_use {
  51. width: 100%;
  52. font-size: 26rpx;
  53. display: flex;
  54. justify-content: space-between;
  55. }
  56. .calculation_top {
  57. width: 100%;
  58. height: 100%;
  59. font-size: 26rpx;
  60. display: flex;
  61. align-items: center;
  62. justify-content: space-between;
  63. }
  64. .calculation_left {
  65. display: flex;
  66. font-size: 28rpx;
  67. }
  68. .uni-input{
  69. font-size: 28rpx;
  70. }
  71. .uni-inputcolor{
  72. color: #cccccc;
  73. }
  74. .event{
  75. display: flex;
  76. justify-content: space-between;
  77. padding-left: 20rpx;
  78. align-items: center;
  79. }
  80. .switch-container{
  81. width: 100%;
  82. }
  83. .t-radio{
  84. margin-right: 40rpx;
  85. }
  86. .owner_type2 {
  87. width: 100%;
  88. display: flex;
  89. justify-content: space-between;
  90. border-bottom: #f0f5f5 1rpx solid;
  91. }
  92. .calculation_capsule1 {
  93. width: 72%;
  94. font-size: 26rpx;
  95. color: #222;
  96. padding: 20rpx 0rpx;
  97. }
  98. .external-class{
  99. font-size: 28rpx;
  100. height: 200rpx;
  101. }
  102. .workorder_box{
  103. width: 100%;
  104. height: 180rpx;
  105. position: fixed;
  106. bottom: 0rpx;
  107. left: 0rpx;
  108. padding-top:30rpx;
  109. display: flex;
  110. /* align-items: center; */
  111. justify-content: center;
  112. box-sizing: border-box;
  113. background-color: #ffffff;
  114. }
  115. .workorder{
  116. width: 480rpx;
  117. height: 80rpx;
  118. font-size: 32rpx;
  119. background-color: rgba(15, 128, 220, 0.2);
  120. color: #0F80DC;
  121. border:1rpx solid #0F80DC;
  122. display: flex;
  123. align-items: center;
  124. justify-content: center;
  125. border-radius: 10rpx;
  126. }
  127. .calculation_usebox1 {
  128. font-size: 26rpx;
  129. display: flex;
  130. align-items: center;
  131. margin-top: 20rpx;
  132. border: 1rpx solid #cccccc;
  133. border-radius: 10rpx;
  134. /* justify-content: space-between; */
  135. }
  136. .calculation_imagebox{
  137. width: 120rpx;
  138. height: 120rpx;
  139. margin-right: 40rpx;
  140. position:relative;
  141. }
  142. .calculation_imagex{
  143. position: absolute;
  144. top: 0rpx;
  145. right: 0rpx;
  146. }
  147. .calculation_image{
  148. width: 120rpx;
  149. height: 120rpx;
  150. }
  151. picker{
  152. width: 100%;
  153. }
  154. .owner_type1 {
  155. width: 100%;
  156. height: 120rpx;
  157. padding: 0rpx 20rpx;
  158. display: flex;
  159. align-items: center;
  160. justify-content: space-between;
  161. /* border-bottom: #f0f5f5 1rpx solid; */
  162. background-color: #ffffff;
  163. box-sizing: border-box;
  164. }
  165. .calculation_strategy {
  166. font-size: 26rpx;
  167. color: #222;
  168. padding: 20rpx 0rpx;
  169. }
  170. .calculation_capsule {
  171. width: 70%;
  172. font-size: 26rpx;
  173. color: #222;
  174. padding: 10rpx 20rpx;
  175. }
  176. .owner_easyinput1 {
  177. width: 100%;
  178. display: flex;
  179. flex-wrap: wrap;
  180. }
  181. .button{
  182. width: 100%;
  183. display: flex;
  184. align-items: center;
  185. justify-content: center;
  186. position: fixed;
  187. bottom: 80rpx;
  188. left: 0rpx;
  189. }
  190. .button_upload{
  191. width: 500rpx;
  192. height: 100rpx;
  193. background-color: #0F80DC;
  194. border-radius: 10rpx;
  195. display: flex;
  196. align-items: center;
  197. justify-content: center;
  198. color: #ffffff;
  199. }
  200. .block{
  201. padding: 20rpx 20rpx;
  202. background-color: #ffffff;
  203. margin-top: 20rpx;
  204. border-radius: 10rpx;
  205. }
  206. .block_box{
  207. width: 100%;
  208. max-height: 600rpx;
  209. background-color: #ffffff;
  210. border-radius: 10rpx;
  211. /* margin-top: 20rpx; */
  212. padding: 20rpx 0rpx;
  213. overflow: hidden; /* 隐藏所有方向超出的内容 */
  214. white-space: nowrap;
  215. overflow: auto; /* 隐藏所有方向超出的内容 */
  216. box-sizing: border-box;
  217. }
  218. .available{
  219. width: 100%;
  220. display: flex;
  221. align-items: center;
  222. justify-content: center;
  223. margin-top: 60rpx;
  224. }