提交 06c3e606 编写于 作者: KK's avatar KK

代码格式化

上级 9b5d3158
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
.markdown>table { .markdown>table {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0px; border-spacing: 0;
empty-cells: show; empty-cells: show;
border: 1px solid #e9e9e9; border: 1px solid #e9e9e9;
width: 95%; width: 95%;
......
.app-404{ .app-404{
padding: 50px 0px; padding: 50px 0;
text-align: center; text-align: center;
background-color:white; background-color:white;
height: 100%; height: 100%;
......
.app-500{ .app-500{
padding: 50px 0px; padding: 50px 0;
text-align: center; text-align: center;
background-color:white; background-color:white;
height: 100%; height: 100%;
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
display: block; display: block;
height: 100%; height: 100%;
width: 100%; width: 100%;
margin: 0px auto; margin: 0 auto;
border-radius: 50%; border-radius: 50%;
position: relative; position: relative;
z-index: 3; z-index: 3;
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
position: absolute; position: absolute;
bottom: 0px; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
text-align: center; text-align: center;
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
position: absolute; position: absolute;
bottom: 0px; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
text-align: center; text-align: center;
...@@ -223,10 +223,10 @@ ...@@ -223,10 +223,10 @@
} }
.mpvue-calendar-change { .mpvue-calendar-change {
position: absolute; position: absolute;
left: 0px; left: 0;
top: 42px; top: 42px;
right: 0px; right: 0;
bottom: 0px; bottom: 0;
background: #fff; background: #fff;
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
} }
.mpvue-calendar-change .calendar-week-switch-months span { .mpvue-calendar-change .calendar-week-switch-months span {
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 0px; margin-top: 0;
} }
.calendar-years, .calendar-years,
.calendar-months { .calendar-months {
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
border-radius: 4px; border-radius: 4px;
} }
.mpvue-calendar .mc-range-row-first.mc-range-end.month-first-date .mc-range-bg { .mpvue-calendar .mc-range-row-first.mc-range-end.month-first-date .mc-range-bg {
margin-left: 0px; margin-left: 0;
} }
.mc-range-row-last.mc-range-begin .mc-range-bg { .mc-range-row-last.mc-range-begin .mc-range-bg {
display: block; display: block;
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
display: block; display: block;
width: 50%; width: 50%;
border-radius: 4px; border-radius: 4px;
left: 0px; left: 0;
} }
.calendar-wrapper .calendar-wrapper
.mpvue-calendar .mpvue-calendar
...@@ -367,7 +367,7 @@ ...@@ -367,7 +367,7 @@
display: none; display: none;
} }
.mc-range-mode .mc-range-second-to-last .mc-range-bg { .mc-range-mode .mc-range-second-to-last .mc-range-bg {
border-radius: 0px 25% 25% 0px; border-radius: 0 25% 25% 0;
} }
.mc-today-element .calendar-date { .mc-today-element .calendar-date {
background-color: rgba(25, 47, 89, 0.1); background-color: rgba(25, 47, 89, 0.1);
...@@ -379,11 +379,11 @@ ...@@ -379,11 +379,11 @@
.month-last-date.mc-range-begin .month-last-date.mc-range-begin
.mc-range-bg { .mc-range-bg {
width: 150%; width: 150%;
border-radius: 0px 20% 20% 0px; border-radius: 0 20% 20% 0;
} }
.mpvue-calendar .mc-range-mode.week-switch .mc-range-month-last .mc-range-bg { .mpvue-calendar .mc-range-mode.week-switch .mc-range-month-last .mc-range-bg {
background-color: #01a1ed; background-color: #01a1ed;
border-radius: 0px 20% 20% 0px; border-radius: 0 20% 20% 0;
} }
/*month range*/ /*month range*/
.mpvue-calendar .month-range-mode { .mpvue-calendar .month-range-mode {
...@@ -392,15 +392,15 @@ ...@@ -392,15 +392,15 @@
} }
.mpvue-calendar .mc-month-range-mode-head { .mpvue-calendar .mc-month-range-mode-head {
box-shadow: 0 4px 8px rgba(25, 47, 89, 0.1); box-shadow: 0 4px 8px rgba(25, 47, 89, 0.1);
padding: 8px 0px; padding: 8px 0;
position: sticky; position: sticky;
top: 0px; top: 0;
background-color: #fff; background-color: #fff;
z-index: 9; z-index: 9;
} }
.month-range-mode .month-rang-head { .month-range-mode .month-rang-head {
text-align: left; text-align: left;
margin: 10px 0px; margin: 10px 0;
padding-left: 10px; padding-left: 10px;
} }
.month-range-mode .mc-last-month, .month-range-mode .mc-last-month,
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
} }
.mpvue-calendar td { .mpvue-calendar td {
margin: 2px !important; margin: 2px !important;
padding: 0px 0; padding: 0 0;
width: 14.28571429%; width: 14.28571429%;
height: 88rpx; height: 88rpx;
text-align: center; text-align: center;
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
width: 76rpx; width: 76rpx;
font-size: 28rpx; font-size: 28rpx;
line-height: 76rpx; line-height: 76rpx;
margin: 0px auto; margin: 0 auto;
position: relative; position: relative;
z-index: 3; z-index: 3;
} }
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
} }
.mpvue-calendar-change .calendar-week-switch-months span { .mpvue-calendar-change .calendar-week-switch-months span {
margin-bottom: 20rpx; margin-bottom: 20rpx;
margin-top: 0px; margin-top: 0;
font-size: 26rpx; font-size: 26rpx;
line-height: 40rpx; line-height: 40rpx;
} }
...@@ -331,7 +331,7 @@ ...@@ -331,7 +331,7 @@
left: 5px; left: 5px;
} }
.mpvue-calendar .mc-range-row-first.mc-range-end.month-first-date .mc-range-bg { .mpvue-calendar .mc-range-row-first.mc-range-end.month-first-date .mc-range-bg {
margin-left: 0px; margin-left: 0;
} }
.mc-range-mode .mc-range-row-last.mc-range-begin .mc-range-bg { .mc-range-mode .mc-range-row-last.mc-range-begin .mc-range-bg {
display: block; display: block;
...@@ -363,11 +363,11 @@ ...@@ -363,11 +363,11 @@
.month-last-date.mc-range-begin .month-last-date.mc-range-begin
.mc-range-bg { .mc-range-bg {
width: 130%; width: 130%;
border-radius: 0px 20% 20% 0px; border-radius: 0 20% 20% 0;
} }
.mpvue-calendar .mc-range-mode.week-switch .mc-range-month-last .mc-range-bg { .mpvue-calendar .mc-range-mode.week-switch .mc-range-month-last .mc-range-bg {
background-color: #01a1ed; background-color: #01a1ed;
border-radius: 0px 20% 20% 0px; border-radius: 0 20% 20% 0;
} }
/*month range*/ /*month range*/
.mpvue-calendar .month-range-mode { .mpvue-calendar .month-range-mode {
...@@ -378,13 +378,13 @@ ...@@ -378,13 +378,13 @@
box-shadow: 0 4px 8px rgba(25, 47, 89, 0.1); box-shadow: 0 4px 8px rgba(25, 47, 89, 0.1);
padding: 15rpx 0rpx; padding: 15rpx 0rpx;
position: sticky; position: sticky;
top: 0px; top: 0;
background-color: #fff; background-color: #fff;
z-index: 9; z-index: 9;
} }
.month-range-mode .month-rang-head { .month-range-mode .month-rang-head {
text-align: left; text-align: left;
margin: 20rpx 0px; margin: 20rpx 0;
padding-left: 40rpx; padding-left: 40rpx;
font-size: 28rpx; font-size: 28rpx;
} }
......
...@@ -14,16 +14,16 @@ ...@@ -14,16 +14,16 @@
right: 25px; right: 25px;
opacity: 0.8; opacity: 0.8;
font-size: 12px; font-size: 12px;
bottom: 0px; bottom: 0;
color: #ea3424; color: #ea3424;
z-index: 10; z-index: 10;
} }
.prompt_text_right { .prompt_text_right {
position: absolute; position: absolute;
left: 0px; left: 0;
opacity: 0.8; opacity: 0.8;
font-size: 12px; font-size: 12px;
bottom: 0px; bottom: 0;
color: #ea3424; color: #ea3424;
z-index: 10; z-index: 10;
} }
......
...@@ -38,16 +38,16 @@ ...@@ -38,16 +38,16 @@
right: 25px; right: 25px;
opacity: 0.8; opacity: 0.8;
font-size: 12px; font-size: 12px;
bottom: 0px; bottom: 0;
color: #ea3424; color: #ea3424;
z-index: 10; z-index: 10;
} }
.prompt_text_right { .prompt_text_right {
position: absolute; position: absolute;
left: 0px; left: 0;
opacity: 0.8; opacity: 0.8;
font-size: 12px; font-size: 12px;
bottom: 0px; bottom: 0;
color: #ea3424; color: #ea3424;
z-index: 10; z-index: 10;
} }
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
text-align: left; text-align: left;
} }
.van-collapse-item__content { .van-collapse-item__content {
padding: 0px; padding: 0;
color: #2c3e50; color: #2c3e50;
} }
.van-panel__header-value { .van-panel__header-value {
......
.app-list-default { .app-list-default {
display: flex; display: flex;
padding: 10px 0px; padding: 10px 0;
margin: 0 10px; margin: 0 10px;
.icon_box { .icon_box {
width: 35px; width: 35px;
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
top: 50%; top: 50%;
margin-top: -3px; margin-top: -3px;
position: absolute; position: absolute;
width: 0px; width: 0;
height: 0px; height: 0;
color: currentcolor; color: currentcolor;
border-top: 5px solid; border-top: 5px solid;
border-right: 5px solid transparent; border-right: 5px solid transparent;
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
.van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after { .van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after {
border-width: 0; border-width: 0;
border-top-width: 0; border-top-width: 0;
border-bottom-width: 0px; border-bottom-width: 0;
} }
} }
\ No newline at end of file
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
.list-title { .list-title {
font-size: 1.2em; font-size: 1.2em;
color: #666; color: #666;
padding: 10px 0px 10px 0px; padding: 10px 0 10px 0;
margin: 0; margin: 0;
} }
.list-info { .list-info {
......
<template> <template>
<div class="app-seach-history"> <div class="app-seach-history">
<ion-toolbar> <ion-toolbar>
<ion-searchbar style="height: 36px; padding-bottom: 0px;" :placeholder="$t('app.fastsearch')" debounce="500" @ionChange="quickValueChange($event)" show-cancel-button="focus" :cancel-button-text="$t('app.button.cancel')" @ionFocus="searchbarFocus" @ionBlur="searchbarBlur" @search="searchVal" ref="searchbar"></ion-searchbar> <ion-searchbar style="height: 36px; padding-bottom: 0;" :placeholder="$t('app.fastsearch')" debounce="500" @ionChange="quickValueChange($event)" show-cancel-button="focus" :cancel-button-text="$t('app.button.cancel')" @ionFocus="searchbarFocus" @ionBlur="searchbarBlur" @search="searchVal" ref="searchbar"></ion-searchbar>
<ion-button v-if="showfilter" class="filter-btn" size="small" slot="end" @click="openSearchform"><ion-icon slot="end" name="filter-outline"></ion-icon>过滤</ion-button> <ion-button v-if="showfilter" class="filter-btn" size="small" slot="end" @click="openSearchform"><ion-icon slot="end" name="filter-outline"></ion-icon>过滤</ion-button>
</ion-toolbar> </ion-toolbar>
<div class="history" v-if="hasHistory && (searchbarIsFocus || isSpeaking ) "> <div class="history" v-if="hasHistory && (searchbarIsFocus || isSpeaking ) ">
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
top: 50%; top: 50%;
margin-top: -3px; margin-top: -3px;
position: absolute; position: absolute;
width: 0px; width: 0;
height: 0px; height: 0;
color: currentcolor; color: currentcolor;
pointer-events: none; pointer-events: none;
border-top: 5px solid; border-top: 5px solid;
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
top: 50%; top: 50%;
margin-top: -3px; margin-top: -3px;
position: absolute; position: absolute;
width: 0px; width: 0;
height: 0px; height: 0;
color: currentcolor; color: currentcolor;
pointer-events: none; pointer-events: none;
border-top: 5px solid; border-top: 5px solid;
......
...@@ -17,5 +17,5 @@ ...@@ -17,5 +17,5 @@
} }
.picker-col { .picker-col {
padding-inline-start: 5px; padding-inline-start: 5px;
padding-inline-end: 0px; padding-inline-end: 0;
} }
\ No newline at end of file
.app-mobile-file-upload { .app-mobile-file-upload {
width: 100%; width: 100%;
padding: 0px; padding: 0;
.van-cell-group { .van-cell-group {
.van-cell { .van-cell {
padding: 4px 14px 4px 0; padding: 4px 14px 4px 0;
...@@ -22,14 +22,14 @@ ...@@ -22,14 +22,14 @@
font-size: 14px; font-size: 14px;
--inner-border-width: 0; --inner-border-width: 0;
height: 38px; height: 38px;
--padding-end: 0px !important; --padding-end: 0 !important;
--inner-padding-end: 0px !important; --inner-padding-end: 0 !important;
text-align: right; text-align: right;
} }
ion-row{ ion-row{
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
padding-right: 0px; padding-right: 0;
} }
ion-icon { ion-icon {
font-size: 20px !important; font-size: 20px !important;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
background: rgb(247, 248, 250); background: rgb(247, 248, 250);
width: 80px; width: 80px;
height: 80px; height: 80px;
margin: 8px 8px 8px 0px; margin: 8px 8px 8px 0;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
top: 50%; top: 50%;
margin-top: -3px; margin-top: -3px;
position: absolute; position: absolute;
width: 0px; width: 0;
height: 0px; height: 0;
color: currentcolor; color: currentcolor;
pointer-events: none; pointer-events: none;
border-top: 5px solid; border-top: 5px solid;
......
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
top: 50%; top: 50%;
margin-top: -3px; margin-top: -3px;
position: absolute; position: absolute;
width: 0px; width: 0;
height: 0px; height: 0;
color: currentcolor; color: currentcolor;
pointer-events: none; pointer-events: none;
border-top: 5px solid; border-top: 5px solid;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
font-size: 15px !important; font-size: 15px !important;
} }
ion-radio{ ion-radio{
border: 0px; border: 0;
} }
} }
.align-boxs{ .align-boxs{
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
background: #ffb900; background: #ffb900;
} }
.loading span:last-child{ .loading span:last-child{
margin-right: 0px; margin-right: 0;
} }
@-webkit-keyframes load{ @-webkit-keyframes load{
0%{ 0%{
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
} }
> .view-search { > .view-search {
> .van-cell { > .van-cell {
padding: 0px; padding: 0;
padding-right: @padding-md; padding-right: @padding-md;
display: flex; display: flex;
align-items: center; align-items: center;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册