开封利通水务前端

serveDetail.css 949B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. body {
  2. font-size: 14px;
  3. }
  4. .mui-table-view-li:after {
  5. position: absolute;
  6. right: 0;
  7. bottom: 0;
  8. left: 0px;
  9. height: 0px;
  10. content: '';
  11. -webkit-transform: scaleY(.5);
  12. transform: scaleY(.5);
  13. background-color: #f5f5f6;
  14. }
  15. .mui-table-view-ul{
  16. margin-bottom: 8px;
  17. }
  18. .pop_up_div2{
  19. display: none;
  20. }
  21. .mui-nav{
  22. position: fixed;
  23. width: 100%;
  24. top: 0px;
  25. height: 44px;
  26. line-height: 44px;
  27. text-align: center;
  28. /*background: #22c9a8;*/
  29. background: #FFFFFF;
  30. z-index: 333;
  31. color: #000000;
  32. /*color: #FFFFFF;*/
  33. font-size: 17px;
  34. }
  35. .mui-nav a{
  36. position: absolute;
  37. left: 15px;
  38. line-height: 44px;
  39. color: #000000;
  40. }
  41. .mui-nav span{
  42. position: absolute;
  43. right: 15px;
  44. line-height: 44px;
  45. font-size: 13px;
  46. }
  47. .mui-table-view-li label {
  48. padding: 7px 10px 7px 10px!important;
  49. }
  50. .mui-input-row .mui-right {
  51. text-align: right;
  52. width: 60%;
  53. float: right;
  54. }
  55. .mui-table-view-cell {
  56. padding: 0px!important;
  57. }