home.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. color: #333333;
  5. font-size: 14px;
  6. height: 100%;
  7. font-family: Microsoft YaHei, SimSun, Arial, Helvetica, Verdana, sans-serif !important;
  8. display: -webkit-box;
  9. -webkit-box-orient: vertical;
  10. background-color: #f1f2f4;
  11. }
  12. * {
  13. margin: 0px;
  14. padding: 0px;
  15. }
  16. /*以下样式为了对框架样式进行覆盖*/
  17. body .picker-calendar-day.picker-calendar-day-selected span {
  18. background-color: #1E74D5;
  19. color: #fff;
  20. }
  21. body .picker-calendar-week-days {
  22. height: 1.5rem;
  23. }
  24. body .weui-picker-calendar {
  25. height: 16rem;
  26. }
  27. body i.icon.icon-prev {
  28. background-image: url('../image//prev.png');
  29. }
  30. body i.icon.icon-next {
  31. background-image: url('../image/next.png');
  32. }
  33. body i.icon.icon-next,
  34. body i.icon.icon-prev {
  35. width: 14px;
  36. height: 14px;
  37. }
  38. body i.icon {
  39. background-size: 100% 100%;
  40. }
  41. body .weui-toast_content {
  42. margin-bottom: 10px;
  43. }
  44. body .weui-icon_toast {
  45. margin-top: 12px;
  46. }
  47. body .weui-picker-calendar .picker-modal-inner {
  48. height: 13.5rem;
  49. }
  50. body .toolbar .picker-butto {
  51. color: red;
  52. }/*以下样式为了对框架样式进行覆盖*/
  53. body .picker-calendar-day.picker-calendar-day-selected span {
  54. background-color: #1E74D5;
  55. color: #fff;
  56. }
  57. body .picker-calendar-week-days {
  58. height: 1.5rem;
  59. }
  60. body .weui-picker-calendar {
  61. height: 16rem;
  62. }
  63. body i.icon.icon-prev {
  64. background-image: url('../img/prev.png');
  65. }
  66. body i.icon.icon-next {
  67. background-image: url('../img/next.png');
  68. }
  69. body i.icon.icon-next,
  70. body i.icon.icon-prev {
  71. width: 14px;
  72. height: 14px;
  73. }
  74. body i.icon {
  75. background-size: 100% 100%;
  76. }
  77. body .weui-toast_content {
  78. margin-bottom: 10px;
  79. }
  80. body .weui-icon_toast {
  81. margin-top: 12px;
  82. }
  83. body .weui-picker-calendar .picker-modal-inner {
  84. height: 13.5rem;
  85. }
  86. body .toolbar .picker-butto {
  87. color: red;
  88. }
  89. body .weui-dialog__btn {
  90. display: block;
  91. -webkit-box-flex: 1;
  92. -webkit-flex: 1;
  93. flex: 1;
  94. color: #1E74D5;
  95. text-decoration: none;
  96. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  97. position: relative;
  98. }
  99. body .toolbar .picker-button2 {
  100. position: absolute;
  101. left: 0;
  102. box-sizing: border-box;
  103. height: 2.2rem;
  104. line-height: 2.2rem;
  105. color: red;
  106. z-index: 1;
  107. padding: 0 0.5rem;
  108. }
  109. body .toolbar .picker-button {
  110. position: absolute;
  111. right: 0;
  112. box-sizing: border-box;
  113. height: 2.2rem;
  114. line-height: 2.2rem;
  115. color: #1E74D5;
  116. z-index: 1;
  117. padding: 0 0.5rem;
  118. }
  119. body .weui-textarea {
  120. display: block;
  121. border: 0;
  122. resize: none;
  123. width: 100%;
  124. color: inherit;
  125. font-size: 14px !important;
  126. font-family: Microsoft YaHei !important;
  127. line-height: inherit;
  128. outline: 0;
  129. }
  130. body .weui-cells_radio .weui-check:checked + .weui-icon-checked:before{
  131. color: #1E74D5;
  132. }
  133. body .weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before{
  134. color: #1E74D5;
  135. }
  136. body .weui-cell {
  137. padding: 10px 5px;
  138. }
  139. body .weui-cells{
  140. margin-top: 5px;
  141. font-size: 14px;
  142. }
  143. [v-cloak]{
  144. display: none !important;
  145. }
  146. body .toolbar-inner .title{
  147. background-color: #EFEFF4 !important;
  148. }