三元财务UI

serveDetail.css 947B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. .mui-nav a{
  35. position: absolute;
  36. left: 15px;
  37. line-height: 44px;
  38. color: #000000;
  39. }
  40. .mui-nav span{
  41. position: absolute;
  42. right: 15px;
  43. line-height: 44px;
  44. font-size: 13px;
  45. }
  46. .mui-table-view-li label {
  47. padding: 7px 10px 7px 10px!important;
  48. }
  49. .mui-input-row .mui-right {
  50. text-align: right;
  51. width: 60%;
  52. float: right;
  53. }
  54. .mui-table-view-cell {
  55. padding: 0px!important;
  56. }