|
@@ -0,0 +1,184 @@
|
|
|
+/* Css Reset */
|
|
|
+body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
|
|
|
+form,fieldset,input,textarea,p,blockquote,th,td,img { padding: 0; margin: 0; }
|
|
|
+fieldset,img { border: 0; }
|
|
|
+address,caption,cite,code,dfn,em,th,var,i { font-weight:normal; font-style:normal; }
|
|
|
+ol,ul,li { list-style: none; }
|
|
|
+div,dl,dt,dd,ol,ul,li{ zoom:1; }
|
|
|
+caption,th { text-align: left; }
|
|
|
+q:before,q:after { content:''; }
|
|
|
+abbr,acronym { border: 0; }
|
|
|
+
|
|
|
+/*loading*/
|
|
|
+.loading{width: 100%;height:100%;position: fixed;top: 0;padding-top: 50%; left: 0;background: rgba(0,0,0,0.8);z-index: 999;}
|
|
|
+.loading-bj{background: url(../images/loading.png);width: 20px;height: 20px;background-size: 20px;margin: 0.3rem auto 0;animation:rotateIn 1s .2s linear infinite;-moz-animation:rotateIn 1s .2s linear infinite;-webkit-animation:rotateIn 1s .2s linear infinite;}
|
|
|
+.loading p{color:#fff;opacity: .7; font-size: 12px;text-align: center;margin-top: 0.1rem;}
|
|
|
+
|
|
|
+@-webkit-keyframes rotateIn{
|
|
|
+0%{transform: rotate(0)}
|
|
|
+100%{transform: rotate(360deg)}
|
|
|
+}
|
|
|
+@-moz-keyframes rotateIn{
|
|
|
+0%{transform: rotate(0)}
|
|
|
+100%{transform: rotate(360deg)}
|
|
|
+}
|
|
|
+body{background-color: #fff;font-size: 14px;}
|
|
|
+p{color: #999;}
|
|
|
+.loading-bg{width: 100%;min-width:100%;height: 100%;min-height:100%; background-color:#F0F0F0;position: fixed;left: 0;top: 0;z-index: 999;}
|
|
|
+.loading-bg .mui-loading{margin-top: 50%;text-align: center;color: #aaa;}
|
|
|
+.mui-content{background-color: #fff;}
|
|
|
+.mui-bar-nav{-webkit-box-shadow: 0 0 0 #fff;box-shadow: 0 0 0 #fff;position: fixed;background-color: #fff; padding: 10px 14px;height: 55px;}
|
|
|
+.mui-bar-nav:after{display: none;}
|
|
|
+.mui-bar-nav~.mui-content{padding-top: 55px;}
|
|
|
+.mui-bar-nav .my-search-ipt{font-size: 14px !important;width: 80%;border: 0;background:url(../images/search.png) 10px center no-repeat #f3f3f3;background-size:auto 50%;height: 35px; border-radius: 7px;padding:6px 10px 6px 40px;margin-bottom: 0;}
|
|
|
+.mui-bar-nav .my-search-ipt::-webkit-input-placeholder {color:#bbb;}
|
|
|
+.search-cotainer{}
|
|
|
+#search-hot{background-color: #fff;position: absolute;left: 14px;right: 14px;top: 50px; height: 800px;}
|
|
|
+#search-hot p{margin-bottom: 0;margin-top: 10px;}
|
|
|
+.mui-bar #search-hot .mui-btn {font-weight: 400;position: relative;z-index: 20;top: 7px;border-radius: 15px;color: #727171; margin-top: 0;padding: 5px;width: 90px;margin: 0 10px 12px 0;}
|
|
|
+.line-25{line-height: 2.5;}
|
|
|
+.my-btn-cancel {display: none; position: absolute;right: 10px;top: 10px;padding: 7px 5px;width: 15%;text-align: center;border-radius: 5px;color: #727171;}
|
|
|
+.autocompleter {width: 100%;margin: 0;padding: 0;background: #fff;color: #727171;}
|
|
|
+.autocompleter-hint {display: none;}
|
|
|
+.autocompleter-list {list-style: none;margin: 0;padding:0;text-align: left;-webkit-box-sizing: border-box;box-sizing: border-box;}
|
|
|
+.autocompleter-list>li{position: relative;padding:2px 0;height: 40px;display: inline-block;}
|
|
|
+.autocompleter-list>li span{font-weight: 400;position: relative;z-index: 20;top: 1px;border-radius: 15px;color: #727171;margin-top: 0;padding: 5px;width: 90px;margin: 10px 10px 12px 0;border: 1px solid #ccc;display: inline-block;text-align: center;}
|
|
|
+.autocompleter-list>li strong{color: red;}
|
|
|
+.mui-bar-nav .icon-caidan{position: absolute;right:10px;top:12px;color: #727171;font-size: 22px;padding: 5px 0;}
|
|
|
+.banner-box{margin: 0 14px 5px 14px;}
|
|
|
+.banner-box-pro{margin: 12px 14px 5px 14px;}
|
|
|
+#slider{border-radius: 10px;}
|
|
|
+.mui-slider .mui-slider-group .mui-slider-item{border-radius: 10px;}
|
|
|
+.mui-slider-indicator .mui-indicator {display: inline-block;width: 10px;height: 2px;margin: 1px 2px;cursor: pointer;border-radius: 0;background: #ccc;-webkit-box-shadow: 0 0 0 0 rgba(130,130,130,.7);box-shadow: 0 0 0 0 rgba(130,130,130,.7);}
|
|
|
+.mui-slider-indicator .mui-active.mui-indicator{background-color: #727171;width: 16px;}
|
|
|
+.mui-slider-indicator{bottom: 4px;}
|
|
|
+.mui-slider .mui-slider-group .mui-slider-item img{border-radius: 10px;}
|
|
|
+.index-title{padding: 14px 14px 0 14px;}
|
|
|
+.index-title .mui-pull-right{color: #727171;}
|
|
|
+.index-title font{display: inline-block;-webkit-transform: translateY(-3px);transform: translateY(-3px);}
|
|
|
+.index-pro-tit{text-align: left;font-size: 14px;}
|
|
|
+.pro-tit{text-align: left;font-size: 14px;white-space: pre-line;color: #333;}
|
|
|
+#index-pro-items{border: 1px solid transparent;}
|
|
|
+#index-pro-items .mui-control-item{color: #727171;border-color: transparent;border-left: transparent;background-color: #f9f8f7;border-radius: 5px;display: inline-block;width: 31.8%;margin-right: 2%;}
|
|
|
+#index-pro-items .mui-control-item:last-child{margin-right: 0;}
|
|
|
+#index-pro-items .mui-control-item.mui-active {color: #fff;background-color: #727171;}
|
|
|
+.f-price{float: right;color: #ff3b3b;}
|
|
|
+.l-price{color: #ff3b3b;text-align:left;}
|
|
|
+#index-pro-list .mui-col-xs-12{padding-right: 2px;}
|
|
|
+.mui-bar-tab{background-color: #727171;}
|
|
|
+.mui-bar-tab .mui-tab-item{color: #bbb;}
|
|
|
+.mui-bar-tab .mui-tab-item .iconfont {top: 3px;width: 24px;height: 24px;padding-top: 0;padding-bottom: 0;}
|
|
|
+.mui-bar-tab .mui-tab-item .iconfont~.mui-tab-label{font-size: 12px;display: block;overflow: hidden;text-overflow: ellipsis; padding-top: 5px;line-height: 1;}
|
|
|
+.mui-bar-tab .mui-tab-item.mui-active{color: #fff;}
|
|
|
+#menu { text-align: left;overflow: hidden;-webkit-transition: height .6s;margin: 0; padding: 0; position: fixed; left: 0; top: 0;right: 0; list-style-type: none; z-index: 70;height:0px;width: 100%; background: rgba(27,27,31,1);}
|
|
|
+#menu.active{height: 100%;}
|
|
|
+#menu li { margin: 0;position: relative;text-align: left;padding:15px 14px;display:block;}
|
|
|
+#menu li.line:after{content: '';width: 65%;height: 1px;background-color: #bbb;position: absolute;left:15px;bottom: 0;-webkit-transform: scaleY(.3);}
|
|
|
+#menu li:first-child{text-align: right;padding: 20px 20px 10px 20px;}
|
|
|
+#menu a {color: #bbb; text-decoration: none;margin: 10px 0;width: 100%;min-width: 100%;font-size: 0;}
|
|
|
+#menu a:focus{outline:none;}
|
|
|
+#menu .active a {font-size:14px;}
|
|
|
+#menu .active a div{padding-bottom: 0;}
|
|
|
+#menu label{font-size: 0;color: #bbb;}
|
|
|
+#menu .active label {font-size:18px;}
|
|
|
+#menu .icon-guanbi{color: #fff;font-size: 20px;}
|
|
|
+.mui-bar #pro-menu{top: 0;border: 1px solid rgba(0,0,0,.1);border-radius: 5px;}
|
|
|
+#pro-menu .mui-control-item{color: #bbb;border-left: 1px solid rgba(0,0,0,.1);position: relative;}
|
|
|
+#pro-menu .mui-control-item:after{content: '';position: absolute;left: 50%;-webkit-transform: translateX(-50%); width: 3em;height: 1px;background-color: transparent;bottom: 0;}
|
|
|
+#pro-menu .mui-control-item:first-child{border-left-width: 0px;}
|
|
|
+#pro-menu .mui-control-item:last-child:after{width: 4em;}
|
|
|
+#pro-menu .mui-control-item.mui-active{color: #333;background-color: #fff;}
|
|
|
+#pro-menu .mui-control-item.mui-active:after{background-color: #333;}
|
|
|
+.my-grid-view-no:after,.my-grid-view-no:before,.my-grid-view-no .mui-table-view-cell:after{display: none;}
|
|
|
+.my-view-no:after,.my-view-no:before{display: none;}
|
|
|
+.add-cart{border: 1px solid rgba(0,0,0,.1);padding: 5px 5px 0 5px;float: left;border-radius: 5px;color: #bbb;}
|
|
|
+.btn-buy-now{color: #727171;width: 60% !important;border: 1px solid rgba(0,0,0,.1);font-weight: 600;border-radius: 5px;}
|
|
|
+.index-title .icon-liwu{font-size: 16px;margin-right: 10px;color: #ff4b4b;}
|
|
|
+.pro-price{color: #ff3b3b;text-align: left;padding: 0 0 5px 0;}
|
|
|
+.mui-table-view.mui-grid-view .mui-col-xs-5 .mui-media-object{width: 90%;padding-top: 3%;}
|
|
|
+.my-picker{position: fixed;bottom: 0;padding-top: 0;max-height: 500px; left: 0;width: 100%;z-index: 999; background-color: #fff; -webkit-transform: translateY(100%); -webkit-transition: .5s;}
|
|
|
+.my-picker.active{-webkit-transform: translateY(0%);}
|
|
|
+.my-table-view-cell{padding: 5px 15px;}
|
|
|
+.table-top{vertical-align: top;}
|
|
|
+.table-middle{vertical-align: middle;}
|
|
|
+.my-media-object{width: 78%;}
|
|
|
+.my-btn-block{font-size: 18px;display: block;width: 100%;margin-bottom:0;padding: 15px 0;border-radius: 0;}
|
|
|
+.my-btn-buy-know{border: 0;background-color: #727171;color: #fff;}
|
|
|
+.div-btn-buy-know{background-color: #727171;color: #fff;font-size: 18px;}
|
|
|
+.mui-bar-tab .my-grid-view-no{height: 100%;}
|
|
|
+.mui-bar-tab .mui-table-view-cell{height: 100%;padding:0;}
|
|
|
+.mui-bar-tab .mui-table-view-cell.mui-active{background-color: #fff;}
|
|
|
+.mui-bar-tab .mui-table{height: 100%;text-align: center;}
|
|
|
+.buy-footer1 {position: fixed;bottom: 0;left: 0;height: 50px;background-color: #f0f0f0;width: 100%;padding: 0;}
|
|
|
+.price{padding:0 0 2px 0;}
|
|
|
+.add_gwc{padding: 18px 25px;border-radius: 0;background-color: #727171 !important;color: #fff;border: 0;}
|
|
|
+.add_gwc1 {padding: 18px 25px;border-radius: 0;background-color: #ddd;color: #fff;border: 0;}
|
|
|
+.add_gwc:active{color: #fff;background-color:#ff1b68;}
|
|
|
+.gwc_null {padding: 12% 0 8% 0;text-align: center;display: none;}
|
|
|
+.tb-clearing {width: 100%;background-color: #fff;border-top: 1px solid rgba(0,0,0,.1);}
|
|
|
+.tb-clearing tr td:first-child {width: 22%;text-align: right;min-width: 3.5em;}
|
|
|
+.quanxuan {position: relative;}
|
|
|
+.tb-clearing tr td:nth-of-type(2) {width: 50%;}
|
|
|
+.mt-mr-che {margin: 2.5em .3em 0 0;}
|
|
|
+.wh-100 {width: 100px !important;max-width: 100px !important;height: 100px !important;line-height: 100px; margin-top: 0;overflow: hidden;}
|
|
|
+.wh-100 img {height: 100%;}
|
|
|
+.count_price_box {color: #e4004d;}
|
|
|
+.cl-red{color: #ff3b3b;}
|
|
|
+.gift{padding-top: 5px;margin-bottom: 0;text-indent: 18px;}
|
|
|
+.clearing-box{margin: 14px;}
|
|
|
+.clearing-box .center{margin-left: 25%;}
|
|
|
+.my-view-no-top:before{display: none;}
|
|
|
+.my-view-no-top .mui-navigate-right:after{right: 0;font-size: 22px;}
|
|
|
+ input[name=checkbox] {
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
+ -webkit-appearance: none;
|
|
|
+ appearance: none;
|
|
|
+ cursor: pointer;
|
|
|
+ vertical-align: top;
|
|
|
+ background: url(../images/select-1.png) center center no-repeat;
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
+ -moz-box-sizing: border-box;
|
|
|
+ box-sizing: border-box;
|
|
|
+ position: relative;
|
|
|
+ border: 0;
|
|
|
+ background-size: 100%;
|
|
|
+}
|
|
|
+input[name=checkbox]:checked {
|
|
|
+ background: url(../images/select-2.png) center center no-repeat;
|
|
|
+ background-size: 100%;
|
|
|
+}
|
|
|
+.my-btn{width: 100px;color: #727171;}
|
|
|
+.pro-table-pull{padding-bottom: 50px;}
|
|
|
+h4{color: #333;font-weight: 500;}
|
|
|
+.my-pull-right{float: right;margin-right: 25px;}
|
|
|
+.mui-table-view-cell .my-order-btn{width: 40%;color: #727171;margin: 0 0 0 10px;padding: 6px 0;}
|
|
|
+.my-table-view-order>li{position: relative;padding-bottom: 10px;}
|
|
|
+.my-table-view-order>li:after{content: '';position: absolute;left: 14px;bottom: 0;right:14px;height: 1px;background-color: #ccc;-webkit-transform: scaleY(.5);}
|
|
|
+.mui-col-xs-8 div,.mui-col-xs-8 p,.mui-col-xs-8 h6{margin:0 0 5px 0;}
|
|
|
+.my-table-view{padding: 15px 0;}
|
|
|
+.my-table-view>li{margin: 10px 0;}
|
|
|
+.my-btn-request{width: 100px;color: #727171;padding: 10px 15px;border-radius: 5px;}
|
|
|
+.user-head{width: 18%;margin: 0 auto;border-radius: 50%;overflow: hidden;line-height: 0;font-size: 0;border: 2px solid #fff;}
|
|
|
+.user-head img{width: 100%;display: block;}
|
|
|
+#menu-nav .mui-control-item {line-height: 1.5;color: #727171;border-color: #fff;border:0;padding: 10px 0 15px 0;position: relative;}
|
|
|
+#menu-nav {border: 0;border-radius: 3px;}
|
|
|
+#menu-nav .mui-control-item.mui-active {color: #333;background-color:rgba(0,0,0,.1);}
|
|
|
+#menu-nav .iconfont{font-size: 28px;color: #333;}
|
|
|
+#menu-nav .mui-badge{position: absolute;left: 58%;top: 0;background-color: #ff5151;color: #fff; -webkit-transform: scale(.7);}
|
|
|
+.my-center-no:after,.my-center-no:before{display: none;}
|
|
|
+.my-center-no .mui-table-view-cell{color: #727171;padding: 15px;}
|
|
|
+.my-center-no .mui-table-view-cell:nth-of-type(5){padding-top: 25px;}
|
|
|
+.my-center-no .mui-table-view-cell .mui-icon{color: #727171;}
|
|
|
+.my-center-no .mui-table-view-cell .iconfont{color: #333;margin-right: 10px;float: left;}
|
|
|
+.my-center-no .mui-table-view-cell:after{right: 14px;}
|
|
|
+.my-center-no .mui-table-view-cell:last-child:after{height: 1px;}
|
|
|
+.back_top {position: fixed;right: 15px; bottom: 20px;width: 45px;height: 45px;background: rgba(0,0,0,.2);border-radius: 50%;cursor: pointer;display: none;text-align: center;line-height: 50px;color: #666;}
|
|
|
+.card-input-group .mui-input-row{border: 1px solid #ccc;margin: 10px;border-radius: 5px;}
|
|
|
+.card-input-group .mui-input-row:after,.card-input-group:before,.card-input-group:after{display: none;}
|
|
|
+.card-input-group .mui-input-row input{font-size: 14px;}
|
|
|
+.card-input-group .mui-input-row label{width: 25%;}
|
|
|
+.card-input-group .mui-input-row label~input{width: 75%;}
|
|
|
+.card-input-group .btn-pull-code{background-color: #727171;color: #fff;border: 0;float: right;margin:3px 3px 0 0;width: 100px;}
|
|
|
+.card-input-group input::-webkit-input-placeholder{color: #bbb;}
|
|
|
+.my-btn-submit{width: 100%;background-color: #727171;color: #fff;border-radius: 0;border: 0;height: 50px;font-size: 18px;}
|