main.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. /* footer的图标 */
  2. .nav>li>span{
  3. display: block;
  4. background-size: 123% !important;
  5. margin-top: 0.02rem;
  6. }
  7. /* footer的默认字体颜色 */
  8. .nav>li>a{
  9. color: #555;
  10. }
  11. /* footer的默认字体颜色 */
  12. .nav>li>span{
  13. background-size: 55px;
  14. background-position: center;
  15. background-repeat: no-repeat;
  16. }
  17. /* footer的点击字体颜色 */
  18. .textColor{
  19. color: #2385E2 !important;
  20. }
  21. .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
  22. text-decoration: none;
  23. background-color: #f6f6f6 !important;
  24. }
  25. .nav>li>a {
  26. margin-bottom: 0 !important;
  27. padding:0 !important;
  28. background-color: #f6f6f6 !important;
  29. }
  30. /* 底部导航栏定义 */
  31. /*
  32. .nav-pills > li:not(:last-child){
  33. border-right: 1px #ddd;
  34. }
  35. .nav-pills > li {
  36. width:24.5%;
  37. height:40px;
  38. background-color:#d3d3d3;
  39. text-align:center;
  40. font-size:14px;
  41. }
  42. */
  43. @media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */
  44. #yjts{
  45. height:35% !important;
  46. }
  47. #mcgk .list-group-item{
  48. height: 32px !important;
  49. line-height: 32px !important;
  50. }
  51. .row>.navbar-fixed-bottom{
  52. font-size: 12px;
  53. }
  54. }
  55. @media (device-height:640px) and (-webkit-min-device-pixel-ratio:2){/* 兼容Galaxy S5 */
  56. }
  57. @media (device-height:667px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6*/
  58. }
  59. @media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 Plus */
  60. #mcgk .list-group-item{
  61. height: 42px !important;
  62. line-height: 42px !important;
  63. }
  64. }
  65. @media (device-height:1024px) and (-webkit-min-device-pixel-ratio:2){/* 兼容ipad */
  66. #mcgk .list-group-item{
  67. height: 65px !important;
  68. line-height: 65px !important;
  69. }
  70. #yjts .list-group-item{
  71. height: 65px !important;
  72. line-height: 65px !important;
  73. }
  74. #scxx .list-group-item{
  75. height: 65px !important;
  76. line-height: 65px !important;
  77. }
  78. .row>.navbar-fixed-bottom{
  79. font-size: 20px !important;
  80. }
  81. #mcgk{
  82. font-size: 22px !important;
  83. }
  84. #yjts{
  85. font-size: 22px !important;
  86. }
  87. #scxx{
  88. font-size: 22px !important;
  89. }
  90. }
  91. .container{
  92. width: 100% !important;
  93. }
  94. .nav-justified {
  95. width: 100%;
  96. border-bottom: 0;
  97. }
  98. .nav-justified > li {
  99. float: none;
  100. }
  101. .nav-justified > li > a {
  102. margin-bottom: 5px;
  103. text-align: center;
  104. }
  105. .nav-justified > .dropdown .dropdown-menu {
  106. top: auto;
  107. left: auto;
  108. }
  109. .nav-justified > li {
  110. text-align: center;
  111. padding-top: 3px;
  112. }
  113. .nav-justified > li > a {
  114. margin-bottom: 0;
  115. padding:0 0;
  116. }
  117. .nav-justified > li > a {
  118. margin-right: 0;
  119. }
  120. .nav-pills > li:not(:last-child) {
  121. border-right: 1px #ddd;
  122. }
  123. /* 定义轮播图片大小 */
  124. .carousel-inner > .item > img {
  125. width: 100%;
  126. }
  127. /* 定义轮播字体位置 */
  128. .carousel-caption {
  129. bottom: 0;
  130. padding-bottom: 5px;
  131. }
  132. /* 定义资讯消息内部样式间隔 */
  133. .media {
  134. margin-top: 5px;
  135. }
  136. .media:not(:last-child) {
  137. padding-bottom: 5px;
  138. border-bottom: 1px solid #ddd;
  139. }
  140. /* 定义导航箭头图标 */
  141. .glyphicon-chevron-right {
  142. float: right;
  143. margin-right: 5px;
  144. }
  145. .glyphicon-chevron-right + .badge {
  146. margin-right: 5px;
  147. }
  148. /* 列表分割线 */
  149. .list-group-item {
  150. border: 0;
  151. height: 38px;
  152. line-height: 38px;
  153. padding: 0px;
  154. }
  155. .list-group-item:not(:first-child) {
  156. border-top: 1px solid #ddd;
  157. }
  158. /* 缩小面板内间隔 */
  159. .panel-body {
  160. padding: 0px 5px 0px 5px;
  161. }
  162. .haifm{
  163. height: 100% !important;
  164. display: flex;
  165. flex-direction: column;
  166. flex: 0 0 90%;
  167. }
  168. body{
  169. display:flex;
  170. flex-direction: column;
  171. }
  172. .dj_b{
  173. background: url(../whh/img/bai-1.png);
  174. }
  175. .sh_b{
  176. background: url(../whh/img/bai-2.png);;
  177. }
  178. .cl_b{
  179. background: url(../whh/img/bai-3.png);;
  180. }
  181. .dj_d{
  182. background: url(../whh/img/ding-1.png);
  183. }
  184. .sh_d{
  185. background: url(../whh/img/ding-2.png);;
  186. }
  187. .cl_d{
  188. background: url(../whh/img/ding-3.png);;
  189. }
  190. .left{
  191. width: 22px;
  192. margin-right: 13px;
  193. }
  194. .checkAll{
  195. JUSTIFY-CONTENT: space-between;
  196. font-size: 17px;
  197. background-color: #dddfe0;
  198. }
  199. .right{
  200. width:90%;
  201. }
  202. .mui-table-view{
  203. background: #D7DFEA;
  204. color: #fff;
  205. }
  206. .mui-table-view-cell{
  207. background: #4E768F;
  208. text-align: left;
  209. margin: 0 0.05rem;
  210. }
  211. .suosou{
  212. justify-content: center;
  213. background: #bbcde1;
  214. border-bottom: none;
  215. padding: 0.12rem 0.8rem 0.12rem 0.5rem;
  216. }
  217. .suosou input{
  218. border-radius: 50px;
  219. background: #fff !important;
  220. }
  221. input[type=search]{
  222. text-align: inherit;
  223. }
  224. .row {
  225. padding: 0.05rem 0;
  226. }
  227. .rowBox{
  228. margin: 0 0.08rem;
  229. margin-top: 0.05rem;
  230. flex-direction: row;
  231. margin: 15px;
  232. }
  233. .hiddenli .row + .row{
  234. font-size: 0.2rem;
  235. }
  236. .iofo{
  237. background: #4E768F;
  238. color: #fff;
  239. padding: 0.05rem 0.2rem;
  240. border-radius: 0.5rem;
  241. }
  242. li.mui-table-view-cell{
  243. margin-top: 0.02rem;
  244. }
  245. .mui-table-view-cell:first-child{
  246. margin-top: 0.2rem;
  247. }
  248. .rowBox:last-child{
  249. margin-bottom: 0.15rem;
  250. }
  251. /*时间查询*/
  252. .md-modal {
  253. bottom: inherit !important;
  254. position: absolute;
  255. }
  256. .md-content .titlebz {
  257. width: 106%;
  258. margin-left: -3%;
  259. margin-top: 0.4rem;
  260. border-radius: 0;
  261. padding: 0.1rem 0;
  262. }
  263. .ggys {
  264. margin-left: 0;
  265. }
  266. .mui-table-view-cell>.mui-switch {
  267. top: 0.25rem;
  268. }
  269. .footer2{
  270. display: flex;
  271. flex-direction: row;
  272. justify-content: space-around;
  273. height: 46px;
  274. background-color: #D7DFEA;
  275. }
  276. .footer2>div{
  277. background-color: #fff;
  278. width: 88px;
  279. height: 40px;
  280. text-align: center;
  281. padding-top: 10px;
  282. font-size: 18px;
  283. border-radius: 13px;
  284. color: #4e7891;
  285. }
  286. .green{
  287. background-color: #b6d0d8 !important;
  288. }
  289. .md-modal {
  290. margin-left: 0;
  291. }
  292. .md-content .titlebz {
  293. width: 106%;
  294. margin-left: -3%;
  295. margin-top: 0.4rem;
  296. border-radius: 0;
  297. padding: 0.1rem 0;
  298. }
  299. .bzmd-content {
  300. border-radius: 0;
  301. }
  302. .sjokbox{
  303. justify-content: space-around !important;
  304. }
  305. .sjokbox > span{
  306. background-color: #6C98B1;
  307. width: 96px;
  308. border-radius: 11px;
  309. }
  310. .error{
  311. font-size: 18px;
  312. color: red;
  313. margin-left: 9%;
  314. height: 105px;
  315. }
  316. .greyColor{
  317. background-color :#ebebe4 !important;
  318. }
  319. .flex1{
  320. flex:1;
  321. }
  322. .disFlex{
  323. display: flex;
  324. }