style.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. .mui-btn-block{
  2. margin-bottom: 0;
  3. }
  4. .mui-content-padded{
  5. margin: 2px;
  6. }
  7. .mui-col{
  8. display: inline-block;
  9. padding: 2px;
  10. }
  11. /*滚动条样式*/
  12. ::-webkit-scrollbar {
  13. width: 0;
  14. background-color: #F5F5F5;
  15. }
  16. /*定义滚动条轨道 内阴影+圆角*/
  17. ::-webkit-scrollbar-track {
  18. background-color: #2e3342;
  19. }
  20. /*定义滑块 内阴影+圆角*/
  21. ::-webkit-scrollbar-thumb {
  22. background-color: #2e3342;
  23. }
  24. .mui-btn-royal{
  25. background-color: rgba(141, 157, 199, 0.5);
  26. border:1px solid rgba(141, 157, 199, 0.5)
  27. }
  28. .active {
  29. background-color: #d4d4d4;
  30. color:white;
  31. }
  32. .up{
  33. background: #0087c5 url(../img/top.svg) no-repeat 50% 10%;
  34. }
  35. .down{
  36. background: #0087c5 url(../img/bottom.svg) no-repeat 50% 10%;
  37. }
  38. .mui-plus .plus{
  39. display: inline;
  40. }
  41. .plus{
  42. display: none;
  43. }
  44. #topPopover {
  45. position: fixed;
  46. top: 16px;
  47. right: 6px;
  48. }
  49. #topPopover .mui-popover-arrow {
  50. left: auto;
  51. right: 6px;
  52. }
  53. p {
  54. text-indent: 22px;
  55. }
  56. span.mui-icon {
  57. font-size: 14px;
  58. color: #007aff;
  59. margin-left: -15px;
  60. padding-right: 10px;
  61. }
  62. .mui-popover {
  63. color:#fff;
  64. height: 260px;
  65. width: 130px;
  66. background-color: rgba(141, 157, 199, 0.9);
  67. }
  68. .mui-content {
  69. padding: 10px;
  70. }
  71. .mui-scroll-wrapper{
  72. background-color:transparent;
  73. }
  74. .mui-popover .mui-table-view{
  75. background-color: transparent;
  76. }
  77. .history tr{
  78. background-color: #ffffff;
  79. border-radius:5px 0 0 5px;
  80. }
  81. .history td:first-child{
  82. border-radius:5px 0 0 5px;
  83. }
  84. .history td:last-child{
  85. border-radius: 0 5px 5px 0;
  86. }
  87. .grid-task >div{
  88. display: grid;
  89. grid-template-columns: 60px 1fr 1fr 100px;
  90. grid-gap: 1px;
  91. }
  92. .grid-task >div>span{
  93. color: #fff;
  94. font-size: 15px;
  95. background-color: rgba(141, 157, 199, 0.5);
  96. padding:5px 5px 2px 10px;
  97. }
  98. .mui-bar{
  99. height:35px
  100. }
  101. .mui-bar-nav{
  102. top: 0;
  103. box-shadow: 0 1px 6px #2e3342;
  104. }
  105. .mui-title {
  106. line-height:35px
  107. }
  108. .mui-bar .mui-icon {
  109. padding-top:5px
  110. }
  111. .mui-bar-nav~.mui-content{
  112. padding-top: 30px;
  113. }
  114. .text-success{
  115. color:#27c24c
  116. }
  117. .mui-bar .mui-btn-link {
  118. line-height: 36px;
  119. }
  120. .mui-col-xs-3{
  121. width: 22%;
  122. }
  123. * { touch-action: none; }
  124. .mui-content-padded{
  125. padding: 10px 0 10px 0;
  126. }
  127. .mui-col{
  128. padding-right: 4px;
  129. display: inline-block;
  130. padding: 2px 5px;
  131. }
  132. .item{
  133. margin: 5px 0;
  134. }
  135. .mui-row{
  136. padding: 4px 0;
  137. }
  138. .mui-col-xs-3{
  139. padding: 2px 2px;
  140. }
  141. .mui-col-xs-3 >input{
  142. height: 20px;
  143. margin-bottom: 0px;
  144. border: 1px solid #298890;
  145. background-color: rgba(255,255,255,0);
  146. }
  147. .mui-col-xs-2{
  148. text-align: right;
  149. }
  150. .mui-icon-undo{
  151. font-size: 40px;
  152. }