ReportHiddenDanger.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. .container {
  2. background-color: #f7f7f7;
  3. font-size: 0;
  4. }
  5. .helpBox {
  6. padding: 20rpx;
  7. }
  8. .formBox {
  9. margin: 0;
  10. padding-bottom: 140rpx;
  11. }
  12. .fway-btnBox {
  13. position: absolute;
  14. bottom: 0;
  15. width: 100%;
  16. padding: 20rpx 0 30rpx;
  17. background-color: #f7f7f7;
  18. z-index: 99;
  19. }
  20. .hiddenDangerBox {
  21. padding: 0 20rpx;
  22. }
  23. .hiddenDangerItemBox {
  24. padding: 0;
  25. background-color: #fff;
  26. margin-top: 20rpx;
  27. box-shadow: 0rpx 5rpx 12rpx 0rpx #c7c7c7;
  28. border-radius: 10rpx;
  29. }
  30. .hiddenDangerHeader {
  31. padding: 30rpx 20rpx 20rpx;
  32. font-size: 30rpx;
  33. font-weight: bold;
  34. color: #000;
  35. }
  36. .hiddenDangerBody {
  37. padding: 0 20rpx 10rpx;
  38. }
  39. .hiddenDangerItem {
  40. margin-bottom: 20rpx;
  41. }
  42. .hiddenDangerItemHeader {
  43. padding: 10rpx 0;
  44. display: flex;
  45. justify-content: left;
  46. align-items: center;
  47. height: 32rpx;
  48. }
  49. .mustTips {
  50. width: 30rpx;
  51. font-size: 32rpx;
  52. font-weight: bold;
  53. color: #fd0101;
  54. }
  55. .itemHeaderText {
  56. color: #000;
  57. font-size: 28rpx;
  58. }
  59. .itemHeaderTips {
  60. font-size: 24rpx;
  61. color: #777;
  62. }
  63. .hiddenDangerItemBody {
  64. padding: 0;
  65. }
  66. .hiddenDangerHeaderBtn {
  67. width: calc(100% - 288rpx);
  68. display: inline-block;
  69. vertical-align: middle;
  70. text-align: right;
  71. }
  72. .reportPersonBox .fway-form-item {
  73. border-bottom: 2rpx #eaeaea solid;
  74. }
  75. .reportPersonBox .fway-form-lable {
  76. padding: 10rpx 0;
  77. width: 150rpx;
  78. color: #777;
  79. }
  80. .reportPersonBox .fway-form-input-inline {
  81. width: calc(100% - 150rpx);
  82. padding: 10rpx 0 0;
  83. }
  84. .reportPersonBox .fway-form-input {
  85. background-color: #fff;
  86. }
  87. .photoListBox {
  88. width: calc(100% - 20rpx);
  89. padding: 10rpx 10rpx;
  90. display: flex;
  91. justify-content: left;
  92. align-items: start;
  93. flex-wrap: wrap;
  94. align-content: start;
  95. }
  96. .photoItemBox {
  97. width: calc(25% - 20rpx);
  98. height: 130rpx;
  99. position: relative;
  100. border: 2rpx #E5E5E5 solid;
  101. border-radius: 10rpx;
  102. }
  103. .photoItemBox + .photoItemBox {
  104. margin-left: 20rpx;
  105. }
  106. .photoItemBox + .photoItemBoxsel {
  107. margin-left: 20rpx;
  108. }
  109. .photoItemBoxsel {
  110. width: calc(25% - 20rpx);
  111. height: 130rpx;
  112. position: relative;
  113. background-color: #f7f7f7;
  114. border-radius: 10rpx;
  115. display: flex;
  116. justify-content: center;
  117. align-items: center;
  118. }
  119. .photoItemImg {
  120. width: 100%;
  121. height: 100%;
  122. }
  123. .photoItemImgsel {
  124. width: 60rpx;
  125. height: 60rpx;
  126. }
  127. .closeBtn {
  128. background-color: #00000060;
  129. width: 30rpx;
  130. height: 30rpx;
  131. position: absolute;
  132. padding: 10rpx;
  133. top: 0;
  134. right: 0;
  135. }
  136. .vioceBox {
  137. display: inline-block;
  138. height: 100%;
  139. }
  140. .vioceListBox {
  141. height: 100%;
  142. }
  143. .vioceItemBox {
  144. height: 100%;
  145. width: 220rpx;
  146. }
  147. .vioceItemImgBox {
  148. display: inline-table;
  149. vertical-align: middle;
  150. width: 100rpx;
  151. padding: 6rpx 10rpx;
  152. background-color: #fff;
  153. color: #999999;
  154. border: 2rpx #ccc solid;
  155. border-radius: 10rpx;
  156. position: relative;
  157. }
  158. .vioceItemDelete {
  159. font-size: 28rpx;
  160. color: #3e6ffd;
  161. display: inline-table;
  162. vertical-align: middle;
  163. text-align: right;
  164. width: 80rpx;
  165. }
  166. .vioceItemBG {
  167. background-color: #bfbfbf;
  168. width: 0;
  169. position: absolute;
  170. left: 0;
  171. top: 0;
  172. height: 44rpx;
  173. border-radius: 10rpx;
  174. z-index: 0;
  175. }
  176. .isPlay {
  177. background-color: #F6F7F8;
  178. color: #000;
  179. }
  180. .vioceItemImg {
  181. width: 32rpx;
  182. height: 32rpx;
  183. display: inline-block;
  184. vertical-align: middle;
  185. margin-right: 20rpx;
  186. position: relative;
  187. z-index: 99;
  188. }
  189. .vioceItemDuration {
  190. color: #515151;
  191. display: inline-block;
  192. vertical-align: middle;
  193. position: relative;
  194. z-index: 99;
  195. }
  196. .fway-form-item {
  197. padding: 0 10rpx;
  198. }
  199. .fway-form-input {
  200. width: calc(100% - 40rpx);
  201. padding: 0 20rpx;
  202. }
  203. .fway-form-textarea {
  204. width: calc(100% - 40rpx);
  205. padding: 20rpx;
  206. height: 120rpx;
  207. }
  208. .fway-form-item .fway-form-input-select {
  209. width: auto;
  210. }
  211. .fway-form-tips {
  212. padding: 10rpx 0;
  213. }