运维小程序
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 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /* pages/workorder/index.wxss */
  2. page{
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .setup{
  7. width: 100%;
  8. /* height: 100%; */
  9. background: linear-gradient(to bottom, #0F80DC -40%, #F0F5F5 40%,#F0F5F5 100%);
  10. padding: 20rpx 20rpx;
  11. box-sizing: border-box;
  12. }
  13. .workorder_list{
  14. background-color: #ffffff;
  15. border-radius: 10rpx;
  16. padding: 0rpx 20rpx;
  17. }
  18. picker{
  19. width: 100%;
  20. }
  21. .owner_type1 {
  22. width: 100%;
  23. height: 120rpx;
  24. display: flex;
  25. align-items: center;
  26. justify-content: space-between;
  27. border-bottom: #f0f5f5 1rpx solid;
  28. }
  29. .owner_type1x{
  30. width: 100%;
  31. padding: 20rpx 0rpx;
  32. display: flex;
  33. align-items: center;
  34. justify-content: space-between;
  35. border-bottom: #f0f5f5 1rpx solid;
  36. }
  37. .calculation_strategy {
  38. font-size: 26rpx;
  39. color: #222;
  40. padding: 20rpx 0rpx;
  41. }
  42. .calculation_capsule {
  43. width: 70%;
  44. font-size: 26rpx;
  45. color: #222;
  46. padding: 10rpx 20rpx;
  47. }
  48. .owner_easyinput1 {
  49. width: 100%;
  50. display: flex;
  51. flex-wrap: wrap;
  52. }
  53. .uni-mt-5{
  54. width: 100%;
  55. text-align: left;
  56. }
  57. .calculation_use {
  58. width: 100%;
  59. font-size: 26rpx;
  60. display: flex;
  61. justify-content: space-between;
  62. }
  63. .calculation_top {
  64. width: 100%;
  65. height: 100%;
  66. font-size: 26rpx;
  67. display: flex;
  68. align-items: center;
  69. justify-content: space-between;
  70. }
  71. .calculation_left {
  72. display: flex;
  73. font-size: 28rpx;
  74. }
  75. .uni-input{
  76. font-size: 28rpx;
  77. }
  78. .uni-inputcolor{
  79. color: #cccccc;
  80. }
  81. .event{
  82. width: 70%;
  83. display: flex;
  84. justify-content: space-between;
  85. padding-left: 20rpx;
  86. align-items: center;
  87. }
  88. .switch-container{
  89. width: 100%;
  90. }
  91. .t-radio{
  92. margin-right: 40rpx;
  93. }
  94. .owner_type2 {
  95. width: 100%;
  96. display: flex;
  97. justify-content: space-between;
  98. border-bottom: #f0f5f5 1rpx solid;
  99. }
  100. .calculation_capsule1 {
  101. width: 72%;
  102. font-size: 26rpx;
  103. color: #222;
  104. padding: 20rpx 0rpx;
  105. }
  106. .external-class{
  107. font-size: 28rpx;
  108. height: 200rpx;
  109. }
  110. .workorder_box{
  111. width: 100%;
  112. height: 180rpx;
  113. position: fixed;
  114. bottom: 0rpx;
  115. left: 0rpx;
  116. padding-top:30rpx;
  117. display: flex;
  118. /* align-items: center; */
  119. justify-content: center;
  120. box-sizing: border-box;
  121. background-color: #ffffff;
  122. }
  123. .workorder{
  124. width: 480rpx;
  125. height: 80rpx;
  126. font-size: 32rpx;
  127. background-color: rgba(15, 128, 220, 0.2);
  128. color: #0F80DC;
  129. border:1rpx solid #0F80DC;
  130. display: flex;
  131. align-items: center;
  132. justify-content: center;
  133. border-radius: 10rpx;
  134. }
  135. .calculation_usebox1 {
  136. font-size: 26rpx;
  137. display: flex;
  138. align-items: center;
  139. margin-top: 20rpx;
  140. border: 1rpx solid #cccccc;
  141. border-radius: 10rpx;
  142. /* justify-content: space-between; */
  143. }
  144. .calculation_imagebox{
  145. width: 120rpx;
  146. height: 120rpx;
  147. margin-right: 40rpx;
  148. position:relative;
  149. }
  150. .calculation_imagex{
  151. position: absolute;
  152. top: 0rpx;
  153. right: 0rpx;
  154. }
  155. .calculation_image{
  156. width: 120rpx;
  157. height: 120rpx;
  158. }