永城市12345 (县级市)- 来源于虞城县12345 - 所有县级统一API

EquipmentMessage.css 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .sub_title {
  2. text-align: center;
  3. width: 80%;
  4. margin: 0 auto;
  5. margin-top: 20px;
  6. font-weight: normal;
  7. line-height: 24px;
  8. }
  9. .sub_title:before,
  10. .sub_title:after {
  11. display: inline-block;
  12. content: "";
  13. width: 13%;
  14. height: 1px;
  15. background: #c8b379;
  16. position: absolute;
  17. top: 50%;
  18. }
  19. .sub_title:before {
  20. left: 25%;
  21. }
  22. .sub_title:after {
  23. right: 25%;
  24. }
  25. .content {
  26. /*text-indent: 24px;
  27. font-size: 13px;
  28. line-height: 23px;
  29. margin: 20px 0;*/
  30. /*text-align: center;*/
  31. /*padding-top: 50px;*/
  32. }
  33. .img {
  34. background: url(../img/border2_02.png) no-repeat;
  35. height: 30px;
  36. background-size: cover;
  37. }
  38. @font-face {
  39. font-family: 'iconfont';
  40. /* project id 280843 */
  41. src: url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.eot');
  42. src: url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.woff') format('woff'), url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.ttf') format('truetype'), url('//at.alicdn.com/t/font_280843_z6lfyq17pjw3tyb9.svg#iconfont') format('svg');
  43. }
  44. .iconfont {
  45. font-family: "iconfont";
  46. font-size: 18px;
  47. font-style: normal;
  48. color: #f49b07;
  49. -webkit-font-smoothing: antialiased;
  50. -webkit-text-stroke-width: 0.2px;
  51. -moz-osx-font-smoothing: grayscale;
  52. vertical-align: middle;
  53. /* padding-left:20px*/
  54. }
  55. .Details-map {
  56. height: 200px;
  57. border: 1px solid #ccc;
  58. }
  59. .mui-table-view .mui-media-object {
  60. min-width: 65px;
  61. height: 65px;
  62. line-height: 65px;
  63. }
  64. .mui-popover.mui-popover-action .mui-table-view {
  65. text-align: inherit;
  66. }