reset.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /*圆角*/
  2. /*阴影*/
  3. /*字体*/
  4. /*动画属性*/
  5. /*清楚浮动*/
  6. .f-l {
  7. float: left;
  8. }
  9. .f-r {
  10. float: right;
  11. }
  12. @font-face {
  13. font-family: 'iconfont';
  14. src: url('../fonts//iconfont.eot');
  15. src: url('../fonts//iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts//iconfont.woff') format('woff'), /* Modern Browsers */ url('../fonts//iconfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts//iconfont.svg#svgFontName') format('svg');
  16. /* IE9 Compat Modes */
  17. /* Legacy iOS */
  18. }
  19. .iconfont {
  20. font-family: "iconfont" !important;
  21. font-size: 16px;
  22. font-style: normal;
  23. -webkit-font-smoothing: antialiased;
  24. -webkit-text-stroke-width: 0.2px;
  25. -moz-osx-font-smoothing: grayscale;
  26. }
  27. .panel-default {
  28. border-color: #ebeaea;
  29. }
  30. .panel-default .panel-header {
  31. border-color: transparent;
  32. background-color: #fff;
  33. color: #555555;
  34. }
  35. .panel-header {
  36. border-bottom: solid 1px transparent;
  37. padding: 8px 15px;
  38. font-size: 16px;
  39. font-weight: normal;
  40. }
  41. .layui-form-select dl dd.layui-this {
  42. background: #f2f2f2;
  43. color: #333;
  44. }
  45. .layui-btn-primary:hover {
  46. border-color: #00b5f9;
  47. color: #333;
  48. }
  49. .layui-tab-bar {
  50. position: absolute;
  51. right: 3px;
  52. top: 3px;
  53. z-index: 10;
  54. width: 30px;
  55. height: 30px;
  56. line-height: 30px;
  57. border: 1px solid #e2e2e2;
  58. border-radius: 2px;
  59. background-color: #fff;
  60. }
  61. .layui-elem-quote {
  62. border-left: 5px solid #00b5f9;
  63. }
  64. /*清楚浮动*/
  65. .clearfix {
  66. zoom: 1;
  67. }
  68. .clearfix:after {
  69. display: block;
  70. content: '';
  71. clear: both;
  72. }
  73. .layui-nav-no-bg {
  74. background: transparent;
  75. width: auto;
  76. }
  77. .layui-nav-no-bg.layui-nav-tree .layui-nav-item a:hover {
  78. background-color: transparent;
  79. color: #00b5f9;
  80. }
  81. .layui-nav-no-bg.layui-nav .layui-nav-item a {
  82. color: #333;
  83. }
  84. .layui-nav-no-bg .layui-nav-itemed > a,
  85. .layui-nav-no-bg .layui-nav-tree .layui-nav-title a,
  86. .layui-nav-no-bg .layui-nav-tree .layui-nav-title a:hover {
  87. background: transparent!important;
  88. color: #333!important;
  89. }
  90. .layui-nav-no-bg.layui-nav-tree .layui-nav-child a {
  91. height: 40px;
  92. line-height: 40px;
  93. text-indent: 10px;
  94. color: #666;
  95. }
  96. .layui-nav-no-bg.layui-nav-tree .layui-nav-child dd.layui-this,
  97. .layui-nav-no-bg.layui-nav-tree .layui-this,
  98. .layui-nav-no-bg.layui-nav-tree .layui-this > a:hover {
  99. background-color: #fff;
  100. color: #00b5f9;
  101. }
  102. .layui-nav-no-bg.layui-nav-tree .layui-this > a {
  103. background-color: #fff;
  104. color: #00b5f9;
  105. border-left: 3px solid #00b5f9;
  106. margin-right: -20px;
  107. }
  108. .layui-nav-no-bg .layui-nav-bar {
  109. display: none;
  110. }
  111. .showSubBtn {
  112. width: 16px;
  113. height: 16px;
  114. line-height: 16px;
  115. margin-left: 5px;
  116. }