123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279 |
- body,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- hr,
- p,
- blockquote,
- dl,
- dt,
- dd,
- ul,
- ol,
- li,
- pre,
- form,
- fieldset,
- legend,
- button,
- input,
- textarea,
- th,
- td,
- select {
- margin: 0;
- padding: 0;
- }
- body,
- button,
- input,
- select,
- textarea {
- font-size: 0.3rem;
- line-height: 1.5;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-size: 100%;
- }
- address,
- cite,
- dfn,
- em,
- var {
- font-style: normal;
- }
- code,
- kbd,
- pre,
- samp {
- font-family: couriernew, courier, monospace;
- }
- small {
- font-size: 12px;
- }
- ul,
- ol {
- list-style: none;
- }
- sup {
- vertical-align: text-top;
- }
- sub {
- vertical-align: text-bottom;
- }
- legend {
- color: #000;
- }
- fieldset,
- img {
- border: 0;
- }
- button,
- input,
- select,
- textarea {
- font-size: 100%;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- /* HTML5 display-role reset for older browsers */
- article,
- aside,
- details,
- figcaption,
- figure,
- footer,
- header,
- menu,
- nav,
- section {
- display: block;
- }
- input,
- input[type="search"],
- button,
- select,
- option,
- textarea,
- a {
- outline: none;
- border: 0;
- -webkit-appearance: none;
- border-radius: 0;
- background: none;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- /* custom */
- a {
- text-decoration: none;
- -webkit-backface-visibility: hidden;
- color: #333;
- }
- body,
- input,
- textarea {
- -webkit-text-size-adjust: none;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- font-family: "PingFang SC", "STHeitiSC-Light", "Helvetica-Light", arial,
- sans-serif, "Droid Sans Fallback";
- color: #333;
- }
- div,
- section,
- header,
- footer {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- input {
- line-height: normal;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .clear {
- clear: both;
- height: 0;
- line-height: 0;
- font-size: 0;
- }
- .clearfix:after {
- content: ".";
- display: block;
- height: 0;
- visibility: hidden;
- clear: both;
- overflow: hidden;
- }
- .flex {
- display: -webkit-box;
- display: -webkit-flex;
- display: -moz-box;
- display: -ms-flexbox;
- display: flex;
- }
- .con-cell {
- display: table-cell;
- height: 100%;
- vertical-align: middle;
- }
- .old-price {
- text-decoration: line-through;
- }
- .icon {
- width: 1em;
- height: 1em;
- vertical-align: -0.15em;
- fill: currentColor;
- overflow: hidden;
- }
- @font-face {
- font-family: "GuildfordProBook 5";
- src: url("GuildfordProBook 5.otf");
- }
- [v-cloak] {
- display: none !important;
- }
- .iconfont {
- font-size: 0.36rem;
- }
- /* 一像素边框 */
- @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
- .border-1px::after {
- -webkit-transform: scaleY(0.7);
- -moz-transform: scaleY(0.7);
- -o-transform: scaleY(0.7);
- -ms-transform: scaleY(0.7);
- transform: scaleY(0.7);
- }
- .border-1px::before {
- -webkit-transform: scaleY(0.7);
- -moz-transform: scaleY(0.7);
- -o-transform: scaleY(0.7);
- -ms-transform: scaleY(0.7);
- transform: scaleY(0.7);
- }
- }
- @media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
- .border-1px::after {
- -webkit-transform: scaleY(0.5);
- -moz-transform: scaleY(0.5);
- -o-transform: scaleY(0.5);
- -ms-transform: scaleY(0.5);
- transform: scaleY(0.5);
- }
- .border-1px::before {
- -webkit-transform: scaleY(0.5);
- -moz-transform: scaleY(0.5);
- -o-transform: scaleY(0.5);
- -ms-transform: scaleY(0.5);
- transform: scaleY(0.5);
- }
- }
- @media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
- .border-1px::after {
- -webkit-transform: scaleY(0.33);
- -moz-transform: scaleY(0.33);
- -o-transform: scaleY(0.33);
- -ms-transform: scaleY(0.33);
- transform: scaleY(0.33);
- }
- .border-1px::before {
- -webkit-transform: scaleY(0.33);
- -moz-transform: scaleY(0.33);
- -o-transform: scaleY(0.33);
- -ms-transform: scaleY(0.33);
- transform: scaleY(0.33);
- }
- }
- .line1 {
- overflow: hidden;
- -o-text-overflow: ellipsis;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .line2 {
- word-break: break-all;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- overflow: hidden;
- }
- .mask {
- background-color: rgba(0, 0, 0, 0.6);
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- z-index: 55;
- }
- .yd-cityselect-nav .yd-cityselect-nav-active,
- .yd-cityselect-item-box .yd-cityselect-item-active {
- color: #191C6E !important;
- }
- .yd-cityselect-nav-active:after {
- background-color: #191C6E !important;
- }
|