report.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. /* pages/report/report.wxss */
  2. .viewBox {
  3. position: fixed;
  4. width: 100%;
  5. height: 100%;
  6. overflow: hidden;
  7. }
  8. .projectToolBar {
  9. background-color: wheat;
  10. height: 100rpx;
  11. display: flex;
  12. flex-direction: row;
  13. width: 100%;
  14. }
  15. .toolBarTitle {
  16. width: 50%;
  17. height: 100%;
  18. padding-left: 20rpx;
  19. display: flex;
  20. flex-direction: column;
  21. justify-content: center;
  22. }
  23. .toolBarTitle text {
  24. color: darkcyan;
  25. font-size: 32rpx;
  26. }
  27. .toolBarButton-right {
  28. display: flex;
  29. flex-direction: row;
  30. justify-content: flex-end;
  31. width: 50%;
  32. }
  33. .toolBarButton {
  34. display: flex;
  35. flex-direction: column;
  36. justify-content: center;
  37. }
  38. .toolBarButton text {
  39. border-bottom: 1px black solid;
  40. font-size: 32rpx;
  41. margin-right: 20rpx;
  42. color: darkcyan;
  43. height: 50rpx;
  44. width: 80rpx;
  45. text-align: center;
  46. }
  47. .mapBox {
  48. height: 60%;
  49. width: 100%;
  50. }
  51. .bottomBar{
  52. height: 40%;
  53. width: 100%;
  54. }
  55. .reportBox {
  56. height: 50%;
  57. width: 100%;
  58. display: flex;
  59. flex-direction: column;
  60. white-space: nowrap;
  61. overflow: hidden;
  62. }
  63. .reportBox .desc {
  64. height: 100px;
  65. width: 100%;
  66. display: flex;
  67. flex-direction: row;
  68. white-space: nowrap;
  69. }
  70. .inputBox {
  71. width: 70%;
  72. height: 100%;
  73. display: inline-flex;
  74. flex-direction: row;
  75. justify-content: flex-start;
  76. align-items: center;
  77. padding-left: 20rpx;
  78. }
  79. .input {
  80. width: 100%;
  81. height: 60rpx;
  82. background-color: transparent;
  83. font-size: 30rpx;
  84. border-bottom: 1px gray solid;
  85. }
  86. .reportButton {
  87. width: 30%;
  88. height: 100%;
  89. display: inline-flex;
  90. flex-direction: row;
  91. justify-content: flex-end;
  92. align-items: center;
  93. }
  94. .reportIcon {
  95. height: 75rpx;
  96. width: 100rpx;
  97. margin-right: 40rpx;
  98. opacity: 0.8
  99. }
  100. .controls {
  101. position: absolute;
  102. bottom: 300rpx;
  103. height: 100rpx;
  104. width: 100%;
  105. display: flex;
  106. flex-direction: row;
  107. justify-content: center;
  108. }
  109. .reportEditCache{
  110. position: absolute;
  111. bottom: 150rpx;
  112. height: 100rpx;
  113. width: 100%;
  114. display: flex;
  115. flex-direction: column;
  116. justify-content: flex-start;
  117. }
  118. .title {
  119. width: 80%;
  120. height: 100rpx;
  121. background-color: #FD7400;
  122. border-radius: 10px;
  123. display: flex;
  124. flex-direction: column;
  125. justify-content: center;
  126. }
  127. .reportCacheBtn{
  128. width: 80%;
  129. height: 100rpx;
  130. background-color: lightseagreen;
  131. border-radius: 10px;
  132. display: flex;
  133. flex-direction: row;
  134. justify-content: center;
  135. }
  136. .desc {
  137. width: 100%;
  138. height: 180rpx;
  139. display: block;
  140. background-color: whitesmoke;
  141. font-size: 30rpx;
  142. white-space: pre-line;
  143. color: black;
  144. padding: 10rpx;
  145. }
  146. .new-report-btn-text {
  147. width: 100%;
  148. text-align: center;
  149. color: whitesmoke;
  150. font-size: 1rem;
  151. }
  152. .report-cache-tips-text {
  153. color: gray;
  154. font-size: 0.8rem;
  155. }
  156. .headIcon {
  157. width: 80rpx;
  158. height: 80rpx;
  159. margin: 10rpx;
  160. border-radius: 10rpx;
  161. }
  162. .name {
  163. height: 100rpx;
  164. font-size: 30rpx;
  165. margin-left: 20rpx;
  166. color: whitesmoke;
  167. display: flex;
  168. flex-direction: column;
  169. justify-content: center;
  170. }
  171. .orgName {
  172. display: flex;
  173. flex-direction: row;
  174. }
  175. .org-block {
  176. /* display: flex;
  177. flex-direction: column;
  178. justify-content: start;
  179. padding-top: 10rpx;
  180. padding-bottom: 10rpx; */
  181. height: 100%;
  182. width: 100%;
  183. /* background-color: red; */
  184. }
  185. .org-list-box {
  186. height: 100%;
  187. width: 100%;
  188. /* background-color: green; */
  189. }
  190. .sv {
  191. width: 100%;
  192. height: 100%;
  193. flex: 1;
  194. display: flex;
  195. flex-direction: column;
  196. }
  197. .weui-cells {
  198. width: 95%;
  199. height: 145rpx;
  200. position: relative;
  201. background: white;
  202. border-radius: 4px;
  203. margin-bottom: 5px;
  204. left: 8px;
  205. display: flex;
  206. align-items: center;
  207. margin-top: 8px;
  208. }
  209. .time-select {
  210. margin-left: 10rpx;
  211. display: flex;
  212. flex-direction: column;
  213. justify-content: start;
  214. align-items: left;
  215. height: 50px;
  216. }
  217. .location-info {
  218. position: relative;
  219. top: 20rpx;
  220. left: 20rpx;
  221. right: 20rpx;
  222. width: 95%;
  223. height: 250rpx;
  224. background-color: white;
  225. border-radius: 10px;
  226. box-shadow:0 0 15px #d2d2d2;
  227. }
  228. .location-info-text {
  229. font-size: 26rpx;
  230. color: #7b7b7b;
  231. margin-left: 20rpx;
  232. margin-top: 20rpx;
  233. }
  234. view.search {
  235. display: flex;
  236. flex-direction: row;
  237. height: 100rpx;
  238. width: 100%;
  239. background: #efeff4;
  240. align-items: center;
  241. margin-bottom: 5px;
  242. }
  243. view.searchItem {
  244. display: flex;
  245. width: 70%;
  246. height: 70rpx;
  247. background: #fff;
  248. flex-direction: row;
  249. border-radius: 10rpx;
  250. margin-left: 16rpx;
  251. }
  252. view.searchItem image {
  253. height: 40rpx;
  254. width: 40rpx;
  255. align-self: center;
  256. margin-left: 10rpx;
  257. margin-right: 20rpx;
  258. }
  259. view.searchItem input {
  260. flex: 1;
  261. font-size: 30rpx;
  262. padding-top: 7px;
  263. padding-left: 10px;
  264. }
  265. .button-sub {
  266. padding-left: 15px;
  267. display: flex;
  268. align-items: center;
  269. }
  270. .button-check {
  271. display: flex;
  272. align-items: center;
  273. }
  274. .progList {
  275. height: 100%;
  276. width: 100%;
  277. display: flex;
  278. flex-direction: column;
  279. }
  280. .view-block {
  281. display: flex;
  282. flex-direction: column;
  283. justify-content: start;
  284. padding-top: 10rpx;
  285. padding-bottom: 10rpx;
  286. height: 100%;
  287. }
  288. .list-box {
  289. height: 100px;
  290. width: 100%;
  291. }
  292. .sv {
  293. width: 100%;
  294. flex: 1;
  295. }
  296. .listImage {
  297. height: 20px;
  298. width: 20px;
  299. margin-right: 5px;
  300. margin-left: 5px;
  301. }
  302. .button {
  303. display: flex;
  304. flex-direction: row;
  305. padding-left: 15px;
  306. position: absolute;
  307. right: 0;
  308. margin-right: 10px;
  309. }
  310. .mini-btn {
  311. height: 22px;
  312. width: 50px;
  313. }
  314. .check-btn {
  315. height: 22px;
  316. width: 60px;
  317. background-color: #669999;
  318. }
  319. .rtuCount {
  320. display: flex;
  321. flex-direction: row;
  322. }
  323. .rtuNum {
  324. margin-right: 10px;
  325. }
  326. .proTextbox {
  327. width: 450rpx;
  328. overflow: hidden;
  329. text-overflow: ellipsis;
  330. white-space: nowrap;
  331. }