|
|
@font-face {
|
|
|
/* font-properties */
|
|
|
font-family: iospingfang;
|
|
|
src: url('../icon/PingFangRegular.ttf');
|
|
|
}
|
|
|
|
|
|
@font-face {
|
|
|
font-family: 'fzjt';
|
|
|
src: url("../icon/fzjt.ttf");
|
|
|
}
|
|
|
|
|
|
html {
|
|
|
font-family: sans-serif;
|
|
|
}
|
|
|
|
|
|
html, body, header, section, footer, div, ul, ol, li, img, a, span, em, del, legend, center, strong, var, fieldset, form, label, dl, dt, dd, cite, input, hr, time, mark, code, figcaption, figure, textarea, h1, h2, h3, h4, h5, h6, p {
|
|
|
margin: 0;
|
|
|
border: 0;
|
|
|
padding: 0;
|
|
|
font-style: normal;
|
|
|
/*touch-action: none;*/
|
|
|
touch-action: manipulation
|
|
|
}
|
|
|
|
|
|
html, body {
|
|
|
-webkit-touch-callout: none;
|
|
|
-webkit-text-size-adjust: none;
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
-webkit-user-select: none;
|
|
|
background-color: #fff;
|
|
|
}
|
|
|
|
|
|
nav, article, aside, details, main, header, footer, section, fieldset, figcaption, figure {
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
|
img, a, button, em, del, strong, var, label, cite, small, time, mark, code, textarea {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
header, section, footer {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
ol, ul {
|
|
|
list-style: none;
|
|
|
}
|
|
|
|
|
|
input, button, textarea {
|
|
|
border: 0;
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
font-size: 1em;
|
|
|
line-height: 1em;
|
|
|
-webkit-appearance: none;
|
|
|
background-color: rgba(0, 0, 0, 0);
|
|
|
outline: none;
|
|
|
}
|
|
|
|
|
|
input[type="text"],
|
|
|
input[type="date"],
|
|
|
input[type="tel"],
|
|
|
input[type="email"],
|
|
|
input[type="number"],
|
|
|
input[type="password"],
|
|
|
input[type="checkbox"] {
|
|
|
-webkit-appearance: none;
|
|
|
display: block;
|
|
|
height: 100%;
|
|
|
line-height: normal; /*手机上的line-height不能写成和height的值一样,会出现再次输入光标靠上的现象*/
|
|
|
background: none;
|
|
|
border-radius: 0;
|
|
|
-webkit-border-radius: 0;
|
|
|
outline: none;
|
|
|
-webkit-transform: translateZ(0);
|
|
|
-moz-transform: translateZ(0);
|
|
|
-ms-transform: translateZ(0);
|
|
|
-o-transform: translateZ(0);
|
|
|
transform: translateZ(0); /*解决加入js后input框输入瞬间变白的现象*/
|
|
|
}
|
|
|
|
|
|
span {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
|
|
|
a:active, a:hover {
|
|
|
outline: 0;
|
|
|
}
|
|
|
|
|
|
a, a:visited {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
label, .wordWrap {
|
|
|
word-wrap: break-word;
|
|
|
word-break: break-all;
|
|
|
}
|
|
|
|
|
|
table {
|
|
|
border-collapse: collapse;
|
|
|
border-spacing: 0;
|
|
|
}
|
|
|
|
|
|
td, th {
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
.clearfix:after {
|
|
|
content: ' ';
|
|
|
display: block;
|
|
|
clear: both;
|
|
|
visibility: hidden;
|
|
|
line-height: 0;
|
|
|
height: 0;
|
|
|
}
|
|
|
|
|
|
.loading_more {
|
|
|
display: block;
|
|
|
height: 1.5em;
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.loading_more:before {
|
|
|
display: inline-block;
|
|
|
vertical-align: text-bottom;
|
|
|
content: ' ';
|
|
|
height: 16px;
|
|
|
width: 16px;
|
|
|
margin-right: 6px;
|
|
|
background: url(../image/loading_more.gif) no-repeat center;
|
|
|
-webkit-background-size: contain;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.loading_more:after {
|
|
|
content: '加载更多';
|
|
|
}
|
|
|
|
|
|
* {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
box-sizing: border-box;
|
|
|
/*overflow-y: scroll;*/
|
|
|
}
|
|
|
|
|
|
.main_color {
|
|
|
color: #dbb25f;
|
|
|
}
|
|
|
|
|
|
.clamp1 {
|
|
|
display: -webkit-box !important;
|
|
|
-webkit-box-orient: vertical;
|
|
|
-webkit-line-clamp: 1;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.ellipsis {
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.clamp2 {
|
|
|
display: -webkit-box;
|
|
|
-webkit-box-orient: vertical;
|
|
|
-webkit-line-clamp: 2;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.padding0 {
|
|
|
padding: 0 !important;
|
|
|
}
|
|
|
|
|
|
.margin0 {
|
|
|
margin: 0 !important;
|
|
|
}
|
|
|
|
|
|
[v-cloak] {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
#loadStart {
|
|
|
position: fixed;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
/*background: #bbb;*/
|
|
|
z-index: 100000;
|
|
|
transition: 1s;
|
|
|
background: #fff url("../image/loading.gif") center center no-repeat;
|
|
|
background-size: 12%;
|
|
|
}
|
|
|
|
|
|
.save_btn {
|
|
|
text-align: center;
|
|
|
font-size: 0.36rem;
|
|
|
color: #fff;
|
|
|
padding: 0.15rem 0;
|
|
|
width: 100%;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
z-index: 100;
|
|
|
background-color: #dbb25f;
|
|
|
}
|
|
|
|
|
|
.moreoul {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.moreoul li {
|
|
|
width: 100%;
|
|
|
padding: 0.3rem 0;
|
|
|
line-height: 0.3rem;
|
|
|
font-size: 16px;
|
|
|
border-bottom: 1px solid #f0f0f0;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.nodata {
|
|
|
font-size: 16px;
|
|
|
color: #c0c0c0;
|
|
|
text-align: center;
|
|
|
padding: 0.5rem 0;
|
|
|
width: 100% !important;
|
|
|
}
|
|
|
|
|
|
.weui-picker__indicator:after {
|
|
|
border-bottom: 1px solid #dbb25f;
|
|
|
}
|
|
|
|
|
|
.weui-picker__indicator:before {
|
|
|
border-top: 1px solid #dbb25f;
|
|
|
}
|
|
|
|
|
|
.weui-picker__action {
|
|
|
padding: 0.2rem 0;
|
|
|
font-size: 13px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.weui-picker__action:first-child {
|
|
|
color: #333;
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.weui-picker__action:last-child {
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
background-color: #dbb25f;
|
|
|
}
|
|
|
|
|
|
.weui-picker__hd {
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
.weui-picker__item {
|
|
|
font-size: 13px;
|
|
|
}
|
|
|
|
|
|
.close_left {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.close_left::before {
|
|
|
position: absolute;
|
|
|
left: -0.1rem;
|
|
|
right: -0.1rem;
|
|
|
top: -0.1rem;
|
|
|
bottom: -0.1rem;
|
|
|
content: '';
|
|
|
}
|
|
|
|
|
|
.mint-popup-bottom {
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
.weui-check__label:active {
|
|
|
background: transparent;
|
|
|
}
|
|
|
|
|
|
.weui-cells_checkbox .weui-icon-checked:before {
|
|
|
/*content: '';*/
|
|
|
}
|
|
|
|
|
|
.weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
|
|
|
color: #dbb25f
|
|
|
}
|
|
|
|
|
|
.weui-cell__hd {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.weui-cell__hd::before {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
left: -10px;
|
|
|
right: -10px;
|
|
|
top: -10px;
|
|
|
bottom: -10px;
|
|
|
}
|
|
|
|
|
|
.mold_index {
|
|
|
position: fixed;
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
|
/*background-color: #000;*/
|
|
|
left: 0;
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
|
z-index: 10;
|
|
|
}
|
|
|
|
|
|
.weui-mask, .weui-mask_transparent {
|
|
|
position: fixed;
|
|
|
z-index: 1000;
|
|
|
top: 0;
|
|
|
right: 0;
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
|
|
|
.weui-toast {
|
|
|
position: fixed;
|
|
|
z-index: 5000;
|
|
|
width: 80%;
|
|
|
min-height: auto;
|
|
|
height: auto;
|
|
|
top: 50%;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
margin: 0 auto;
|
|
|
/*margin-left: -3.8em;*/
|
|
|
background: hsla(0, 0%, 7%, .7);
|
|
|
text-align: center;
|
|
|
border-radius: 5px;
|
|
|
color: #fff;
|
|
|
font-size: 14px;
|
|
|
padding: 0.2rem 0;
|
|
|
}
|
|
|
|
|
|
.weui-icon_toast {
|
|
|
margin: 0;
|
|
|
display: block
|
|
|
}
|
|
|
|
|
|
.weui-toast__content {
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
.weui-icon_toast.weui-icon-success-no-circle {
|
|
|
font-size: 0;
|
|
|
}
|
|
|
|
|
|
.weui-icon_toast.weui-icon-success-no-circle:before {
|
|
|
color: #fff;
|
|
|
font-size: 0;
|
|
|
margin: 0;
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|