123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- 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;
- }
|