body { margin: 0; padding: 0; color: #333333; font-size: 14px; height: 100%; font-family: Microsoft YaHei, SimSun, Arial, Helvetica, Verdana, sans-serif !important; display: -webkit-box; -webkit-box-orient: vertical; background-color: #f1f2f4; } * { margin: 0px; padding: 0px; } /*以下样式为了对框架样式进行覆盖*/ body .picker-calendar-day.picker-calendar-day-selected span { background-color: #1E74D5; color: #fff; } body .picker-calendar-week-days { height: 1.5rem; } body .weui-picker-calendar { height: 16rem; } body i.icon.icon-prev { background-image: url('../image//prev.png'); } body i.icon.icon-next { background-image: url('../image/next.png'); } body i.icon.icon-next, body i.icon.icon-prev { width: 14px; height: 14px; } body i.icon { background-size: 100% 100%; } body .weui-toast_content { margin-bottom: 10px; } body .weui-icon_toast { margin-top: 12px; } body .weui-picker-calendar .picker-modal-inner { height: 13.5rem; } body .toolbar .picker-butto { color: red; }/*以下样式为了对框架样式进行覆盖*/ body .picker-calendar-day.picker-calendar-day-selected span { background-color: #1E74D5; color: #fff; } body .picker-calendar-week-days { height: 1.5rem; } body .weui-picker-calendar { height: 16rem; } body i.icon.icon-prev { background-image: url('../img/prev.png'); } body i.icon.icon-next { background-image: url('../img/next.png'); } body i.icon.icon-next, body i.icon.icon-prev { width: 14px; height: 14px; } body i.icon { background-size: 100% 100%; } body .weui-toast_content { margin-bottom: 10px; } body .weui-icon_toast { margin-top: 12px; } body .weui-picker-calendar .picker-modal-inner { height: 13.5rem; } body .toolbar .picker-butto { color: red; } body .weui-dialog__btn { display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; color: #1E74D5; text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative; } body .toolbar .picker-button2 { position: absolute; left: 0; box-sizing: border-box; height: 2.2rem; line-height: 2.2rem; color: red; z-index: 1; padding: 0 0.5rem; } body .toolbar .picker-button { position: absolute; right: 0; box-sizing: border-box; height: 2.2rem; line-height: 2.2rem; color: #1E74D5; z-index: 1; padding: 0 0.5rem; } body .weui-textarea { display: block; border: 0; resize: none; width: 100%; color: inherit; font-size: 14px !important; font-family: Microsoft YaHei !important; line-height: inherit; outline: 0; } body .weui-cells_radio .weui-check:checked + .weui-icon-checked:before{ color: #1E74D5; } body .weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before{ color: #1E74D5; } body .weui-cell { padding: 10px 5px; } body .weui-cells{ margin-top: 5px; font-size: 14px; } [v-cloak]{ display: none !important; } body .toolbar-inner .title{ background-color: #EFEFF4 !important; }