case.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. /*************和案件有关的样式集*********************/
  2. /* 按钮样式 */
  3. .wc-btn {
  4. height: 40px;
  5. padding: 0px;
  6. font-size: 16px;
  7. margin: 5px;
  8. width: calc(100% - 10px);
  9. }
  10. /* 一条案件数据 */
  11. .wc-row {
  12. width: 100%;
  13. background-color: rgba(255, 255, 255, 0);
  14. }
  15. /* 案件下部主体内容样式 */
  16. .wc-row .jt-main-content {
  17. display: flex;
  18. flex-direction: column;
  19. width: 100%;
  20. height: 100%;
  21. }
  22. /* 一条案件的标题行背景 */
  23. .wc-row-title-content {
  24. width: 100%;
  25. height: 40px;
  26. line-height: 40px;
  27. background-color: rgba(54, 81, 179, 1.0);
  28. border-radius: 3px 3px 0px 0px;
  29. }
  30. /* 导航按钮背景 */
  31. .wc-btn-nav {
  32. background-color: rgb(115, 140, 238) !important;
  33. border: solid 0px rgb(255, 255, 255) !important;
  34. }
  35. /* 详情按钮背景 */
  36. .wc-btn-info {
  37. background-color: rgb(49, 83, 242) !important;
  38. border: solid 0px rgb(255, 255, 255) !important;
  39. }
  40. /* 定位按钮背景 */
  41. .wc-btn-location {
  42. background-color: rgb(115, 140, 238) !important;
  43. border: solid 0px rgb(255, 255, 255) !important;
  44. }
  45. /* 查询按钮背景 */
  46. .wc-btn-query {
  47. background-color: rgb(115, 140, 238) !important;
  48. border: solid 0px rgb(255, 255, 255) !important;
  49. }
  50. /* 地图页面查询按钮样式 */
  51. .wc-btn-map-query {
  52. width: 80% !important;
  53. }
  54. /* 标题行的图标样式 */
  55. .wc-ico {
  56. width: 30px;
  57. height: 30px;
  58. border-radius: 15px;
  59. color: #765075;
  60. font-weight: bold;
  61. line-height: 30px;
  62. position: relative;
  63. top: calc(50% - 15px);
  64. left: 5px;
  65. float: left;
  66. display: flex;
  67. justify-content: center;
  68. align-items: center;
  69. /* background-color: #009688; */
  70. }
  71. /* 案件图标内图片的样式 */
  72. .wc-ico>img {
  73. width: 24px;
  74. height: 24px;
  75. }
  76. /* 案件字体图标样式 */
  77. .wc-ico span {
  78. font-size: 24px;
  79. color: #0062CC;
  80. margin-left: 3px;
  81. margin-top: 3px;
  82. }
  83. /* 标题行的案件名称样式 */
  84. .wc-title {
  85. float: left;
  86. font-size: 16px;
  87. font-weight: bold;
  88. position: relative;
  89. left: 5px;
  90. text-shadow: 0 0 2px rgb(255, 255, 255), 0 0 2px rgb(255, 255, 255), 0 0 2px rgb(255, 255, 255), 0 0 2px rgb(255, 255, 255);
  91. }
  92. /* 案件状态上标样式 */
  93. .wc-title>sup {
  94. color: rgb(115, 140, 238);
  95. }
  96. /* 标题行的行政区标识样式 */
  97. .wc-xzq {
  98. float: right;
  99. height: 40px;
  100. line-height: 40px;
  101. position: relative;
  102. right: 10px;
  103. color: rgb(255, 255, 255);
  104. }
  105. /* 标题行行政区的所属乡镇样式 */
  106. .wc-xzq-ssxz {
  107. height: 20px;
  108. line-height: 20px;
  109. font-size: 12px;
  110. font-weight: bold;
  111. text-align: center;
  112. }
  113. /* 标题行的行政区的所属村庄样式 */
  114. .wc-xzq-sscz {
  115. font-size: 10px;
  116. font-weight: normal;
  117. }
  118. /* 案件中按钮行的样式 */
  119. .wc-btn-content {
  120. width: 100%;
  121. /* flex: 0 !important; */
  122. /* padding-bottom: 30px; */
  123. height: 34px;
  124. line-height: 34px;
  125. /* height: 100%; */
  126. /* bottom: 0px; */
  127. display: flex;
  128. flex-direction: row;
  129. justify-content: flex-end;
  130. background-color: rgba(54, 81, 179, 0.0);
  131. }
  132. .wc-btn-content>*:last-child {
  133. margin-bottom: 5px;
  134. }
  135. /* 案件中按钮的样式 目前按照4个案件的布局设计 */
  136. .wc-btn-child {
  137. position: relative;
  138. /* flex: 1; */
  139. border-radius: 3px;
  140. margin-left: 3px;
  141. margin-right: 3px;
  142. height: 30px !important;
  143. border: solid 0px rgb(255, 0, 0);
  144. /* background-color: rgb(115, 140, 0) !important; */
  145. margin-top: 5px;
  146. }
  147. /* 主要内容背景样式 */
  148. .wc-main-content {
  149. padding: 5px;
  150. flex: 1;
  151. }
  152. /* 主要内容-人员样式 */
  153. .wc-main-content h4 {
  154. font-size: 14px;
  155. padding: 3px 0px 0px 0px;
  156. font-weight: bold;
  157. color: #32373b;
  158. }
  159. /* 标签内的图标样式 */
  160. .wc-main-content h4 span {
  161. font-size: 14px;
  162. padding: 3px 0px 0px 0px;
  163. font-weight: bold;
  164. color: #32373b;
  165. }
  166. /* 主要内容-日期样式 */
  167. .wc-main-content h5 {
  168. font-size: 16px;
  169. padding: 3px 0px 0px 0px;
  170. font-weight: bold;
  171. color: #32373b;
  172. }
  173. /* 主要内容-明细样式 */
  174. .wc-main-content p {
  175. font-size: 13px;
  176. padding: 3px 0px 0px 0px;
  177. font-weight: bold;
  178. color: rgb(206, 177, 79);
  179. }
  180. /* 标签前置图标样式 */
  181. .wc-span {
  182. font-size: 12px;
  183. font-weight: bold;
  184. font-family: "microsoft yahei";
  185. }
  186. /* 标签文字样式 */
  187. .wc-span-icon {
  188. font-size: 12px;
  189. font-family: "microsoft yahei";
  190. }
  191. /* 标签行样式 */
  192. .wc-div-row {
  193. height: 24px;
  194. width: 100%;
  195. position: relative;
  196. color: rgb(255, 255, 255);
  197. }
  198. /* 案件容器的样式*/
  199. .wc-li {
  200. background-color: rgba(34, 50, 106, 1.0);
  201. padding: 0px 0px 5px 0px;
  202. margin: 0px 0px 10px 0px;
  203. border-radius: 5px;
  204. }
  205. /* 地图案件容器样式 */
  206. .wc-li-map {
  207. margin: 0px 0px 0px 0px;
  208. padding: 0px;
  209. border-radius: 0px;
  210. height: calc(100%);
  211. }
  212. /* 地图案件案件标题容器样式 */
  213. .wc-li-map .wc-row-title-content {
  214. background-color: rgba(255, 255, 0, 0);
  215. }
  216. /* 地图案件行样式 */
  217. .wc-li-map-row {
  218. display: flex;
  219. flex-direction: row;
  220. background-color: rgba(36, 63, 109, 1);
  221. padding: 5px;
  222. border-radius: 5px;
  223. height: 100%;
  224. }
  225. /* 地图案件行内容列样式 */
  226. .wc-map-column-content {
  227. width: calc(100% - 90px);
  228. }
  229. /* 地图案件行按钮列样式 */
  230. .wc-map-column-button {
  231. width: 90px;
  232. display: flex;
  233. flex-direction: column;
  234. }
  235. /* 地图案件按钮列按钮样式 */
  236. .wc-map-column-button .wc-btn-child {
  237. height: 40px !important;
  238. margin-bottom: 5px;
  239. flex: 0;
  240. }
  241. /* .wc-li-map .wc-row{
  242. display: flex;
  243. flex-direction: column;
  244. }
  245. .wc-li-map .wc-row .wc-main-content{
  246. display: block;
  247. background-color: #009E94;
  248. width: 100%;
  249. text-align: left;
  250. height: 110px;
  251. } */
  252. /* 案件页面中内容容器样式 */
  253. .mui-content {
  254. padding-top: 44px !important;
  255. background-color: rgb(26, 38, 80) !important;
  256. }
  257. /* 案件页面滚动容器样式 */
  258. .mui-content .mui-scroll {
  259. background-color: rgb(26, 38, 80) !important;
  260. }
  261. /* 案件列表容器样式 */
  262. .mui-content .mui-scroll .mui-table-view {
  263. margin: 5px !important;
  264. background-color: rgb(26, 38, 80) !important;
  265. }
  266. /* 查询框背景色 */
  267. .mui-bar {
  268. background-color: rgb(36, 63, 109) !important;
  269. }
  270. .mui-bar .mui-search input {
  271. background-color: rgba(174, 186, 208, 0.85) !important;
  272. border: solid 1px rgba(170, 176, 198, 0.85) !important;
  273. color: rgb(33, 47, 100) !important;
  274. font-size: 13px !important;
  275. border-radius: 22px !important;
  276. }
  277. /* 输入框提示文字颜色 */
  278. .mui-search .mui-placeholder {
  279. color: rgba(255, 255, 255, 0.65) !important;
  280. font-size: 12px;
  281. }
  282. /* 去掉表格后置边框 */
  283. .mui-table-view::after {
  284. height: 0px;
  285. }
  286. /* 去掉表格前置边框 */
  287. .mui-table-view:before {
  288. height: 0px;
  289. }
  290. /* 去掉导航栏底部边框 */
  291. .mui-bar-nav {
  292. -webkit-box-shadow: 0 0px 0px #ccc;
  293. }