3158 lines
77 KiB
CSS
3158 lines
77 KiB
CSS
/*! YDUI Touch v0.0.1 by YDCSS (c) 2017 Licensed MIT */
|
|
a, a:hover {
|
|
text-decoration: none
|
|
}
|
|
|
|
.g-scrollview:after, .g-view:after, .g-view:before {
|
|
content: '';
|
|
width: 100%
|
|
}
|
|
|
|
.g-flexview, .tabbar-item {
|
|
-webkit-box-direction: normal;
|
|
-webkit-box-orient: vertical
|
|
}
|
|
|
|
*, :after, :before {
|
|
box-sizing: border-box;
|
|
outline: 0
|
|
}
|
|
|
|
body, html {
|
|
height: 100%
|
|
}
|
|
|
|
body {
|
|
background-color: #F5F5F5;
|
|
font-size: 12px;
|
|
-webkit-font-smoothing: antialiased;
|
|
font-family: arial, sans-serif
|
|
}
|
|
|
|
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, iframe, input, legend, li, ol, p, pre, td, textarea, th, ul {
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
article, aside, audio, details, figcaption, figure, footer, header, img, mark, menu, nav, section, summary, time, video {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-size: 100%
|
|
}
|
|
|
|
fieldset, img {
|
|
border: 0
|
|
}
|
|
|
|
address, caption, cite, dfn, em, i, th, var {
|
|
font-style: normal;
|
|
font-weight: 400
|
|
}
|
|
|
|
button, input, select, textarea {
|
|
font: 100% tahoma, \5b8b\4f53, arial
|
|
}
|
|
|
|
ol, ul {
|
|
list-style: none
|
|
}
|
|
|
|
a {
|
|
color: inherit
|
|
}
|
|
|
|
a, button, input, label, select {
|
|
-webkit-tap-highlight-color: transparent
|
|
}
|
|
|
|
button, input, select {
|
|
vertical-align: baseline;
|
|
border-radius: 0;
|
|
background-color: transparent;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none
|
|
}
|
|
|
|
.mask-black, .mask-black-dialog {
|
|
background-color: rgba(0, 0, 0, .4)
|
|
}
|
|
|
|
button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
|
|
border: none
|
|
}
|
|
|
|
input[type=checkbox], input[type=radio] {
|
|
vertical-align: middle
|
|
}
|
|
|
|
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
|
|
-webkit-appearance: none !important;
|
|
-moz-appearance: none !important;
|
|
margin: 0
|
|
}
|
|
|
|
.cell-multiple-selecet select, .m-switch, textarea {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none
|
|
}
|
|
|
|
.g-flexview, .g-view {
|
|
margin: 0 auto;
|
|
max-width: 750px;
|
|
min-width: 300px
|
|
}
|
|
|
|
input:-webkit-autofill {
|
|
-webkit-box-shadow: 0 0 0 1000px #fff inset
|
|
}
|
|
|
|
textarea {
|
|
outline: 0;
|
|
border-radius: 0;
|
|
overflow: auto;
|
|
resize: none
|
|
}
|
|
|
|
.g-scrollview, .m-slider, .scrolltab-title {
|
|
overflow-x: hidden
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0
|
|
}
|
|
|
|
.g-view:before {
|
|
display: block;
|
|
height: .9rem
|
|
}
|
|
|
|
.g-view:after {
|
|
display: block;
|
|
height: 1.5rem
|
|
}
|
|
|
|
.g-flexview, .mask-black-dialog {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox
|
|
}
|
|
|
|
.g-flexview {
|
|
height: 100%;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column
|
|
}
|
|
|
|
.g-scrollview {
|
|
width: 100%;
|
|
height: 100%;
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
overflow-y: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
position: relative;
|
|
margin-bottom: -1px
|
|
}
|
|
|
|
.g-scrollview:after {
|
|
display: block;
|
|
height: .5rem
|
|
}
|
|
|
|
.ios .g-scrollview {
|
|
margin-top: 1px
|
|
}
|
|
|
|
.hairline .g-scrollview {
|
|
margin-top: .5px
|
|
}
|
|
|
|
.g-fix-ios-overflow-scrolling-bug {
|
|
-webkit-overflow-scrolling: auto
|
|
}
|
|
|
|
.mask-black-dialog {
|
|
position: fixed;
|
|
z-index: 1500;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
top: 0;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.mask-black, .mask-white-dialog {
|
|
top: 0;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
-webkit-box-pack: center
|
|
}
|
|
|
|
.mask-black {
|
|
position: fixed;
|
|
z-index: 500;
|
|
bottom: 0;
|
|
right: 0;
|
|
left: 0;
|
|
display: flex;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.mask-white, .mask-white-dialog {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0
|
|
}
|
|
|
|
.mask-white-dialog {
|
|
z-index: 1500;
|
|
display: flex;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.mask-white {
|
|
z-index: 500;
|
|
top: 0;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.btn, .btn-block {
|
|
position: relative;
|
|
pointer-events: auto;
|
|
text-align: center
|
|
}
|
|
|
|
.confirm-ft:after, .confirm-ft > a:not(:last-child):after {
|
|
z-index: 0;
|
|
content: '';
|
|
top: 0
|
|
}
|
|
|
|
@font-face {
|
|
font-family: YDUI-INLAY;
|
|
src: url(data:application/x-font-ttf;base64,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) format('truetype')
|
|
}
|
|
|
|
.m-button {
|
|
padding: 0 .24rem
|
|
}
|
|
|
|
.btn {
|
|
border: none;
|
|
height: .7rem;
|
|
line-height: .7rem;
|
|
font-size: .26rem;
|
|
display: inline-block;
|
|
padding: 0 .2rem;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.btn-block {
|
|
border: none;
|
|
width: 100%;
|
|
display: block;
|
|
font-size: .36rem;
|
|
height: 1rem;
|
|
line-height: 1rem;
|
|
margin-top: .5rem;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.confirm-ft, .m-loading {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox
|
|
}
|
|
|
|
.confirm-ft, .m-alert .confirm-ft {
|
|
margin-top: 14px
|
|
}
|
|
|
|
.btn-primary {
|
|
background-color: #04BE02;
|
|
color: #FFF
|
|
}
|
|
|
|
.btn-primary:active {
|
|
background-color: #04ab02
|
|
}
|
|
|
|
.btn-danger {
|
|
background-color: #EF4F4F;
|
|
color: #FFF
|
|
}
|
|
|
|
.btn-danger:active {
|
|
background-color: #d74747
|
|
}
|
|
|
|
.btn-warning {
|
|
background-color: #FFB400;
|
|
color: #FFF
|
|
}
|
|
|
|
.btn-warning:active {
|
|
background-color: #e6a200
|
|
}
|
|
|
|
.btn-disabled {
|
|
background-color: #CCC;
|
|
color: #F0F0F0;
|
|
pointer-events: none
|
|
}
|
|
|
|
.btn-disabled:active {
|
|
background-color: #b8b8b8
|
|
}
|
|
|
|
.btn-hollow {
|
|
background-color: #FFF;
|
|
color: #454545
|
|
}
|
|
|
|
.btn-hollow:active {
|
|
background-color: #e6e6e6
|
|
}
|
|
|
|
.btn-hollow:after {
|
|
content: '';
|
|
width: 200%;
|
|
height: 200%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
-webkit-transform: scale(.5);
|
|
transform: scale(.5);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
border: 1px solid #D9D9D9;
|
|
border-radius: 6px
|
|
}
|
|
|
|
input[type=button].btn-hollow, input[type=submit].btn-hollow {
|
|
border: 1px solid #D9D9D9
|
|
}
|
|
|
|
.hairline input[type=button].btn-hollow, .hairline input[type=submit].btn-hollow {
|
|
border: .5px solid #B2B2B2
|
|
}
|
|
|
|
@-webkit-keyframes zoomIn {
|
|
from {
|
|
opacity: 0;
|
|
-webkit-transform: scale3d(.3, .3, .3);
|
|
transform: scale3d(.3, .3, .3)
|
|
}
|
|
50% {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes zoomIn {
|
|
from {
|
|
opacity: 0;
|
|
-webkit-transform: scale3d(.3, .3, .3);
|
|
transform: scale3d(.3, .3, .3)
|
|
}
|
|
50% {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
.m-confirm {
|
|
width: 85%;
|
|
background-color: #FAFAFA;
|
|
border-radius: 2px;
|
|
font-size: 15px;
|
|
-webkit-animation: zoomIn .15s ease forwards;
|
|
animation: zoomIn .15s ease forwards
|
|
}
|
|
|
|
.m-alert {
|
|
-webkit-animation: zoomIn .15s ease forwards;
|
|
animation: zoomIn .15s ease forwards
|
|
}
|
|
|
|
.m-alert .confirm-bd {
|
|
text-align: center;
|
|
padding: 20px 20px 0
|
|
}
|
|
|
|
.confirm-hd {
|
|
text-align: left;
|
|
padding: 15px 20px 5px
|
|
}
|
|
|
|
.confirm-hd .confirm-title {
|
|
font-weight: 400;
|
|
color: #444;
|
|
word-break: break-all
|
|
}
|
|
|
|
.confirm-bd {
|
|
text-align: left;
|
|
padding: 0 20px;
|
|
font-size: 14px;
|
|
color: #888;
|
|
line-height: 20px;
|
|
word-break: break-all
|
|
}
|
|
|
|
.confirm-ft > a, .m-notify, .m-toast {
|
|
text-align: center
|
|
}
|
|
|
|
.confirm-ft {
|
|
position: relative;
|
|
line-height: 40px;
|
|
display: flex
|
|
}
|
|
|
|
.confirm-ft:after {
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
border-top: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0
|
|
}
|
|
|
|
.confirm-ft > a {
|
|
position: relative;
|
|
display: block;
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
padding: 0 2px
|
|
}
|
|
|
|
.confirm-ft > a:not(:last-child):after {
|
|
position: absolute;
|
|
right: 0;
|
|
height: 100%;
|
|
border-right: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleX(.5);
|
|
transform: scaleX(.5);
|
|
-webkit-transform-origin: 100% 0;
|
|
transform-origin: 100% 0
|
|
}
|
|
|
|
.confirm-ft > a.confirm-btn.default {
|
|
color: #353535
|
|
}
|
|
|
|
.confirm-ft > a.confirm-btn.primary {
|
|
color: #0BB20C
|
|
}
|
|
|
|
@media screen and (min-width: 768px) {
|
|
.m-confirm {
|
|
width: 40%
|
|
}
|
|
}
|
|
|
|
.m-toast {
|
|
min-width: 130px;
|
|
max-width: 80%;
|
|
padding-top: 20px;
|
|
background: rgba(40, 40, 40, .8);
|
|
border-radius: 3px;
|
|
color: #FFF;
|
|
z-index: 1501;
|
|
-webkit-animation: zoomIn .06s ease forwards;
|
|
animation: zoomIn .06s ease forwards
|
|
}
|
|
|
|
.m-toast.none-icon {
|
|
padding-top: 10px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.m-toast.none-icon .toast-content {
|
|
padding: 0 36px 10px
|
|
}
|
|
|
|
.toast-content {
|
|
font-size: 15px;
|
|
padding: 0 15px 20px;
|
|
line-height: 22px;
|
|
word-break: break-all
|
|
}
|
|
|
|
.toast-error-ico, .toast-success-ico {
|
|
display: block;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.toast-error-ico:after, .toast-success-ico:after {
|
|
display: inline-block;
|
|
content: ''
|
|
}
|
|
|
|
.toast-success-ico:after {
|
|
width: 43px;
|
|
height: 35px;
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABSCAMAAACVH4HWAAACH1BMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9O2oTAAAAtHRSTlMAAQIEBQYHCAkKCw0ODxAREhQVFhcYGRobHB0gISIkJSYnKCkqKy4vMDM1Nzg5Ojw+QEJDREZHSElKTE9VVldYWltdXl9gYWJlZmdoaWprbG5zd3h6e3x9fn+AgoOFhoiJiouNjpCSlJWYmZqbnJ2eoKKjpKaoqausrq+wtLa3ubq7vL2+wcLFxsfIy83Oz9DR0tPV19jZ2tvc3d7f4OHm5+jp6uvs7e7v8PL19/j5+vv8/f6CNheHAAACzElEQVQYGbXBCVtMUQAG4G9KJUok2cmSCNkqIbIURbRIlrIrRAhZUgoJpc1ehKK0yGR8P9CD1F3O3Lkzc877QqlFJTV7A6BUeMkgyYYYKBT3ln81h0CZjYMcVQJVNo/wvyoospvjjkGNPI57MRFKFFNjH5Qoo8YdKFFJjTdhUCD0PjU+L4MC0Y3UcG6AAvM6qbUNCqz4QK0jUGD1ELUuQ4HkAWrVTYB8O35Rqy0c8uVQp38J5DtFneFEyFdGvQxI57hDvQJIN/Eu9cohXVgT9aoh3bwm6rVMg2yxPdTrnQvZ1vdSz5UC2Tb/oMF2yJZBowLIlkOjS5DtEI3qIdtZGrXMgFwBN2j0aT7kCrpHI1ci5Ip+QpNMWAieG+WAdyLbaVIE9yafeD3wpX4LvLH8PU0uwL0FzfzrSjBsS/hKkzoH3Apq5aj2xbBpk5Mm7dPg3n6O6U+BLalOmnTHwcJNapyGDbk0+5kAK1epdXsKPMmjQBYsZVDnXQysXaBAPqxFfqRO31ZYuUaBCnhykAZH4VZoDQVq4Nl9GlSFQSy8gQKdEfBszhcadKyCyMwWCnyMhR2pNBpOhdnCVxRwrYc952hS6oBBfC9FdsGmwGc0eRQFnaQBihTDtqW9NOlaCY2dFLoCL2TQ7HsmxhygUHUAvFFCgVKMKqTQyzB4JeQpBR7OwR9nKNQXBy/F9VOgJwFAOYWcSfBaGoXSUUmxHfDBRYoMtI5Q6DB8EdJIL1yHb5YN0bb6YPgom3Y9j4DPymlPfwx8N+kN7XBthD/WOWnDHvgni54Vwl+V9OQq/BbeTGu1kCB+hFZaoiFDLi18i4EcFXQvGZJM7aA76ZAmmW4UQaJ8CpVDqloKPA6EVLM6adI2HZIl0ag7FtIVUc+1FgrcpU42VJjdRY3jUGMDx12EKof4X50DyhTzn4YIKJTWTdJ1MghKzTj/4NYa+Os3kb93+haplFoAAAAASUVORK5CYII=) no-repeat;
|
|
background-size: 43px 35px
|
|
}
|
|
|
|
.toast-error-ico:after {
|
|
width: 35px;
|
|
height: 35px;
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAACWFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+SCbtoAAAAx3RSTlMAAQIDBAUGBwgKDA4PEBESExQVFhcYGRobHB4fICEiIyQlJikqLC0uLzAxMjM0NTY3ODo7PD0/QEFCREVGSElLTE1OT1BRUlNUVVlaW1xdXl9iY2RlZ2hpamttbnBxc3R1dnh5fYCBhIeIiouMj5CRk5SVlpeYmZqbnJ2eoKGjpKaoqaqrrLCxsrS1tre4ubq8vb7AwsPFxsfIycrOz9HS09TV1tjZ2tvd3t/g4uPk5efo6err7e7v8PHy8/T19vf4+fr7/P3+xMlmOwAABJZJREFUGBntwf1jTWUAB/Dv2d2u7W5ZjcXMYuJWGFuaSFmW0SIKIRkaFauksCQieemFNBOmWKWZl43ptnXNLp3tOt9/K8bmPM9z7rnnnHv6zeeDhx56yI3w2TVB/M9md5OtVfBLKBeqVXHedbIMfgiu7KiHLH0b7zPqhyJVaa+1kn3FEOX8yAeuLUBqnv+Vd30NQdHvFBwdA+9G7ec9RgnMPqPk5to0eBOsjXHAUQhqein5eQy8KD9Hk3IIpl2hpGe5Breytxs02TYEorxjlB0eAXdmtdEk9joUgTrKIrPhQqjeoEnLBFhZcJMS48MMODWlhWYHs2FtUhtlp4vgSNr6XpoY72lIZNhxyqJz4cCoRpp1vwIbwS8oMz4IIJmKTpq1joe9dXHKDufCVmCTQbPGXCQzt4eyC8/ARv4xCnZkILnJHZTFqpFQeQfNbq+DI4V/UGZs0GBteS/NeirhUO5xKvZmwkLGdgquTYVjmQeoOJkPRd5xClqegAtpn1BxeTwk4csUnHgU7tQalHWVQ/BSNwXfZsKtZXHKbs2HyfI+Cr5Kh3vVOmW338GAtDqKtmjwYlYPFZs09Ms8QNH78Kisi4rPA7jjkUYKjNXwbOLfVOwLAo+fpSD+BlIwvoOKI1njLlHw71ykZFwbFb9EKLgxEykafZFJXJ+GlBVepK1oGXxQeJE2/pkCXxReYkJdk+CTwktMIDoZvilqp6XoVPiouIMWup+FryZEqKqGzyZGqWh+DD77iKrTOfDVUoMWGrPgo0VxWvo+CN/MjzOBbwLwSYXOhL7U4IsXbtHGx/BDeYy2apG6iVHaMxYiVcURJqPPRGoK2imKtFPRU4pU5J2jKFYa7qYiMhbeZTVRZMwDKuNUtObBq2ADJbW4YyVVTVnwRttDyTb020rVoQA82UhJQxD9AoeoqoMXtZT8loP7cpqpWgH3FhoUdY7FoNERKuKVcGumTlF8Fkxm9FHRHYY74SglNRCsoqp9JNwoaKdkFyQ7qWrKgnM5zZQ0DYEkeIqqvRqcCjZQcnUkFCOuULUBDml7KOl9Dham6VQY1XBmI2U1sFRDVawETqygbL8GS9p+qtqHI7nKOCUt2Uggu4WqE0EkUxqjJBZGQuEYVTuQRFGEskWwsZgW3oatnGbKdsHWbqr06bARbKDszxBshc5TFSlEQtoeyvRJSGKyTtWZLCSykYrVSGoNLezTYG0FFd9pSEo7QgvrYakyTlnHMDgw/C+q4hWwUBqjzKiAI1W0EH0SirERKurh0G5aaM2FpKCVigshODS0nRYaAhDkNFNhTIdjLxq08CnMQiep2gwXttLKW3ggq5GqyyG4EGqjBX0GBh2ihdlw5WWq+jY/jUFTrlKxFy7to+xCGcwKzlDSOQwu5XdR9EM2RKGDFC2Ba8so2BKALK2OZqc0uKad4gPGGlhZqnPQ7RJ4UGJwQHwJrE3v5ICd8GQX79OrkUhxC++5ng9P8q+znz4PiQ39if3WwqN3eZdeBTsZO3hHWyY8ymwjqVchiZo4uQSevUnqVUhqzo3WdHiWfj7+Khx4ag5SsGgxVP8B5afAD5V2CgcAAAAASUVORK5CYII=) no-repeat;
|
|
background-size: 35px 35px
|
|
}
|
|
|
|
@-webkit-keyframes downIn {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: translate3d(0, -50px, 0);
|
|
transform: translate3d(0, -50px, 0)
|
|
}
|
|
50% {
|
|
opacity: .5
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0)
|
|
}
|
|
}
|
|
|
|
@keyframes downIn {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform: translate3d(0, -50px, 0);
|
|
transform: translate3d(0, -50px, 0)
|
|
}
|
|
50% {
|
|
opacity: .5
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes upOut {
|
|
0% {
|
|
opacity: 1;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0)
|
|
}
|
|
50% {
|
|
opacity: 1
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
-webkit-transform: translate3d(0, -50px, 0);
|
|
transform: translate3d(0, -50px, 0)
|
|
}
|
|
}
|
|
|
|
@keyframes upOut {
|
|
0% {
|
|
opacity: 1;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0)
|
|
}
|
|
50% {
|
|
opacity: 1
|
|
}
|
|
100% {
|
|
opacity: 0;
|
|
-webkit-transform: translate3d(0, -50px, 0);
|
|
transform: translate3d(0, -50px, 0)
|
|
}
|
|
}
|
|
|
|
.m-notify {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
background-color: rgba(0, 0, 0, .8);
|
|
line-height: .28rem;
|
|
z-index: 1500;
|
|
font-size: .26rem;
|
|
color: #FFF;
|
|
padding: .3rem .24rem;
|
|
opacity: 0;
|
|
-webkit-animation: downIn .2s linear forwards;
|
|
animation: downIn .2s linear forwards;
|
|
word-break: break-all
|
|
}
|
|
|
|
.m-notify.notify-out {
|
|
opacity: 1;
|
|
-webkit-animation: upOut .15s linear forwards;
|
|
animation: upOut .15s linear forwards
|
|
}
|
|
|
|
@-webkit-keyframes rotate-loading {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg)
|
|
}
|
|
}
|
|
|
|
@keyframes rotate-loading {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
transform: rotate(360deg)
|
|
}
|
|
}
|
|
|
|
.m-loading {
|
|
border-radius: 4px;
|
|
color: #FFF;
|
|
background-color: rgba(40, 40, 40, .8);
|
|
-webkit-animation: zoomIn .1s ease forwards;
|
|
animation: zoomIn .1s ease forwards;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 0 23px 0 24px;
|
|
height: 48px
|
|
}
|
|
|
|
.cell-item, .cell-left {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox
|
|
}
|
|
|
|
.m-loading .loading-icon {
|
|
width: 28px;
|
|
height: 28px;
|
|
background: url(data:image/png;base64,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) no-repeat;
|
|
background-size: 28px 28px;
|
|
-webkit-animation: rotate-loading .45s linear forwards infinite;
|
|
animation: rotate-loading .45s linear forwards infinite;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.m-cell, .m-cell a.cell-item, .m-cell label.cell-item {
|
|
background-color: #FFF
|
|
}
|
|
|
|
.m-loading .loading-txt {
|
|
font-size: 15px;
|
|
color: #FFF;
|
|
max-width: 140px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.m-celltitle {
|
|
padding: 0 .24rem .1rem;
|
|
font-size: .3rem;
|
|
text-align: left;
|
|
color: #888;
|
|
position: relative;
|
|
z-index: 1
|
|
}
|
|
|
|
.m-celltitle:after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.m-cell {
|
|
position: relative;
|
|
z-index: 1;
|
|
margin-bottom: .35rem
|
|
}
|
|
|
|
.cell-item:not(:last-child):after, .m-cell:after {
|
|
content: '';
|
|
z-index: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 1px;
|
|
width: 100%
|
|
}
|
|
|
|
.m-cell:after {
|
|
position: absolute;
|
|
border-bottom: 1px solid #B2B2B2;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.m-cell a.cell-item:active, .m-cell label.cell-item:active {
|
|
background-color: #f5f5f5
|
|
}
|
|
|
|
.cell-input, .cell-right:active {
|
|
background: 0 0
|
|
}
|
|
|
|
.cell-item {
|
|
display: flex;
|
|
position: relative;
|
|
padding-left: .24rem;
|
|
overflow: hidden
|
|
}
|
|
|
|
.cell-item:not(:last-child):after {
|
|
margin-left: .24rem;
|
|
position: absolute;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.cell-left {
|
|
color: #333;
|
|
font-size: .3rem;
|
|
white-space: nowrap;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.cell-right {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
width: 100%;
|
|
min-height: 1rem;
|
|
color: #525252;
|
|
text-align: right;
|
|
font-size: .26rem;
|
|
padding-right: .24rem;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: end;
|
|
-webkit-justify-content: flex-end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end
|
|
}
|
|
|
|
.cell-right input[type=datetime-local], .cell-right input[type=date], .cell-right input[type=time] {
|
|
line-height: 1rem;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none
|
|
}
|
|
|
|
.cell-right input[type=radio], .cell-right input[type=checkbox]:not(.m-switch) {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
position: absolute;
|
|
left: -9999em
|
|
}
|
|
|
|
.cell-right input[type=radio] + .cell-checkbox-icon:after, .cell-right input[type=radio] + .cell-radio-icon:after, .cell-right input[type=checkbox]:not(.m-switch) + .cell-checkbox-icon:after, .cell-right input[type=checkbox]:not(.m-switch) + .cell-radio-icon:after {
|
|
font-family: YDUI-INLAY;
|
|
font-size: .44rem
|
|
}
|
|
|
|
.cell-input, .cell-select {
|
|
-webkit-box-flex: 1;
|
|
height: 1rem;
|
|
border: none;
|
|
font-size: .3rem
|
|
}
|
|
|
|
.cell-right input[type=radio] + .cell-radio-icon:after, .cell-right input[type=checkbox]:not(.m-switch) + .cell-radio-icon:after {
|
|
content: '\e600';
|
|
color: #4CD864;
|
|
display: none
|
|
}
|
|
|
|
.cell-right input[type=radio] + .cell-checkbox-icon:after, .cell-right input[type=checkbox]:not(.m-switch) + .cell-checkbox-icon:after {
|
|
content: '\e604';
|
|
color: #D9D9D9
|
|
}
|
|
|
|
.cell-right input[type=radio]:checked + .cell-radio-icon:after, .cell-right input[type=checkbox]:not(.m-switch):checked + .cell-radio-icon:after {
|
|
display: inline-block
|
|
}
|
|
|
|
.cell-right input[type=radio]:checked + .cell-checkbox-icon:after, .cell-right input[type=checkbox]:not(.m-switch):checked + .cell-checkbox-icon:after {
|
|
color: #4CD864;
|
|
content: '\e601'
|
|
}
|
|
|
|
.cell-input {
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
color: #555;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: start;
|
|
-webkit-justify-content: flex-start;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
text-align: left
|
|
}
|
|
|
|
.cell-arrow:after, .cell-icon, .cell-select, .cell-textarea, .m-switch {
|
|
display: block
|
|
}
|
|
|
|
.cell-select {
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
color: #A9A9A9;
|
|
margin-left: -.08rem
|
|
}
|
|
|
|
.cell-multiple-selecet {
|
|
margin-right: 2%;
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex-grow: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
display: block
|
|
}
|
|
|
|
.cell-multiple-selecet select {
|
|
width: 100%;
|
|
height: .6rem;
|
|
border: 1px solid #D9D9D9;
|
|
border-radius: 2px;
|
|
text-indent: 2px;
|
|
color: #A9A9A9
|
|
}
|
|
|
|
.cell-multiple-selecet select:active {
|
|
border-color: #888;
|
|
background-color: #F2F2F2
|
|
}
|
|
|
|
.cell-multiple-selecet select:focus {
|
|
border: none;
|
|
background-color: #C00
|
|
}
|
|
|
|
.cell-multiple-selecet:last-child {
|
|
margin-right: 0
|
|
}
|
|
|
|
.cell-icon:after, .cell-icon:before {
|
|
color: #A6A5A5;
|
|
font-size: .42rem !important;
|
|
margin-right: .1rem
|
|
}
|
|
|
|
.cell-icon img {
|
|
height: .4rem;
|
|
margin-right: .1rem
|
|
}
|
|
|
|
.cell-arrow:after {
|
|
margin-left: .05rem;
|
|
margin-right: -.08rem;
|
|
font-family: YDUI-INLAY;
|
|
font-size: .34rem;
|
|
color: #C9C9C9;
|
|
content: '\e608'
|
|
}
|
|
|
|
.cell-textarea {
|
|
width: 100%;
|
|
border: none;
|
|
height: 1.5rem;
|
|
padding: .2rem 0
|
|
}
|
|
|
|
.m-switch {
|
|
position: relative;
|
|
width: 52px;
|
|
height: 32px;
|
|
left: 0;
|
|
border: 1px solid #DFDFDF;
|
|
border-radius: 16px;
|
|
background-color: #DFDFDF;
|
|
z-index: 2
|
|
}
|
|
|
|
.grids-icon, .m-navbar {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox
|
|
}
|
|
|
|
.m-switch:after, .m-switch:before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 30px;
|
|
border-radius: 15px;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s, -webkit-transform .3s
|
|
}
|
|
|
|
.m-switch:before {
|
|
width: 50px;
|
|
background-color: #FDFDFD
|
|
}
|
|
|
|
.m-switch:after {
|
|
width: 30px;
|
|
background-color: #FFF;
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
|
|
}
|
|
|
|
.m-grids-2:before, .m-gridstitle:after {
|
|
width: 100%;
|
|
height: 1px;
|
|
bottom: 0;
|
|
left: 0;
|
|
content: ''
|
|
}
|
|
|
|
.m-switch-old:checked + .m-switch, .m-switch:checked {
|
|
border-color: #4CD864;
|
|
background-color: #4CD864
|
|
}
|
|
|
|
.m-switch:checked:before {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0)
|
|
}
|
|
|
|
.m-switch:checked:after {
|
|
-webkit-transform: translateX(20px);
|
|
transform: translateX(20px)
|
|
}
|
|
|
|
.m-switch-old:checked + .m-switch:before {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0)
|
|
}
|
|
|
|
.m-switch-old:checked + .m-switch:after {
|
|
-webkit-transform: translateX(20px);
|
|
transform: translateX(20px)
|
|
}
|
|
|
|
.m-gridstitle {
|
|
padding: .35rem .24rem .1rem;
|
|
font-size: .3rem;
|
|
text-align: left;
|
|
color: #888;
|
|
position: relative;
|
|
z-index: 1;
|
|
background-color: #F5F5F5
|
|
}
|
|
|
|
.grids-txt, .navbar-center .navbar-title {
|
|
text-align: center;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.m-grids-2, .m-grids-3, .m-grids-4, .m-grids-5 {
|
|
overflow: hidden;
|
|
background-color: #FFF
|
|
}
|
|
|
|
.m-gridstitle:after {
|
|
position: absolute;
|
|
z-index: 3;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.m-grids-2:before, .m-grids-3:before, .m-grids-4:before, .m-grids-5:before {
|
|
border-bottom: 1px solid #B2B2B2
|
|
}
|
|
|
|
.m-grids-2 {
|
|
position: relative
|
|
}
|
|
|
|
.m-grids-2:before {
|
|
position: absolute;
|
|
z-index: 1;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.m-grids-2 .grids-item {
|
|
width: 50%
|
|
}
|
|
|
|
.m-grids-2 .grids-item:not(:nth-child(2n)):before {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
border-right: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleX(.5);
|
|
transform: scaleX(.5);
|
|
-webkit-transform-origin: 100% 0;
|
|
transform-origin: 100% 0
|
|
}
|
|
|
|
.m-grids-3 {
|
|
position: relative
|
|
}
|
|
|
|
.m-grids-3:before {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 1;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.m-grids-3 .grids-item {
|
|
width: 33.333333%
|
|
}
|
|
|
|
.m-grids-3 .grids-item:not(:nth-child(3n)):before {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
border-right: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleX(.5);
|
|
transform: scaleX(.5);
|
|
-webkit-transform-origin: 100% 0;
|
|
transform-origin: 100% 0
|
|
}
|
|
|
|
.m-grids-4 {
|
|
position: relative
|
|
}
|
|
|
|
.m-grids-4:before {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 1;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.m-grids-4 .grids-item {
|
|
width: 25%
|
|
}
|
|
|
|
.m-grids-4 .grids-item:not(:nth-child(4n)):before {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
border-right: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleX(.5);
|
|
transform: scaleX(.5);
|
|
-webkit-transform-origin: 100% 0;
|
|
transform-origin: 100% 0
|
|
}
|
|
|
|
.grids-item:after, .m-grids-5:before {
|
|
content: '';
|
|
left: 0;
|
|
-webkit-transform: scaleY(.5);
|
|
bottom: 0
|
|
}
|
|
|
|
.m-grids-5 {
|
|
position: relative
|
|
}
|
|
|
|
.m-grids-5:before {
|
|
position: absolute;
|
|
z-index: 1;
|
|
width: 100%;
|
|
height: 1px;
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.m-grids-5 .grids-item {
|
|
width: 20%
|
|
}
|
|
|
|
.m-grids-5 .grids-item:not(:nth-child(5n)):before {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
border-right: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleX(.5);
|
|
transform: scaleX(.5);
|
|
-webkit-transform-origin: 100% 0;
|
|
transform-origin: 100% 0
|
|
}
|
|
|
|
.grids-item {
|
|
width: 25%;
|
|
float: left;
|
|
position: relative;
|
|
z-index: 0;
|
|
padding: .32rem 0;
|
|
font-size: .28rem
|
|
}
|
|
|
|
.grids-txt, .navbar-item {
|
|
padding: 0 .2rem;
|
|
white-space: nowrap;
|
|
overflow: hidden
|
|
}
|
|
|
|
.grids-item:after {
|
|
position: absolute;
|
|
z-index: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.m-navbar:after, .m-tabbar:after {
|
|
-webkit-transform: scaleY(.5);
|
|
left: 0
|
|
}
|
|
|
|
.grids-icon {
|
|
height: .68rem;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.grids-icon img {
|
|
height: 70%
|
|
}
|
|
|
|
.grids-txt {
|
|
word-wrap: normal;
|
|
color: #333
|
|
}
|
|
|
|
@font-face {
|
|
font-family: YDUI-ICONS;
|
|
src: url(http://at.alicdn.com/t/font_1461139240_0312312.ttf) format('truetype')
|
|
}
|
|
|
|
[class*=" icons-"]:before, [class^=icons-]:before {
|
|
font-family: YDUI-ICONS;
|
|
font-size: inherit
|
|
}
|
|
|
|
.cityselect-item-box > a.crt:after, .keyboard-numbers > li:last-child > a:last-child:after, .keyboard-title:before, .m-spinner > a:after, .pullrefresh-draghelp > div:before {
|
|
font-family: YDUI-INLAY
|
|
}
|
|
|
|
.icons-footmark:before {
|
|
content: '\e636'
|
|
}
|
|
|
|
.icons-discount:before {
|
|
content: '\e633'
|
|
}
|
|
|
|
.icons-verifycode:before {
|
|
content: '\e632'
|
|
}
|
|
|
|
.icons-star-outline:before {
|
|
content: '\e630'
|
|
}
|
|
|
|
.icons-star:before {
|
|
content: '\e631'
|
|
}
|
|
|
|
.icons-weibo:before {
|
|
content: '\e62f'
|
|
}
|
|
|
|
.icons-download:before {
|
|
content: '\e62e'
|
|
}
|
|
|
|
.icons-next:before {
|
|
content: '\e62d'
|
|
}
|
|
|
|
.icons-home-outline:before {
|
|
content: '\e62c'
|
|
}
|
|
|
|
.icons-home:before {
|
|
content: '\e63d'
|
|
}
|
|
|
|
.icons-weixin:before {
|
|
content: '\e629'
|
|
}
|
|
|
|
.icons-refresh:before {
|
|
content: '\e628'
|
|
}
|
|
|
|
.icons-tencent-weibo:before {
|
|
content: '\e627'
|
|
}
|
|
|
|
.icons-search:before {
|
|
content: '\e626'
|
|
}
|
|
|
|
.icons-time:before {
|
|
content: '\e625'
|
|
}
|
|
|
|
.icons-prev:before {
|
|
content: '\e624'
|
|
}
|
|
|
|
.icons-like-outline:before {
|
|
content: '\e639'
|
|
}
|
|
|
|
.icons-like:before {
|
|
content: '\e63a'
|
|
}
|
|
|
|
.icons-setting:before {
|
|
content: '\e623'
|
|
}
|
|
|
|
.icons-delete:before {
|
|
content: '\e622'
|
|
}
|
|
|
|
.icons-sortlist:before {
|
|
content: '\e621'
|
|
}
|
|
|
|
.icons-sortlarger:before {
|
|
content: '\e620'
|
|
}
|
|
|
|
.icons-sortlargest:before {
|
|
content: '\e61f'
|
|
}
|
|
|
|
.icons-qq:before {
|
|
content: '\e62a'
|
|
}
|
|
|
|
.icons-more:before {
|
|
content: '\e618'
|
|
}
|
|
|
|
.icons-shopcart-outline:before {
|
|
content: '\e61a'
|
|
}
|
|
|
|
.icons-shopcart:before {
|
|
content: '\e619'
|
|
}
|
|
|
|
.icons-checkoff:before {
|
|
content: '\e617'
|
|
}
|
|
|
|
.icons-bad:before {
|
|
content: '\e61c'
|
|
}
|
|
|
|
.icons-video:before {
|
|
content: '\e61d'
|
|
}
|
|
|
|
.icons-clock:before {
|
|
content: '\e61e'
|
|
}
|
|
|
|
.icons-ucenter-outline:before {
|
|
content: '\e616'
|
|
}
|
|
|
|
.icons-ucenter:before {
|
|
content: '\e615'
|
|
}
|
|
|
|
.icons-warn-outline:before {
|
|
content: '\e613'
|
|
}
|
|
|
|
.icons-warn:before {
|
|
content: '\e614'
|
|
}
|
|
|
|
.icons-share1:before {
|
|
content: '\e610'
|
|
}
|
|
|
|
.icons-share2:before {
|
|
content: '\e60e'
|
|
}
|
|
|
|
.icons-share3:before {
|
|
content: '\e60d'
|
|
}
|
|
|
|
.icons-feedback:before {
|
|
content: '\e60f'
|
|
}
|
|
|
|
.icons-type:before {
|
|
content: '\e60c'
|
|
}
|
|
|
|
.icons-discover:before {
|
|
content: '\e60b'
|
|
}
|
|
|
|
.icons-good:before {
|
|
content: '\e61b'
|
|
}
|
|
|
|
.icons-shield-outline:before {
|
|
content: '\e608'
|
|
}
|
|
|
|
.icons-shield:before {
|
|
content: '\e60a'
|
|
}
|
|
|
|
.icons-qrscan:before {
|
|
content: '\e609'
|
|
}
|
|
|
|
.icons-location:before {
|
|
content: '\e607'
|
|
}
|
|
|
|
.icons-phone1:before {
|
|
content: '\e606'
|
|
}
|
|
|
|
.icons-phone2:before {
|
|
content: '\e637'
|
|
}
|
|
|
|
.icons-phone3:before {
|
|
content: '\e63b'
|
|
}
|
|
|
|
.icons-error-outline:before {
|
|
content: '\e602'
|
|
}
|
|
|
|
.icons-error:before {
|
|
content: '\e603'
|
|
}
|
|
|
|
.icons-play:before {
|
|
content: '\e601'
|
|
}
|
|
|
|
.icons-compose:before {
|
|
content: '\e600'
|
|
}
|
|
|
|
.icons-question:before {
|
|
content: '\e62b'
|
|
}
|
|
|
|
.icons-order:before {
|
|
content: '\e638'
|
|
}
|
|
|
|
.m-navbar {
|
|
height: .9rem;
|
|
position: relative;
|
|
display: flex;
|
|
background-color: rgba(255, 255, 255, .98)
|
|
}
|
|
|
|
.m-navbar:after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 2;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
border-bottom: 1px solid #B2B2B2;
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.m-navbar.navbar-fixed {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 100
|
|
}
|
|
|
|
.navbar-item {
|
|
height: .9rem;
|
|
min-width: 25%;
|
|
-webkit-box-flex: 0;
|
|
-webkit-flex: 0 0 25%;
|
|
-ms-flex: 0 0 25%;
|
|
flex: 0 0 25%;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-size: .3rem;
|
|
color: #5C5C5C
|
|
}
|
|
|
|
.navbar-item:first-child {
|
|
-webkit-box-ordinal-group: 2;
|
|
-webkit-order: 1;
|
|
-ms-flex-order: 1;
|
|
order: 1;
|
|
margin-right: -25%
|
|
}
|
|
|
|
.navbar-item:last-child {
|
|
-webkit-box-ordinal-group: 4;
|
|
-webkit-order: 3;
|
|
-ms-flex-order: 3;
|
|
order: 3;
|
|
-webkit-box-pack: end;
|
|
-webkit-justify-content: flex-end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end
|
|
}
|
|
|
|
.navbar-item .back-ico:before, .navbar-item .next-ico:before {
|
|
display: block;
|
|
font-family: YDUI-INLAY;
|
|
font-size: .36rem;
|
|
color: #5C5C5C
|
|
}
|
|
|
|
.m-tabbar, .navbar-center {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox
|
|
}
|
|
|
|
.navbar-item .back-ico:before {
|
|
content: '\e607'
|
|
}
|
|
|
|
.navbar-item .next-ico:before {
|
|
content: '\e608'
|
|
}
|
|
|
|
.navbar-center {
|
|
-webkit-box-ordinal-group: 3;
|
|
-webkit-order: 2;
|
|
-ms-flex-order: 2;
|
|
order: 2;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: .9rem;
|
|
width: 50%;
|
|
margin-left: 25%
|
|
}
|
|
|
|
.navbar-center .navbar-title {
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
display: block;
|
|
font-size: .4rem;
|
|
color: #5C5C5C
|
|
}
|
|
|
|
.navbar-center > img {
|
|
height: 60%
|
|
}
|
|
|
|
.list-del-price:after, .m-tabbar:after {
|
|
height: 1px;
|
|
content: ''
|
|
}
|
|
|
|
.m-tabbar {
|
|
width: 100%;
|
|
position: relative;
|
|
z-index: 100;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: .104rem 0 .07rem;
|
|
background-color: rgba(255, 255, 255, .96)
|
|
}
|
|
|
|
.m-tabbar:after {
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
border-top: 1px solid #B2B2B2;
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0
|
|
}
|
|
|
|
.m-tabbar.tabbar-fixed {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 49
|
|
}
|
|
|
|
.tabbar-dot, .tabbar-item .badge {
|
|
position: absolute;
|
|
left: 100%;
|
|
z-index: 999
|
|
}
|
|
|
|
.tabbar-item {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
color: #979797
|
|
}
|
|
|
|
.tabbar-item.tabbar-active {
|
|
color: #09BB07
|
|
}
|
|
|
|
.tabbar-item.tabbar-active .tabbar-icon {
|
|
color: inherit
|
|
}
|
|
|
|
.tabbar-item .badge {
|
|
top: -.02rem;
|
|
margin-left: -.15rem
|
|
}
|
|
|
|
.tabbar-dot {
|
|
display: block;
|
|
width: 10px;
|
|
height: 10px;
|
|
background-color: #EF4F4F;
|
|
border-radius: 50%;
|
|
top: .02rem;
|
|
margin-left: -.11rem
|
|
}
|
|
|
|
.list-mes .list-mes-item, .tabbar-icon {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox
|
|
}
|
|
|
|
.tabbar-icon {
|
|
height: .5832rem;
|
|
color: #979797;
|
|
display: -webkit-box;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
position: relative
|
|
}
|
|
|
|
.tabbar-icon :after, .tabbar-icon :before {
|
|
font-size: .54rem !important;
|
|
display: block
|
|
}
|
|
|
|
.tabbar-icon img {
|
|
height: 70%
|
|
}
|
|
|
|
.tabbar-txt {
|
|
display: inline-block;
|
|
font-size: .24rem
|
|
}
|
|
|
|
.m-list {
|
|
overflow: hidden;
|
|
position: relative
|
|
}
|
|
|
|
.m-list .list-item:active {
|
|
background: 0 0
|
|
}
|
|
|
|
.list-img img, .list-mes, .list-theme4, .list-theme5, .pullrefresh-dragtip {
|
|
background-color: #FFF
|
|
}
|
|
|
|
.list-img {
|
|
height: 0;
|
|
width: 100%;
|
|
padding: 50% 0;
|
|
overflow: hidden
|
|
}
|
|
|
|
.list-img img {
|
|
width: 100%;
|
|
margin-top: -50%;
|
|
border: none
|
|
}
|
|
|
|
.list-mes .list-title {
|
|
color: #505050;
|
|
font-size: .26rem;
|
|
text-align: justify;
|
|
font-weight: 800
|
|
}
|
|
|
|
.list-mes .list-mes-item {
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
display: flex;
|
|
-webkit-box-align: end;
|
|
-webkit-align-items: flex-end;
|
|
-ms-flex-align: end;
|
|
align-items: flex-end;
|
|
-webkit-box-pack: justify;
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
color: #999
|
|
}
|
|
|
|
.list-price {
|
|
font-size: .3rem;
|
|
color: #EB5211
|
|
}
|
|
|
|
.list-price > em {
|
|
font-size: .22rem
|
|
}
|
|
|
|
.list-del-price {
|
|
padding-left: .06rem;
|
|
font-size: .2rem;
|
|
margin-left: .02rem;
|
|
position: relative;
|
|
color: #8C8C8C
|
|
}
|
|
|
|
.list-del-price:after {
|
|
position: absolute;
|
|
z-index: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
border-top: 1px solid #8C8C8C;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
top: auto;
|
|
bottom: 50%
|
|
}
|
|
|
|
.list-theme1 .list-item .list-mes .list-title, .list-theme2 .list-item .list-mes .list-title {
|
|
height: .36rem;
|
|
word-wrap: normal;
|
|
text-align: justify;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.list-theme1 {
|
|
padding: 0 2px
|
|
}
|
|
|
|
.list-theme1 .list-item {
|
|
width: 50%;
|
|
float: left;
|
|
padding: 0 2px;
|
|
margin-top: 4px
|
|
}
|
|
|
|
.list-theme1 .list-item .list-mes {
|
|
padding: .1rem
|
|
}
|
|
|
|
.list-theme2 .list-item {
|
|
width: 50%;
|
|
float: left;
|
|
padding-top: 4px
|
|
}
|
|
|
|
.list-theme2 .list-item:nth-child(odd) {
|
|
padding-right: 2px
|
|
}
|
|
|
|
.list-theme2 .list-item:nth-child(even) {
|
|
padding-left: 2px
|
|
}
|
|
|
|
.list-theme2 .list-item .list-mes {
|
|
padding: .1rem
|
|
}
|
|
|
|
.list-theme3 .list-item {
|
|
width: 50%;
|
|
float: left;
|
|
padding: .2rem;
|
|
position: relative;
|
|
z-index: 0;
|
|
background-color: #FFF
|
|
}
|
|
|
|
.list-theme3 .list-item:before {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.list-theme3 .list-item:nth-child(odd):after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
border-right: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleX(.5);
|
|
transform: scaleX(.5);
|
|
-webkit-transform-origin: 100% 0;
|
|
transform-origin: 100% 0
|
|
}
|
|
|
|
.list-theme3 .list-item .list-mes {
|
|
padding-top: .1rem;
|
|
box-sizing: content-box
|
|
}
|
|
|
|
.list-theme3 .list-item .list-mes .list-title {
|
|
word-wrap: normal;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-align: justify;
|
|
height: .35rem
|
|
}
|
|
|
|
.list-theme4 .list-item:not(:last-child):after, .list-theme5 .list-item:after {
|
|
left: 0;
|
|
height: 1px;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
content: '';
|
|
bottom: 0
|
|
}
|
|
|
|
.list-theme3 .list-item:active {
|
|
background: #FFF
|
|
}
|
|
|
|
.list-theme4 {
|
|
padding: 0 7px
|
|
}
|
|
|
|
.list-theme4 .list-item {
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding: 7px 0 8px;
|
|
position: relative
|
|
}
|
|
|
|
.list-theme4 .list-item:not(:last-child):after {
|
|
position: absolute;
|
|
z-index: 0;
|
|
width: 100%;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.list-theme4 .list-item .list-img {
|
|
width: 2rem;
|
|
padding: 1rem 0
|
|
}
|
|
|
|
.list-theme4 .list-item .list-mes {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
padding-left: 7px
|
|
}
|
|
|
|
.list-theme4 .list-item .list-mes .list-title {
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 3;
|
|
-webkit-box-orient: vertical;
|
|
word-break: break-all;
|
|
text-overflow: ellipsis;
|
|
line-height: .38rem;
|
|
max-height: 1.34rem
|
|
}
|
|
|
|
.list-theme4 .list-item .list-mes .list-mes-item {
|
|
padding-top: .1rem
|
|
}
|
|
|
|
.list-theme5 .list-item {
|
|
display: block;
|
|
position: relative;
|
|
z-index: 1;
|
|
padding: .2rem .2rem 0
|
|
}
|
|
|
|
.list-theme5 .list-item:after {
|
|
position: absolute;
|
|
z-index: 0;
|
|
width: 100%;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.list-theme5 .list-item .list-mes {
|
|
padding: .2rem 0 .15rem
|
|
}
|
|
|
|
.list-theme5 .list-item .list-mes .list-mes-item {
|
|
padding-top: .06rem
|
|
}
|
|
|
|
@media screen and (min-width: 768px) {
|
|
.list-theme1 {
|
|
padding: 0 4px
|
|
}
|
|
|
|
.list-theme1 .list-item {
|
|
padding: 0 4px;
|
|
margin-top: 8px
|
|
}
|
|
|
|
.list-theme2 .list-item {
|
|
padding-top: 8px
|
|
}
|
|
|
|
.list-theme2 .list-item:nth-child(odd) {
|
|
padding-right: 4px
|
|
}
|
|
|
|
.list-theme2 .list-item:nth-child(even) {
|
|
padding-left: 4px
|
|
}
|
|
|
|
.list-theme4 {
|
|
padding: 0 9px
|
|
}
|
|
|
|
.list-theme4 .list-item {
|
|
padding: 9px 0 10px
|
|
}
|
|
|
|
.list-theme4 .list-item .list-mes {
|
|
padding-left: 9px
|
|
}
|
|
}
|
|
|
|
.list-loading {
|
|
margin-top: .1rem;
|
|
text-align: center;
|
|
font-size: .26rem;
|
|
color: #999;
|
|
height: .66rem;
|
|
line-height: .66rem
|
|
}
|
|
|
|
.list-loading img {
|
|
height: inherit;
|
|
display: inline-block
|
|
}
|
|
|
|
.list-donetip {
|
|
font-size: .24rem;
|
|
text-align: center;
|
|
padding: .25rem 0;
|
|
color: #777
|
|
}
|
|
|
|
.pullrefresh-animation-timing {
|
|
-webkit-transition: -webkit-transform 150ms;
|
|
transition: -webkit-transform 150ms;
|
|
transition: transform 150ms;
|
|
transition: transform 150ms, -webkit-transform 150ms
|
|
}
|
|
|
|
@-webkit-keyframes backRotateAnimation {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(-360deg);
|
|
transform: rotate(-360deg)
|
|
}
|
|
}
|
|
|
|
@keyframes backRotateAnimation {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(-360deg);
|
|
transform: rotate(-360deg)
|
|
}
|
|
}
|
|
|
|
.pullrefresh-dragtip {
|
|
position: absolute;
|
|
top: -46px;
|
|
left: 50%;
|
|
z-index: 996;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
width: 42px;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
margin-left: -21px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
box-shadow: 0 1px 4px rgba(0, 0, 0, .25)
|
|
}
|
|
|
|
.pullrefresh-dragtip > span {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: inherit
|
|
}
|
|
|
|
.pullrefresh-dragtip > span:after {
|
|
content: '';
|
|
display: block;
|
|
width: 20px;
|
|
height: 20px;
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAABa1BMVEVTfvH///9TfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFAPDq2AAAAeHRSTlMAAAECAwQGBwkLDQ8QERMUFRkiIyYnLS4vMjM1Njc4OTpAQUJDREVGTVJWXmBiZmdoaWpxc3V8f4GCg4SGiIyNj5aXmZqbnJ+go6SlpqmqrK+wub2/wMHCxMXJzM3P0tPU1djd3t/n6Orr7O7w8fP09fb3+Pn6/f5+D/4+AAABqklEQVQ4y43V+T8CQRQA8GklUeQmhESuHBHJUY5EIWeHECGrcpVV++eb2Z3Y2d22eT+9mfm2n880894AQIRpKnDxVCh/sanD+c7/aS8PdDoCOqPfvCRu3c1VKaOOFC+P3LJBlAQ1h3m1uB8UpJRan/FaOX3i39jaj5fw+OeIJ6nzQ1y4crXhGeP43qfk63/UwQnjxDCxS4ufU9DeNzQqLTBAFn1y2vKIBi9WoAivnAZR/tqtJTG1lWFaHNKUmF6i1K0tRWpDWZLRliINoWykjhRo0ztMYqBuQGpHv3FR0TV07q1U9AzSO0BFM5BG6GgO0nU6ikpkhY5y9DQPqY9+W2E6ek7/Z/noj2CM/mCF6xKnouIlHKWiwtW+ZmqjGV8XpmLBLNWUHXm+Ep+VlGHJVkMaYuhLO/WKG4b+GC2yZqJlsCotAxhPhcqaBrJGtKjYW39akAEA6rS3dr/YxCN6CQWTuGkmXBY802gP4bndBiClYKDaiisP0e3NwEGyWG3NqwwgKWzwFbUGn52QnJbms+ExAjWqeIwyHhN5BxRPXLbAc+xNcK5Hdl1+ASkP8ND4fLD1AAAAAElFTkSuQmCC) no-repeat;
|
|
background-size: 20px 20px
|
|
}
|
|
|
|
.pullrefresh-dragtip > span.pullrefresh-loading:after {
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAABcVBMVEVTfvH///9TfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvFTfvG7eWgbAAAAenRSTlMAAAECAwQGBwkKCw0PEBETFBUZIiMmJy0uLzIzNTY3ODk6QEFCQ0RFRktNUlZeYGJmZ2hpanFzdXyBgoOEhoiMjY+Wl5mam5yfoKOkpqmqrK+wuLm6vb/AwcLExcnMzc/S09TV2N3e3+fo6uvs7vDx8/T19vf4+fr9/naKfqcAAAGISURBVDjLjZVVW0JBEEBXDLC7FbsVuzDAwO7E7sAORDi/3od7/T72Ajrztjvn4c7dmTNKaZHV7t2+eQ5/BI4Xewq1TFKSdmxZ+yIqTvszEqCNx1jjcTAtDpq9RLy4qIpBK27NXPh81TM+OecPmufvNgva8mYk9ly55o2jafYdYMuuo40hAA5qtCrzPCF20vUPKH0BCPbalCXKfOl6WZnXAPcV6q8wUB/AQ7H6H3WGgc9qJUB3AfqVAHUCHNok6DxArRKg9ldgX0nQegCXCB0FwjkidAM4UyL0CliWoY/AmAz9AoZlaEiOPgFueVlLMnRT/rPc8idokD+s/RXwi1CjCeuUuLWP/mjtTneRNjADCcmCJyL+rqgxDDoTkGn7ANOC4U5ZAQhka8oIxFOGYx2ADquI+mJqKz8HwPuv3vI9hsSXU6Kl2WpK88CVZ96k1s+bdzPJuoorf1UcuVybmvAuHH7+qnnEFiv4SDzB3zVL18aQQ7aMroayEu4tY8XdPRMKnPi6Syzt8gMGxsBO8KgZSQAAAABJRU5ErkJggg==) no-repeat;
|
|
background-size: 20px 20px;
|
|
-webkit-animation: backRotateAnimation .4s linear infinite;
|
|
animation: backRotateAnimation .4s linear infinite
|
|
}
|
|
|
|
.pullrefresh-draghelp {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 99;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.pullrefresh-draghelp > div {
|
|
width: 2.3rem;
|
|
height: 2.3rem;
|
|
background-color: rgba(0, 0, 0, .8)
|
|
}
|
|
|
|
.tab-nav-item, .tab-nav-item.tab-active {
|
|
background-color: #FFF
|
|
}
|
|
|
|
.pullrefresh-draghelp > div:before {
|
|
content: '\e60d';
|
|
font-size: .88rem;
|
|
text-align: center;
|
|
color: #FFF;
|
|
display: block;
|
|
padding-top: .36rem
|
|
}
|
|
|
|
.badge:after, .tab-nav-item.tab-active:before, .tab-nav-item:not(:last-child):after, .tab-nav:after {
|
|
content: ''
|
|
}
|
|
|
|
.pullrefresh-draghelp > div > span {
|
|
text-align: center;
|
|
color: #FFF;
|
|
font-size: .28rem;
|
|
display: block;
|
|
padding-top: .2rem
|
|
}
|
|
|
|
.slider-wrapper, .tab-nav {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox
|
|
}
|
|
|
|
.tab-nav {
|
|
display: flex;
|
|
position: relative;
|
|
z-index: 0
|
|
}
|
|
|
|
.tab-nav:after {
|
|
position: absolute;
|
|
z-index: 3;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
border-bottom: 1px solid #B2B2B2;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.tab-nav-item {
|
|
width: 1%;
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
position: relative;
|
|
text-align: center;
|
|
color: #585858;
|
|
font-size: .28rem;
|
|
line-height: .85rem;
|
|
display: block
|
|
}
|
|
|
|
.tab-nav-item.tab-active:active {
|
|
background-color: #fff
|
|
}
|
|
|
|
.tab-nav-item:active {
|
|
background-color: #f7f7f7
|
|
}
|
|
|
|
.tab-nav-item a {
|
|
display: inherit;
|
|
color: inherit
|
|
}
|
|
|
|
.tab-nav-item:not(:last-child):after {
|
|
position: absolute;
|
|
top: 35%;
|
|
right: 0;
|
|
width: 1px;
|
|
height: 30%;
|
|
-webkit-transform: scaleX(.5);
|
|
transform: scaleX(.5);
|
|
border-right: 1px solid #D9D9D9
|
|
}
|
|
|
|
.tab-nav-item.tab-active {
|
|
color: #FF5E53
|
|
}
|
|
|
|
.tab-nav-item.tab-active:before {
|
|
width: 70%;
|
|
height: 2px;
|
|
position: absolute;
|
|
left: 50%;
|
|
bottom: 0;
|
|
margin-left: -35%;
|
|
z-index: 4;
|
|
background-color: currentColor
|
|
}
|
|
|
|
.tab-panel {
|
|
position: relative;
|
|
overflow: hidden;
|
|
background-color: #FFF
|
|
}
|
|
|
|
.tab-panel .tab-panel-item {
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
padding: .24rem;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%)
|
|
}
|
|
|
|
.tab-panel .tab-panel-item.tab-active {
|
|
position: relative;
|
|
-webkit-transition: -webkit-transform .15s;
|
|
transition: -webkit-transform .15s;
|
|
transition: transform .15s;
|
|
transition: transform .15s, -webkit-transform .15s;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0)
|
|
}
|
|
|
|
.tab-panel .tab-panel-item.tab-active ~ .tab-panel-item {
|
|
-webkit-transform: translateX(100%);
|
|
transform: translateX(100%)
|
|
}
|
|
|
|
.badge {
|
|
color: #FFF;
|
|
font-size: 12px;
|
|
position: relative;
|
|
display: inline-block;
|
|
border-radius: 1000px;
|
|
line-height: 1;
|
|
padding: 3px 6px;
|
|
white-space: nowrap;
|
|
background-color: #D0D0D0
|
|
}
|
|
|
|
.badge:after {
|
|
width: 200%;
|
|
height: 200%;
|
|
border: 1px solid #D0D0D0;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
border-radius: 1rem;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: scale(.5);
|
|
transform: scale(.5)
|
|
}
|
|
|
|
.m-slider, .slider-wrapper {
|
|
position: relative;
|
|
width: 100%
|
|
}
|
|
|
|
.badge-radius, .badge-radius:after {
|
|
border-radius: 2px
|
|
}
|
|
|
|
.badge-primary {
|
|
background-color: #04BE02;
|
|
color: #FFF
|
|
}
|
|
|
|
.badge-primary:after {
|
|
border-color: #04BE02
|
|
}
|
|
|
|
.badge-danger {
|
|
background-color: #EF4F4F;
|
|
color: #FFF
|
|
}
|
|
|
|
.badge-danger:after {
|
|
border-color: #EF4F4F
|
|
}
|
|
|
|
.badge-warning {
|
|
background-color: #FFB400;
|
|
color: #FFF
|
|
}
|
|
|
|
.badge-warning:after {
|
|
border-color: #FFB400
|
|
}
|
|
|
|
.badge-hollow {
|
|
background-color: #FBFBFB;
|
|
color: #B2B2B2
|
|
}
|
|
|
|
.badge-hollow:after {
|
|
border-color: #B2B2B2
|
|
}
|
|
|
|
.slider-wrapper {
|
|
display: flex;
|
|
height: 100%;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
z-index: 1;
|
|
-webkit-transition-property: -webkit-transform;
|
|
transition-property: -webkit-transform;
|
|
transition-property: transform;
|
|
transition-property: transform, -webkit-transform
|
|
}
|
|
|
|
.slider-item {
|
|
width: 100%;
|
|
height: 100%;
|
|
-webkit-flex-shrink: 0;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0
|
|
}
|
|
|
|
.slider-item img {
|
|
width: 100%
|
|
}
|
|
|
|
.slider-pagination {
|
|
position: absolute;
|
|
width: 100%;
|
|
z-index: 2;
|
|
left: 0;
|
|
bottom: .15rem;
|
|
pointer-events: none;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: end;
|
|
-webkit-align-items: flex-end;
|
|
-ms-flex-align: end;
|
|
align-items: flex-end;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.slider-pagination > .slider-pagination-item {
|
|
margin: 0 .08rem;
|
|
width: 6px;
|
|
height: 6px;
|
|
display: inline-block;
|
|
border-radius: 100%;
|
|
background-color: #B7D0E1
|
|
}
|
|
|
|
.m-spinner > a, .m-spinner > input {
|
|
letter-spacing: 0;
|
|
float: left;
|
|
height: .6rem;
|
|
text-align: center
|
|
}
|
|
|
|
.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
|
|
background-color: #FF0005
|
|
}
|
|
|
|
.m-spinner {
|
|
border: 1px solid #EAE8E8;
|
|
border-radius: 1px;
|
|
display: inline-block;
|
|
overflow: hidden
|
|
}
|
|
|
|
.keyboard-numbers > li, .keyboard-numbers > li > a {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox
|
|
}
|
|
|
|
.m-spinner > a {
|
|
width: .6rem;
|
|
line-height: .62rem;
|
|
font-weight: 700;
|
|
color: #666;
|
|
background-color: #F8F8F8
|
|
}
|
|
|
|
.m-spinner > a:active {
|
|
background-color: #ececec
|
|
}
|
|
|
|
.m-spinner > a:after {
|
|
color: #777;
|
|
font-size: .18rem
|
|
}
|
|
|
|
.m-spinner > a:first-child:after {
|
|
content: '\E60B'
|
|
}
|
|
|
|
.m-spinner > a:last-child:after {
|
|
content: '\E602'
|
|
}
|
|
|
|
.m-spinner > input {
|
|
width: .85rem;
|
|
line-height: 2.7;
|
|
color: #666;
|
|
border: none;
|
|
font-size: .26rem
|
|
}
|
|
|
|
.m-keyboard {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 1000;
|
|
-webkit-transform: translate(0, 100%);
|
|
transform: translate(0, 100%);
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s, -webkit-transform .3s;
|
|
background-color: #F7F7F7
|
|
}
|
|
|
|
.m-keyboard.keyboard-show {
|
|
-webkit-transform: translate(0, 0);
|
|
transform: translate(0, 0)
|
|
}
|
|
|
|
.keyboard-content:before, .keyboard-numbers > li > a:before {
|
|
left: 0;
|
|
border-top: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleY(.5);
|
|
z-index: 0;
|
|
top: 0
|
|
}
|
|
|
|
.keyboard-content {
|
|
background-color: #FFF;
|
|
margin-top: .3rem;
|
|
position: relative
|
|
}
|
|
|
|
.keyboard-content:before {
|
|
content: '';
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 1px;
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0
|
|
}
|
|
|
|
.keyboard-title {
|
|
overflow: hidden;
|
|
padding: .2rem 0 .12rem;
|
|
color: #222;
|
|
margin-bottom: 1px;
|
|
font-size: .24rem;
|
|
text-align: center;
|
|
background-color: #FFF
|
|
}
|
|
|
|
.keyboard-title:before {
|
|
content: '\e60a';
|
|
font-size: .26rem;
|
|
color: #FF2424;
|
|
line-height: 1;
|
|
margin-right: .06rem
|
|
}
|
|
|
|
.keyboard-numbers {
|
|
font-size: .48rem;
|
|
background-color: #FFF
|
|
}
|
|
|
|
.keyboard-numbers > li {
|
|
width: 100%;
|
|
display: flex
|
|
}
|
|
|
|
.keyboard-numbers > li > a {
|
|
width: 1%;
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
color: #222;
|
|
height: 1rem;
|
|
position: relative;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background-color: #FFF
|
|
}
|
|
|
|
.keyboard-head, .keyboard-password {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox
|
|
}
|
|
|
|
.keyboard-numbers > li > a:active {
|
|
background-color: #f2f2f2
|
|
}
|
|
|
|
.keyboard-numbers > li > a:not(:last-child):after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
border-right: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleX(.5);
|
|
transform: scaleX(.5);
|
|
-webkit-transform-origin: 100% 0;
|
|
transform-origin: 100% 0
|
|
}
|
|
|
|
.keyboard-numbers > li > a:before {
|
|
content: '';
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 1px;
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0
|
|
}
|
|
|
|
.keyboard-numbers > li:last-child > a:last-child, .keyboard-numbers > li:last-child > a:nth-last-child(3) {
|
|
background-color: #F7F7F7;
|
|
font-size: .3rem;
|
|
color: #686868
|
|
}
|
|
|
|
.keyboard-numbers > li:last-child > a:last-child:after {
|
|
content: '\e609';
|
|
font-size: .6rem
|
|
}
|
|
|
|
.keyboard-head:after, .keyboard-password:after {
|
|
content: '';
|
|
left: 0
|
|
}
|
|
|
|
.keyboard-head {
|
|
height: .8rem;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
color: #1F2324;
|
|
font-size: .3rem;
|
|
position: relative
|
|
}
|
|
|
|
.keyboard-head:after {
|
|
position: absolute;
|
|
z-index: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.keyboard-password {
|
|
margin: 0 .8rem;
|
|
display: flex;
|
|
position: relative;
|
|
background-color: #FFF
|
|
}
|
|
|
|
.keyboard-password:after {
|
|
width: 200%;
|
|
height: 200%;
|
|
-webkit-transform: scale(.5);
|
|
transform: scale(.5);
|
|
position: absolute;
|
|
border: 1px solid #D9D9D9;
|
|
top: 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.keyboard-password li:not(:last-child):after, .scrolltab-nav:after {
|
|
content: '';
|
|
-webkit-transform: scaleX(.5);
|
|
right: 0
|
|
}
|
|
|
|
.keyboard-password li {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 1rem
|
|
}
|
|
|
|
.keyboard-password li:not(:last-child):after {
|
|
width: 1px;
|
|
height: 50%;
|
|
position: absolute;
|
|
top: 25%;
|
|
background-color: #D9D9D9;
|
|
transform: scaleX(.5)
|
|
}
|
|
|
|
.keyboard-password li i {
|
|
display: none;
|
|
width: 6px;
|
|
height: 6px;
|
|
border-radius: 50%;
|
|
background-color: #000
|
|
}
|
|
|
|
.m-scrolltab, .scrolltab-item {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox
|
|
}
|
|
|
|
.keyboard-error {
|
|
padding: 2px .8rem;
|
|
color: red;
|
|
overflow: hidden;
|
|
height: .5rem;
|
|
line-height: .5rem;
|
|
font-size: .24rem
|
|
}
|
|
|
|
.scrolltab-content, .scrolltab-nav {
|
|
overflow-y: auto;
|
|
-webkit-overflow-scrolling: touch
|
|
}
|
|
|
|
.m-scrolltab {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
display: flex
|
|
}
|
|
|
|
.scrolltab-nav {
|
|
height: 100%;
|
|
background-color: #F5F5F5;
|
|
position: relative;
|
|
z-index: 1
|
|
}
|
|
|
|
.scrolltab-item.crt, .scrolltab-item.crt:active {
|
|
background-color: #FFF
|
|
}
|
|
|
|
.scrolltab-nav:after {
|
|
position: absolute;
|
|
z-index: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
border-right: 1px solid #DFDFDF;
|
|
transform: scaleX(.5);
|
|
-webkit-transform-origin: 100% 0;
|
|
transform-origin: 100% 0
|
|
}
|
|
|
|
.scrolltab-item {
|
|
padding: 0 .3rem;
|
|
height: 1rem;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
position: relative;
|
|
z-index: 1
|
|
}
|
|
|
|
.scrolltab-item.crt:before, .scrolltab-item:after, .scrolltab-item:before {
|
|
position: absolute;
|
|
z-index: 0;
|
|
content: ''
|
|
}
|
|
|
|
.scrolltab-item.crt:before {
|
|
top: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
border-right: 1px solid #FFF;
|
|
-webkit-transform: scaleX(.5);
|
|
transform: scaleX(.5);
|
|
-webkit-transform-origin: 100% 0;
|
|
transform-origin: 100% 0
|
|
}
|
|
|
|
.scrolltab-item:after {
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
border-bottom: 1px solid #DFDFDF;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.scrolltab-item:before {
|
|
top: 0;
|
|
right: 0;
|
|
height: 100%;
|
|
border-right: 1px solid #DFDFDF;
|
|
-webkit-transform: scaleX(.5);
|
|
transform: scaleX(.5);
|
|
-webkit-transform-origin: 100% 0;
|
|
transform-origin: 100% 0
|
|
}
|
|
|
|
.scrolltab-item:active {
|
|
background: 0 0
|
|
}
|
|
|
|
.scrolltab-icon {
|
|
margin-right: .2rem;
|
|
font-size: .32rem;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.scrolltab-icon > img {
|
|
height: .4rem;
|
|
display: inline-block
|
|
}
|
|
|
|
.scrolltab-title {
|
|
font-size: .3rem;
|
|
color: #666;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
max-width: 1.6rem
|
|
}
|
|
|
|
.scrolltab-content {
|
|
height: 100%;
|
|
background-color: #FFF;
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
padding: 0 .24rem .24rem;
|
|
position: relative
|
|
}
|
|
|
|
.scrolltab-content-title {
|
|
font-size: .3rem;
|
|
font-weight: 400;
|
|
color: #555;
|
|
display: block;
|
|
padding-bottom: .1rem;
|
|
padding-top: .32rem;
|
|
margin-bottom: .2rem;
|
|
position: relative;
|
|
z-index: 1
|
|
}
|
|
|
|
.scrolltab-content-title:after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
border-bottom: 1px solid #B2B2B2;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.progress-bar {
|
|
position: relative;
|
|
color: #333
|
|
}
|
|
|
|
.progress-bar > svg > path {
|
|
-webkit-transition: all .8s linear;
|
|
transition: all .8s linear
|
|
}
|
|
|
|
.m-actionsheet, .m-cityselect {
|
|
bottom: 0;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
width: 100%
|
|
}
|
|
|
|
.progressbar-content {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%)
|
|
}
|
|
|
|
.m-actionsheet {
|
|
text-align: center;
|
|
position: fixed;
|
|
left: 0;
|
|
z-index: 1000;
|
|
background-color: #EFEFF4;
|
|
-webkit-transform: translate(0, 100%);
|
|
transform: translate(0, 100%);
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s, -webkit-transform .3s
|
|
}
|
|
|
|
.actionsheet-action, .actionsheet-item {
|
|
display: block;
|
|
font-size: .28rem;
|
|
color: #555;
|
|
line-height: 1rem;
|
|
background-color: #FFF
|
|
}
|
|
|
|
.actionsheet-item:after, .cityselect-header:after {
|
|
border-bottom: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleY(.5)
|
|
}
|
|
|
|
.actionsheet-item {
|
|
position: relative;
|
|
height: 1rem
|
|
}
|
|
|
|
.actionsheet-item:after {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 2;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.actionsheet-action {
|
|
margin-top: .15rem;
|
|
height: 1rem
|
|
}
|
|
|
|
.actionsheet-toggle {
|
|
-webkit-transform: translate(0, 0);
|
|
transform: translate(0, 0)
|
|
}
|
|
|
|
.m-cityselect {
|
|
position: fixed;
|
|
left: 0;
|
|
height: 75%;
|
|
z-index: 1000;
|
|
background-color: #fff;
|
|
-webkit-transform: translate(0, 100%);
|
|
transform: translate(0, 100%);
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s, -webkit-transform .3s
|
|
}
|
|
|
|
.m-cityselect.brouce-in {
|
|
-webkit-transform: translate(0, 0);
|
|
transform: translate(0, 0)
|
|
}
|
|
|
|
.cityselect-header {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 1
|
|
}
|
|
|
|
.cityselect-header:after, .cityselect-title:after {
|
|
z-index: 0;
|
|
width: 100%;
|
|
content: '';
|
|
bottom: 0;
|
|
left: 0
|
|
}
|
|
|
|
.cityselect-header:after {
|
|
position: absolute;
|
|
height: 1px;
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.cityselect-title {
|
|
width: 100%;
|
|
font-size: .3rem;
|
|
text-align: center;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
position: relative
|
|
}
|
|
|
|
.cityselect-title:after {
|
|
position: absolute;
|
|
height: 1px;
|
|
border-bottom: 1px solid #B2B2B2;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.cityselect-nav {
|
|
width: 100%;
|
|
padding-left: .2rem;
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.cityselect-nav > a {
|
|
font-size: .26rem;
|
|
color: #222;
|
|
display: block;
|
|
height: 40px;
|
|
line-height: 46px;
|
|
padding: 0 .2rem;
|
|
position: relative;
|
|
margin-right: .15rem;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
max-width: 40%
|
|
}
|
|
|
|
.cityselect-nav > a.crt {
|
|
color: #F23030
|
|
}
|
|
|
|
.cityselect-nav > a.crt:after {
|
|
content: '';
|
|
width: 100%;
|
|
height: 2px;
|
|
background-color: #F23030;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 2
|
|
}
|
|
|
|
.cityselect-content {
|
|
height: 100%;
|
|
padding-top: 85px;
|
|
width: 100%;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.cityselect-content.cityselect-move-animate {
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s, -webkit-transform .3s
|
|
}
|
|
|
|
.cityselect-content.cityselect-next {
|
|
-webkit-transform: translate(-50%, 0);
|
|
transform: translate(-50%, 0)
|
|
}
|
|
|
|
.cityselect-content.cityselect-prev {
|
|
-webkit-transform: translate(0, 0);
|
|
transform: translate(0, 0)
|
|
}
|
|
|
|
.cityselect-content > .cityselect-item {
|
|
display: block;
|
|
height: inherit;
|
|
width: 50%;
|
|
-webkit-box-flex: 0;
|
|
-webkit-flex: 0 0 50%;
|
|
-ms-flex: 0 0 50%;
|
|
flex: 0 0 50%;
|
|
overflow-y: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
background-color: #FFF
|
|
}
|
|
|
|
.cityselect-content > .cityselect-item::-webkit-scrollbar {
|
|
width: 0
|
|
}
|
|
|
|
.cityselect-content > .cityselect-item:nth-child(2n) {
|
|
background-color: #F5F5F5
|
|
}
|
|
|
|
.cityselect-item-box {
|
|
width: 100%;
|
|
height: inherit;
|
|
display: block;
|
|
padding: 0 .4rem
|
|
}
|
|
|
|
.cityselect-item-box > a {
|
|
color: #333;
|
|
font-size: .26rem;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
position: relative;
|
|
z-index: 1
|
|
}
|
|
|
|
.cityselect-item-box > a:before {
|
|
content: '';
|
|
position: absolute;
|
|
z-index: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
border-bottom: 1px solid #D9D9D9;
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%
|
|
}
|
|
|
|
.cityselect-item-box > a:active {
|
|
background: 0 0
|
|
}
|
|
|
|
.cityselect-item-box > a span {
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
display: block
|
|
}
|
|
|
|
.cityselect-item-box > a.crt {
|
|
color: #F23030
|
|
}
|
|
|
|
.cityselect-item-box > a.crt:after {
|
|
display: block;
|
|
content: '\E600'
|
|
} |