databaseList.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. @charset "UTF-8";
  2. /**
  3. *
  4. * @authors ide
  5. * @email 794958215@qq.com
  6. * @date 2018-06-14 19:20:45
  7. * @version $Id$
  8. */
  9. *{margin: 0;padding: 0;}
  10. a{text-decoration: none;}
  11. ul,li{list-style: none;}
  12. body{font-size: 14px;font-family: "微软雅黑";}
  13. .mdui-container{
  14. height: auto !important;
  15. /*height: 1640px;*/
  16. /* width: 90%; */
  17. width:auto !important;
  18. margin: auto;
  19. }
  20. .mdui-text-color-theme{
  21. color:#2196f3!important;
  22. line-height: 60px;
  23. }
  24. .mdui-table-fluid{
  25. width: 100%;
  26. border: 1px solid rgba(0,0,0,.12);
  27. border-top: none;
  28. box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
  29. }
  30. .mdui-toolbar{
  31. height:56px;
  32. width:98%;
  33. margin: auto;
  34. display: flex;
  35. }
  36. .mdui-typo-title{
  37. font-size: 20px;
  38. font-weight: 500;
  39. letter-spacing: .02em;
  40. }
  41. .mdui-row1{
  42. display: flex;
  43. flex: 1;
  44. align-items: center;
  45. }
  46. .mdui-row2{
  47. display: flex;
  48. flex: 1;
  49. align-items: center;
  50. justify-content: flex-end;
  51. }
  52. @font-face {
  53. font-family: 'Material Icons';
  54. font-style: normal;
  55. font-weight: 400;
  56. src: local('Material Icons'),
  57. local('MaterialIcons-Regular'),
  58. url(MaterialIcons-Regular.woff2) format('woff2'),
  59. url(MaterialIcons-Regular.woff) format('woff');
  60. }
  61. .material-icons {
  62. font-family: 'Material Icons';
  63. /* Support for all WebKit browsers. */
  64. -webkit-font-smoothing: antialiased;
  65. /* Support for Safari and Chrome. */
  66. text-rendering: optimizeLegibility;
  67. /* Support for Firefox. */
  68. -moz-osx-font-smoothing: grayscale;
  69. /* Support for IE. */
  70. -webkit-font-feature-settings: 'liga';
  71. -moz-font-feature-settings: 'liga';
  72. font-feature-settings: 'liga';
  73. font-size: 24px;
  74. font-style: normal;
  75. margin:15px;
  76. user-select: none;
  77. cursor: pointer;
  78. }
  79. .mdui-table{
  80. width: 100%;
  81. height: 500px;
  82. }
  83. .mdui-table th{
  84. font-size: 13px;
  85. line-height: 32px;
  86. color: rgba(0,0,0,.54);
  87. text-align: left;
  88. padding: 15px 16px;
  89. border-top: 1px solid rgba(0,0,0,.12);
  90. }
  91. .icon{
  92. margin-left: 7px;
  93. vertical-align: middle;
  94. }
  95. .mdui-table-cell-checkbox{
  96. width:1px;
  97. padding-right: 1px !important;
  98. }
  99. .table_column1{
  100. /*width:115px;*/
  101. width:13%;
  102. padding-left: 3px !important;
  103. }
  104. .table_column2{
  105. /*width:289px;*/
  106. width:29%;
  107. }
  108. .table_column3{
  109. /*width:275px;*/
  110. width:16%;
  111. }
  112. .table_column5{
  113. /*width:95px;*/
  114. width:20%;
  115. text-align: right !important;
  116. padding-right: 3px !important;
  117. }
  118. .mdui-table td{
  119. /*vertical-align: baseline;*/
  120. font-size: 13px;
  121. line-height: 32px;
  122. color: rgba(0,0,0,.54);
  123. text-align: left;
  124. padding: 15px 16px;
  125. border-top: 1px solid rgba(0,0,0,.12);
  126. }
  127. #mdui-btn{
  128. margin-right: -1px;
  129. }
  130. .mdui-btn{
  131. position: relative;
  132. display: inline-block;
  133. min-width: 88px;
  134. height: 36px;
  135. -webkit-box-sizing: border-box;
  136. box-sizing: border-box;
  137. padding: 0 16px;
  138. margin: 0;
  139. overflow: hidden;
  140. font-size: 14px;
  141. font-weight: 500;
  142. line-height: 36px;
  143. color: inherit;
  144. text-align: center;
  145. text-decoration: none;
  146. text-transform: uppercase;
  147. letter-spacing: .04em;
  148. white-space: nowrap;
  149. vertical-align: middle;
  150. -ms-touch-action: manipulation;
  151. touch-action: manipulation;
  152. cursor: pointer;
  153. zoom: 1;
  154. -webkit-user-select: none;
  155. -moz-user-select: none;
  156. -ms-user-select: none;
  157. user-select: none;
  158. background: 0 0;
  159. border: none;
  160. border-radius: 2px;
  161. outline: 0;
  162. -webkit-transition: all .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1);
  163. transition: all .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1);
  164. transition: all .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,1,1);
  165. transition: all .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,1,1),-webkit-box-shadow .2s cubic-bezier(.4,0,1,1);
  166. will-change: box-shadow;
  167. -webkit-user-drag: none;
  168. }
  169. .mdui-color-theme-accent{
  170. color: rgba(0,0,0,.87)!important;
  171. background-color: #40c4ff!important;
  172. }
  173. .mdui-float-right{
  174. float: right !important;
  175. }
  176. .mdui-btn:hover{
  177. background: #e8e0e08c;
  178. }