123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137 |
- html,
- body,
- div,
- p,
- ul,
- li,
- dl,
- dt,
- dd,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- form,
- input,
- select,
- button,
- textarea,
- iframe,
- table,
- th,
- td {
- margin: 0;
- padding: 0;
- }
- body {
- margin: 0 auto;
- padding-bottom: 55px;
- font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
- font-size: 14px;
- line-height: 180%;
- color: #000;
- min-width: 320px;
- max-width: 640px;
- background: #dadada;
- }
- img {
- border: 0;
- }
- li {
- list-style-type: none;
- }
- a {
- color: #000;
- text-decoration: none;
- }
- input[type="submit"],
- input[type="reset"],
- input[type="button"],
- input[type="file"],
- button,
- .btn {
- -webkit-appearance: none;
- height: 28px;
- line-height: 28px;
- padding: 0 10px;
- color: #fff;
- background: #fa4b4f;
- border-radius: 4px;
- font-size: 14px;
- font-family: "微软雅黑";
- }
- input[type=number] {
- -moz-appearance: textfield;
- }
- input[type=number]::-webkit-inner-spin-button,
- input[type=number]::-webkit-outer-spin-button {
- -webkit-appearance: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- empty-cells: show;
- font-size: 14px
- }
- fieldset,
- img {
- border: 0
- }
- cite,
- em,
- s,
- i,
- b {
- font-style: normal
- }
- input,
- button,
- textarea,
- select {
- font-size: 14px;
- }
- body,
- input,
- button,
- textarea,
- select,
- option {
- font-size: normal
- }
- a,
- input,
- textarea {
- text-decoration: none;
- outline: 0
- }
- li,
- img,
- label,
- input {
- vertical-align: middle
- }
- var {
- font-style: normal
- }
- ins {
- text-decoration: none
- }
- img {
- max-width: 100%;
- }
- .clearfix:before,
- .clearfix:after {
- clear: both;
- display: block;
- content: ".";
- visibility: hidden;
- height: 0;
- }
- .light {
- color: #fa4b4f;
- }
- .main {
- width: 100%;
- overflow: hidden;
- margin: 0;
- padding: 0;
- }
- .black {
- width: 100%;
- height: 5px;
- background: #F2F2F2;
- }
- .top_bt,
- .user_btn,
- .show_cart {
- background: url(../images/pub_flow.png) no-repeat;
- background-size: auto 160px;
- }
- .menu1,
- .menu2,
- .menu3,
- .menu4,
- #show_more {
- background: url(../images/pub_goods.png) no-repeat;
- background-size: auto 200px;
- }
- .dingdan_1,
- .dingdan_2,
- .dingdan_3,
- .dingdan_4 {
- background: url(../images/pub_main.png) no-repeat;
- background-size: auto 450px;
- }
- .vf_1,
- .vf_2,
- .vf_3,
- .vf_4,
- .vf_5 {
- background: url(../images/pub_main.png) no-repeat;
- background-size: auto 400px;
- }
- /*头部弹出菜单*/
- .hid {
- display: none;
- }
- .goods_nav {
- width: 30%;
- float: right;
- right: 5px;
- overflow: hidden;
- position: fixed;
- margin-top: 25px;
- z-index: 9999999
- }
- .Triangle {
- width: 100%;
- height: 20px;
- }
- .Triangle h2 {
- width: 0;
- height: 0;
- border-style: solid;
- border-color: transparent transparent #565553 transparent;
- border-width: 10px;
- transition: 0.6s;
- float: right;
- margin-right: 10px;
- }
- .goods_nav ul {
- width: 100%;
- overflow: hidden;
- background-color: rgba(46, 45, 45, 0.9);
- border-radius: 2px;
- }
- .goods_nav li {
- width: 100%;
- height: 40px;
- border-bottom: 1px solid #959595;
- }
- .nl5 {
- background: #2D2D2D
- }
- .goods_nav li span {
- display: block;
- width: 25px;
- height: 25px;
- float: left;
- margin-top: 5px;
- margin-left: 5px;
- }
- .goods_nav li i {
- font-style: normal;
- color: #f3f1f1;
- font-size: 14px;
- display: block;
- float: left;
- line-height: 40px;
- }
- .menu1 {
- background-position: 0 4px;
- }
- .menu2 {
- background-position: 0 -19px;
- }
- .menu3 {
- background-position: 0 -41px;
- }
- .menu4 {
- background-position: 0 -64px;
- }
- /* 页面头部 */
- .header {
- padding: 5px 10px;
- background: #fff;
- border-bottom: 1px solid #b8b8b8
- }
- .h-left {
- width: 255px;
- float: left;
- }
- .h-left a {
- display: block;
- width: 100%;
- height: 45px;
- background: url(../images/logo.png) no-repeat;
- }
- .h-mid {
- float: left;
- background: url(../images/logo.png) no-repeat;
- background-size: 50%;
- }
- .h-mid h6 {
- color: #333;
- font-size: 16px;
- font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
- font-weight: normal;
- }
- .h-right {
- float: right;
- width: 45px;
- }
- .h-right a {
- display: block;
- width: 45px;
- height: 45px;
- margin: auto;
- background: url(../images/pub_main.png) no-repeat;
- background-size: 200%;
- }
- /*弹出菜单*/
- .top_bar {
- float: right;
- display: block;
- margin-right: 8px;
- width: 40px;
- height: 40px;
- float: right;
- }
- #show_more {
- width: 30px;
- height: 20px;
- float: right;
- background-position: 0 -110px;
- margin-left: 10px;
- margin-top: 10px;
- }
- .goods_nav {
- width: 30%;
- float: right;
- right: 5px;
- overflow: hidden;
- position: fixed;
- margin-top: -20px;
- z-index: 9999999
- }
- /*底部模块*/
- .footer {
- background-color: #F8F8F8;
- text-align: center;
- width: 100%;
- overflow: hidden;
- padding-bottom: 10px;
- padding-top: 10px;
- }
- .footer a {
- display: inline-block;
- /*padding: 0 1em*/
- }
- .footer span {
- color: #82858A;
- }
- .footer .tip {
- padding: 0 0 1.5em
- }
- .footer .tip span {
- font-size: 1.2em
- }
- .footer .links {
- width: 75%;
- margin: 0 auto;
- background: none
- }
- .footer .links a {
- border-right: 1px solid #dcdcdc;
- height: 20px;
- line-height: 20px;
- font-size: 14px;
- padding-left: 10px;
- padding-right: 10px;
- }
- .footer .links a:last-child {
- border-right: 0 none
- }
- .footer .linkss {
- width: 65%;
- margin: 0 auto;
- height: 70px;
- margin-top: 10px;
- }
- .footer .linkss li {
- width: 33.3%;
- float: left;
- text-align: center;
- height: 70px;
- font-size: 10px;
- }
- .footer .linkss li a i {
- display: block;
- width: 40px;
- height: 40px;
- margin: auto;
- }
- .footerimg_1,
- .footerimg_2,
- .footerimg_3 {
- background: url(../images/pub_footer.png) no-repeat;
- background-size: auto 170px;
- }
- .footerimg_1 {
- background-position: 0 0
- }
- .footerimg_2 {
- background-position: 0 -60px;
- }
- .footerimg_3 {
- background-position: 0 -124px;
- }
- .footer .gl {
- color: #c30e0e
- }
- .footer p {
- text-align: center;
- line-height: 20px;
- }
- .mf_o4 {
- color: #a2a2a2;
- font-size: 10px;
- }
- /*返回顶部*/
- .gotop {
- display: block;
- width: 40px;
- height: 40px;
- position: fixed;
- bottom: 70px;
- right: 8px;
- background-color: rgba(243, 241, 241, 0.5);
- border: 1px solid #CCC;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- }
- .gotop img {
- display: block;
- width: 40px;
- height: 40px;
- }
- /*footer_nav1底部悬浮菜单css*/
- .v_nav {
- width: 100%;
- min-width: 320px;
- max-width: 640px;
- padding: 3px 0;
- background: #fff;
- border-top: 1px solid #b8b8b8;
- position: fixed;
- bottom: 0;
- z-index: 97;
- }
- .v_nav ul li {
- width: 20%;
- float: left;
- text-align: center;
- }
- .v_nav ul li a {
- font-size: 12px;
- color: #999;
- width: 100%;
- height: 100%;
- display: block;
- position: relative;
- }
- .v_nav ul li i {
- display: block;
- width: 25px;
- height: 25px;
- margin: 0 auto;
- }
- .vf_1 {
- background-position: 0 -290px;
- }
- .vf_2 {
- background-position: 0 -162px;
- }
- .vf_3 {
- background-position: 0 -256px;
- }
- .vf_4 {
- background-position: -1px -101px;
- }
- .vf_5 {
- background-position: 0 -133px;
- }
- .active .vf_1 {
- background-position: -25px -290px;
- }
- .active .vf_2 {
- background-position: -25px -162px;
- }
- .active .vf_3 {
- background-position: -25px -256px;
- }
- .active .vf_4 {
- background-position: -25px -101px;
- }
- .active .vf_5 {
- background-position: -25px -133px;
- }
- .v_nav ul li span {
- display: block;
- width: 100%;
- height: 20px;
- line-height: 20px;
- }
- .v_nav ul li a.active {
- color: #5fd0f2;
- }
- .gotop img {
- display: block;
- width: 40px;
- height: 40px;
- }
- /* 购物车弹出效果*/
- /*老的带商品信息的弹出层样式*/
- .cartpopDiv {
- padding: 0 2%;
- width: 96%;
- }
- .cartitle {
- height: 35px;
- line-height: 35px;
- color: #FFF;
- font-size: 14px;
- font-weight: bold;
- text-align: left;
- text-indent: 15px;
- background: #E3010B
- }
- .coninfo {
- padding: 10px 0 0px;
- border-top: #e5e5e5 1px dashed;
- font-size: 12px;
- text-align: center;
- width: 100%;
- color: #999;
- line-height: 22px;
- }
- .shopdiv {
- border-radius: 5px 5px 5px 5px;
- }
- .coninfo table {
- border: none;
- color: #999999;
- }
- .toptitle {
- margin: 8px 0px;
- }
- .toptitle p a {
- color: #999999;
- }
- .toptitle .pic {
- float: left;
- margin-right: 10px;
- }
- .coninfo .gray {
- color: #999
- }
- .coninfo strong {
- color: #ec5151
- }
- .coninfo font {
- font-size: 18px;
- }
- .conprice {
- line-height: 30px;
- }
- .cardivfloat {
- background-color: #fff;
- border-radius: 5px 5px 5px;
- }
- .cartdivfloattitle {
- font-weight: normal;
- color: #ffffff;
- font-size: 14px;
- text-indent: 15px;
- width: 70%;
- float: left;
- }
- .cartbntfloat {
- text-align: center;
- padding: 15px 0 0px;
- margin-bottom: 10px;
- clear: both
- }
- .con_close {
- width: 50px;
- float: right;
- text-align: right;
- color: #FFF;
- padding-right: 15px;
- font-weight: normal;
- }
- .greyBtn {
- background-color: #25C6FC;
- border-radius: 4px;
- height: 30px;
- line-height: 30px;
- border: none;
- position: relative;
- display: inline-block;
- width: 45%;
- margin: 10px 0 0 10px;
- text-align: center;
- color: #fff;
- }
- a.redBtn {
- background-color: #E3010B;
- height: 30px;
- line-height: 30px;
- color: #fff;
- border-radius: 4px;
- border: none;
- position: relative;
- display: inline-block;
- width: 45%;
- margin: 10px 0 0 10px;
- text-align: center;
- }
- .bor-top {
- border-top: #e5e5e5 1px solid;
- }
- .blank5 {
- height: 5px;
- line-height: 5px;
- clear: both;
- visibility: hidden;
- overflow: hidden;
- }
- .cartbntfloat a {
- color: #FFF
- }
- .touchweb_com-indexPop {
- display: none;
- position: fixed;
- left: 0;
- top: 0;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-pack: center;
- -webkit-box-pack: center;
- box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -ms-flex-align: center;
- -webkit-box-align: center;
- box-align: center;
- -webkit-align-items: center;
- align-items: center;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.7);
- visibility: hidden;
- opacity: 0;
- -webkit-transition: opacity .3s;
- transition: opacity .3s;
- z-index: 99999999
- }
- .touchweb_com-indexPop.show {
- opacity: 1;
- visibility: visible;
- }
- .touchweb_com-indexPop .inner {
- width: 235px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 18px 20px 15px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- background-color: #fff;
- height: auto;
- }
- .touchweb_com-indexPop .inner .btn_box {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-pack: justify;
- -webkit-box-pack: justify;
- box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- height: 30px;
- margin-top: 10px;
- text-align: center;
- }
- .touchweb_com-indexPop .inner .btn_box .btn {
- display: block;
- height: 30px;
- line-height: 28px;
- width: 85px;
- font-size: 1.4rem;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border: 1px solid #ff3c3c;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- color: #333;
- }
- .touchweb_com-indexPop .inner .btn_box .btn_confirm {
- color: #fff;
- background-color: #ff3c3c;
- }
- .touchweb_com-indexPop .inner .btn_box .btn_confirm:active {
- background-color: #ff0909;
- }
- .touchweb_com-indexPop .inner .btn_box .btn_cancel {
- border: 1px solid #25C6FC;
- background-color: #25C6FC;
- color: #FFF
- }
- .touchweb_com-indexPop .inner .btn_box .btn_cancel:active {
- background-color: #25C6FC;
- }
- .touchweb_com-indexPop {
- font-size: .12rem;
- }
- .touchweb_com-indexPop .inner .content_name {
- margin-bottom: 23px;
- }
- .touchweb_com-indexPop .inner .content_name p {
- line-height: 20px;
- font-size: 14px;
- color: #000;
- }
- .touchweb_com-indexPop .inner .btn_box .btn {
- font-size: 14px;
- }
- /*pages.lbi翻页效果css*/
- .pagenav-wrapper .pagenav-content {
- width: 100%;
- padding: 20px 0px 20px;
- text-align: center;
- line-height: 29px;
- overflow: hidden;
- }
- .pagenav-wrapper .pagenav {}
- .pagenav-wrapper .pagenav a {
- color: #333;
- }
- .pagenav-wrapper .pagenav>div {
- background-color: #fff;
- border: 1px solid #ccc;
- line-height: 29px;
- white-space: nowrap;
- border-radius: 2px;
- cursor: pointer;
- display: inline-block;
- }
- .pagenav .p-first,
- .pagenav .p-end {
- width: 59px;
- display: inline-block
- }
- .pagenav .p-prev,
- .pagenav .p-next {
- width: 59px;
- margin: 0 5px;
- display: inline-block;
- font-size: 12px;
- }
- .pagenav .p-num {
- width: 30px;
- margin: 0 5px;
- display: inline-block
- }
- .pagenav .pagenav-text {
- min-width: 100px;
- height: 29px;
- }
- .pagenav .pagenav-text span {
- font-size: 16px;
- }
- .pagenav .pagenav-cur {
- position: relative;
- background: #fff;
- height: 29px;
- }
- .pagenav .pagenav-select {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- #z-index: 1;
- opacity: 0;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- -webkit-appearance: none;
- border: 0;
- border-radius: 0;
- cursor: pointer;
- }
- .pagenav .pagenav-cur i {
- display: inline-block
- }
- .pagenav-wrapper .pagenav .p-gray {
- background-color: #fdfdfd;
- color: #b4b1b1
- }
- .pagenav a:hover {
- text-decoration: none
- }
- .global-nav__nav-shop-cart-num {
- position: absolute;
- top: 2px;
- color: #fff;
- text-align: center;
- font-weight: normal;
- font-size: 10px;
- width: 12px;
- height: 12px;
- line-height: 12px;
- background: #ff2233;
- border-radius: 50%;
- }
- /*没有筛选结果文字样式*/
- p.goods_title {
- width: 100%;
- font-size: 14px;
- display: block;
- height: 100px;
- line-height: 100px;
- text-align: center;
- margin-top: 30px;
- margin-bottom: 30px;
- }
- .new_prom2 {
- font-size: 14px;
- text-align: center;
- padding: 20px 0px
- }
- div#loader {
- height: 25px;
- line-height: 25px;
- background: url(../images/flow/loader.gif) no-repeat 10px center;
- background-size: 20px;
- text-indent: 35px;
- margin: 0 auto;
- width: 180px;
- font-size: 14px;
- }
- .get_more {
- width: 100%;
- height: 30px;
- display: block;
- text-align: center;
- }
- .get_more img {
- width: 16px;
- height: 16px;
- margin: 0 auto;
- }
- .btn_b {
- -webkit-appearance: none;
- height: 28px;
- line-height: 28px;
- padding: 0 10px;
- border-radius: 4px;
- border: 1px solid #DDDCDC;
- font-size: 14px;
- font-family: "微软雅黑";
- display: inline-block;
- }
- .btn_100 {
- display: block;
- border: 0px;
- width: 95%;
- margin: auto;
- margin-top: 10px;
- margin-bottom: 10px;
- border-radius: 3px;
- text-align: center;
- }
- .btn_w {
- display: inline-block;
- border: 0px;
- margin: auto;
- margin-top: 10px;
- margin-bottom: 10px;
- border-radius: 3px;
- }
- .Wallet .question {
- background-color: #ffe795;
- margin: 0;
- font-size: 12px;
- height: auto;
- line-height: 37px;
- }
- .Wallet .question p {
- /* display: inline-block; */
- /* padding-left: 30px; */
- float: left;
- width: 70%;
- line-height: 22px;
- padding: 8px 0;
- }
- .question em {
- background: url(../images/icon_question.png) center no-repeat;
- background-size: 60%;
- width: 30px;
- height: 37px;
- display: block;
- float: left;
- }
- .icon_hot {
- background: url(../images/icon_hot.png) center no-repeat;
- width: 35px;
- height: 18px;
- display: inline-block;
- background-size: 100% 100%;
- }
- /*会员支付表单*/
- .c:before,
- .c:after {
- clear: both;
- content: ".";
- display: block;
- visibility: hidden;
- line-height: 0;
- height: 0;
- }
- .huiyuan ul {
- padding: 12px;
- font-size: 12px;
- }
- .huiyuan li {
- margin: 5px 0;
- }
- .huiyuan p,
- .huiyuan a,
- .huiyuan input {
- display: inline-block;
- }
- .huiyuan a {
- text-decoration: underline;
- font-size: 12px;
- float: right;
- }
- .huiyuan input {
- width: 55%;
- height: 14px;
- line-height: 14px;
- padding: 9px 0 9px 10px;
- -webkit-appearance: none;
- border: 1px solid #CCCCCC;
- border-radius: 5px;
- background-color: #EBECED;
- }
- .huiyuan textarea {
- width: 77.9%;
- line-height: 16px;
- padding: 9px 0 9px 10px;
- -webkit-appearance: none;
- border: 1px solid #CCCCCC;
- border-radius: 5px;
- background-color: #EBECED;
- vertical-align: top;
- }
- /*浮沉*/
- .msg_bg {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 99;
- opacity: 0.7;
- background-color: #454545;
- }
- .msg_img {
- position: absolute;
- top: 0;
- right: 20px;
- z-index: 999;
- width: 70%;
- }
- .msg_btn{
- position: absolute;
- top: 50%;
- margin-top: -46px;
- right: 0;
- left: 0;
- background-color: #fff;
- z-index: 999;
- padding: 10px;
- text-align: center;
- }
|