|
@@ -0,0 +1,627 @@
|
|
|
+/* 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;}
|
|
|
+.mui-pull-caption,.mui-pull{font-size: 12px;font-weight: 300;}
|
|
|
+.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;}
|
|
|
+.my-content-padded{margin: 15px;}
|
|
|
+.mui-table-view-cell:after{left: 0;}
|
|
|
+.details-content{max-width: 100%;overflow: hidden;word-break: break-all;}
|
|
|
+.details-content img{max-width: 100% !important;}
|
|
|
+.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;}
|
|
|
+.my-btn-cancel {display: none; position: absolute;right: 10px;top: 10px;padding: 7px 5px;width: 15%;text-align: center;border-radius: 5px;color: #666;}
|
|
|
+.header{margin: 10px 0;}
|
|
|
+#index-top-menu{border: 0;}
|
|
|
+#index-top-menu .mui-control-item{color: #333;border: 0;position: relative;}
|
|
|
+#index-top-menu .mui-control-item.mui-active{background-color: #fff;color: #333;}
|
|
|
+#index-top-menu .mui-control-item.mui-active:after{content: '';position: absolute;left: 50%;bottom: 6px;width: 26px;margin-left: -13px;height: 1px;background-color: #333;}
|
|
|
+#pro-top-menu{border: 0;padding-top: 5px;}
|
|
|
+#pro-top-menu .mui-control-item{color: #333;border: 0;position: relative;}
|
|
|
+#pro-top-menu .mui-control-item.mui-active{background-color: #fff;color: #333;}
|
|
|
+#pro-top-menu .mui-control-item:after{content: '';position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background-color: #ccc;}
|
|
|
+#pro-top-menu .mui-control-item.mui-active:after{background-color: #333;}
|
|
|
+.pro-name{font-size: 14px;color: #333;padding: 2px 0;}
|
|
|
+.pro-price{font-size: 14px;color: #f16071;padding: 2px 0;}
|
|
|
+.banner-box{margin: 0;}
|
|
|
+.swiper-slide img{width: 100%;}
|
|
|
+.banner-box-pro{margin: 12px 14px 5px 14px;}
|
|
|
+.mui-slider-indicator .mui-indicator {display: inline-block;width: 8px;height: 8px;margin: 1px 2px;cursor: pointer;border-radius: 8px;background: #e8e8e8;-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: #f16071;width: 8px;}
|
|
|
+.mui-slider-indicator{bottom: 4px;}
|
|
|
+.table-top{vertical-align: top;}
|
|
|
+.table-bottom{vertical-align: bottom;}
|
|
|
+.table-middle{vertical-align: middle;}
|
|
|
+.div-btn-buy-know{background-color: #f16071;color: #fff;font-size: 16px;}
|
|
|
+.cart{line-height: 1.1;}
|
|
|
+.cart div{font-size: 12px;}
|
|
|
+.my-badge-danger{background: #f16071;color: #fff; -webkit-transform: scale(.7);}
|
|
|
+.cart .my-badge-danger{position: absolute;top: 3px;display: none;}
|
|
|
+.cart:after{content:'';position: absolute;top: 0;left: 0;width: 100%;height: 1px;background: #ccc;-webkit-transform: scaleY(.5);}
|
|
|
+.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%);transform: translateY(100%); -webkit-transition: .5s;transition: .5s;}
|
|
|
+.my-picker.active{-webkit-transform: translateY(0%);transform: translateY(0%);}
|
|
|
+.my-picker .icon-guanbi{position: absolute;right:0;top:0;color: #999;font-size: 16px;padding: 10px;}
|
|
|
+.pro-select-color{padding: 3px 0;background: #f8f8f8;color: #999;border-radius: 15px;margin-right: 8px;margin-bottom: 15px; display: inline-block;width: 22.4%;text-align: center;}
|
|
|
+.pro-select-color.active{background: #f16071;color: #fff;}
|
|
|
+.my-btn-block{font-size: 16px;display: block;width: 100%;margin-bottom:0;padding: 15px 0;border-radius: 0;}
|
|
|
+.my-btn-buy-know{border: 0;background-color: #f16071;color: #fff;}
|
|
|
+.my-btn-buy-know:active{background-color: #f16071 !important;color: #fff;}
|
|
|
+.my-btn-add-cart{border: 0;background-color: #f7a0aa;color: #fff;}
|
|
|
+.my-btn-add-cart:active{background-color: #f7a0aa !important;color: #fff;}
|
|
|
+.my-btn-user-know{border: 0;background-color: #dddddd;color: #fff;}
|
|
|
+.my-btn-user-know.active{border: 0;background-color: #f16071;}
|
|
|
+.div-btn-buy-cart{background-color: #f7a0aa;color: #fff;font-size: 16px;}
|
|
|
+.mui-bar-tab{background-color: #fff;-webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);box-shadow: 0 0 1px rgba(0,0,0,.2);}
|
|
|
+.swiper-button-next.swiper-button-black{background-image: url(../images/next.png);width: 15px;height: 24px;background-size: 15px 24px;right: 15px;}
|
|
|
+.swiper-button-prev.swiper-button-black{background-image: url(../images/prev.png);width: 15px;height: 24px;background-size: 15px 24px;left: 15px;}
|
|
|
+.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: #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;}
|
|
|
+#vip-menu-nav{border: 0;}
|
|
|
+#vip-menu-nav .mui-control-item{color: #333;border: 0;position: relative;line-height: 28px;}
|
|
|
+#vip-menu-nav .mui-control-item.mui-active{background-color: #fff;color: #333;}
|
|
|
+#vip-menu-nav .mui-control-item.mui-active:after{content: '';position: absolute;left: 50%;bottom: 6px;width: 26px;margin-left: -13px;height: 1px;background-color: #333;}
|
|
|
+.mui-numbox [class*=btn-numbox], .mui-numbox [class*=numbox-btn]{line-height: 22px;}
|
|
|
+#jifen-menu-nav {border: 0;}
|
|
|
+#jifen-menu-nav .mui-control-item{color: #999;border: 0;position: relative;line-height: 20px;font-size: 13px;}
|
|
|
+#jifen-menu-nav .mui-control-item>div{color: #f16071;font-size: 14px;}
|
|
|
+#jifen-menu-nav .mui-control-item:before{content:'';position: absolute;left: 0;top: 30%;height: 40%;width: 1px;background: #ccc;-webkit-transform: scaleX(.5);}
|
|
|
+#jifen-menu-nav .mui-control-item:first-child:before{display: none;}
|
|
|
+#jifen-menu-nav .mui-control-item.mui-active{background-color: #fff;color: #999;}
|
|
|
+
|
|
|
+.tel{color: #333;}
|
|
|
+.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;}
|
|
|
+.btn-add-address{height: 20px;line-height: 20px; position: relative;width: 110px; margin: 0 auto;text-align: right;color: #666;}
|
|
|
+.btn-add-address .icon-jia{position: absolute;left:0%;top: 0;font-size: 20px;}
|
|
|
+.my-btn{width: 100px;color: #666;}
|
|
|
+.pro-table-pull{padding-bottom: 50px;}
|
|
|
+.mui-table-view.mui-grid-view .mui-table-view-cell{font-size: 14px;}
|
|
|
+.dalog-vip-center{
|
|
|
+ display: none;
|
|
|
+ -webkit-transition-duration: 400ms;
|
|
|
+ transition-duration: 400ms;
|
|
|
+ position: fixed;
|
|
|
+ width: 280px;
|
|
|
+ height: 260px;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -140px;
|
|
|
+ margin-top: -140px;
|
|
|
+ opacity: 1;
|
|
|
+ z-index: 999;
|
|
|
+}
|
|
|
+.buy-footer1 {position: fixed;bottom: 0;left: 0;height: 50px;background-color: #f0f0f0;width: 100%;padding: 0;}
|
|
|
+.buy-footer1 .tb-clearing tr td:first-child,.buy-footer1 .tb-clearing tr td:nth-of-type(2){position: relative;}
|
|
|
+.buy-footer1 .tb-clearing tr td:first-child:after,.buy-footer1 .tb-clearing tr td:nth-of-type(2):after{content: '';position: absolute;left: 0;top: 0;right: 0;height: 1px;width: 100%;background: #ccc;}
|
|
|
+.buy-footer1 .tb-clearing{border-top: 0;}
|
|
|
+.status-list li{font-size: 12px;color: #666;padding: 5px 15px;}
|
|
|
+.my-btn-black{border: 1px solid rgba(0,0,0,.5);padding: 10px 0;text-align: center;width: 32%;margin: 0 4% 50px 4%;border-radius: 0;}
|
|
|
+.cusomer-ul .mui-table-view-cell>a:not(.mui-btn){margin: -11px -30px;}
|
|
|
+#pro-menu{top: 0;border: 0; border-bottom: 1px solid rgba(0,0,0,.1);border-radius: 0;padding-top: 10px;}
|
|
|
+#pro-menu .mui-control-item{color: #bbb;border-left: 0;position: relative;}
|
|
|
+#pro-menu .mui-control-item:after{content: '';position: absolute;left: 0; width:100%;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;}
|
|
|
+.price{padding:0 0 2px 0;}
|
|
|
+.add_gwc{padding: 18px 25px;border-radius: 0;background-color: #f16071 !important;color: #fff;border: 0;}
|
|
|
+.add_gwc1 {padding: 18px 25px;border-radius: 0;background-color: #ddd;color: #fff;border: 0;width: 100%;}
|
|
|
+.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;}
|
|
|
+.shopping-box{margin-bottom: 55px;}
|
|
|
+.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: 130px !important;max-width: 130px !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: #f16071;}
|
|
|
+.gift{padding-top: 5px;margin-bottom: 0;font-size: 12px;}
|
|
|
+.clearing-box{margin: 14px;}
|
|
|
+.clearing-box .center{margin-left: 35%;}
|
|
|
+.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%;
|
|
|
+}
|
|
|
+ input[name=radio] {
|
|
|
+ width: 18px;
|
|
|
+ height: 18px;
|
|
|
+ -webkit-appearance: none;
|
|
|
+ appearance: none;
|
|
|
+ cursor: pointer;
|
|
|
+ vertical-align: top;
|
|
|
+ background: url(../images/radio-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=radio]:checked {
|
|
|
+ background: url(../images/radio-2.png) center center no-repeat;
|
|
|
+ background-size: 100%;
|
|
|
+}
|
|
|
+.pay-yes{background: #fde9eb;border-radius: 0 0 50% 50%;-webkit-transform: scaleX(1.2);transform: scaleX(1.2); background-size: 100% auto; height:220px;text-align: center;padding: 50px 0;}
|
|
|
+.add-tooth{background: #fde9eb;border-radius:50% 50% 0 0;-webkit-transform: scaleX(1.2);transform: scaleX(1.2); background-size: 100% auto; height:220px;text-align: center;padding: 50px 0;position: fixed;left: 0;width: 100%;bottom: 0;}
|
|
|
+.mui-input-row label{padding: 11px 10px;}
|
|
|
+.my-table{padding: 0 10px;}
|
|
|
+.my-table .my-label{padding-left:50px !important;padding-right:0 !important;}
|
|
|
+.my-table .mui-checkbox input[type=checkbox]:before, .mui-radio input[type=radio]:before{font-size: 25px !important;}
|
|
|
+.my-table .mui-checkbox input[type=checkbox]:checked:before, .mui-radio input[type=radio]:checked:before{color: #f16071;}
|
|
|
+.mui-input-group .mui-input-row:after{display: none;}
|
|
|
+.mui-input-group .line-bottom:after{display: block;left: 10px;right: 10px;}
|
|
|
+.mui-input-group .line-bottom input,.mui-input-group .line-top input{font-size: 12px;}
|
|
|
+.mui-card{border-radius: 5px;box-shadow: 0 1px 5px rgba(0,0,0,.2);}
|
|
|
+.my-tooth-ul>li{margin: 15px 0;}
|
|
|
+.my-tooth-ul>li .footer{color: #666;font-size: 12px;padding-top: 10px;}
|
|
|
+.my-tooth-ul>li .mui-card-header.mui-card-media .mui-media-body{line-height: 27px;padding-left: 20px;}
|
|
|
+.my-tooth-ul>li .mui-card-header>img:first-child{width: 55px;height: 55px;}
|
|
|
+.update {
|
|
|
+ font-style: normal;
|
|
|
+ color: #999999;
|
|
|
+ margin-right: -25px;
|
|
|
+}
|
|
|
+.my-vip-msg-list:after,.my-vip-msg-list:before,.my-vip-msg-list .mui-table-view-cell:after{left: 10px;right: 10px;}
|
|
|
+.my-vip-msg-list.mui-table-view-chevron .mui-table-view-cell{padding: 11px 59px 11px 13px;}
|
|
|
+.my-vip-msg-list input{font-size: 14px;color: #999;}
|
|
|
+.my-vip-msg-list input::-webkit-input-placeholder{color: #ccc;}
|
|
|
+.my-btn-receive{display: block;width: 170px;border: 0;border-radius: 0; padding: 13px 0; margin: 0 auto;background: #f16071;color: #fff;font-size: 16px;}
|
|
|
+.cl-blue{color: #0bacf7;}
|
|
|
+.cl-yellow{color: #f4b200;}
|
|
|
+.integral-list .mui-col-xs-4:after{content:'';position: absolute;right: 0;top: 20%;height: 60%; width: 1px;background: #ccc;}
|
|
|
+.integral-list .mui-col-xs-4:last-child:after{display: none;}
|
|
|
+.my-integral-cell{padding:12px 10px 12px 0;border-radius: 5px; box-shadow: 0 1px 5px rgba(0,0,0,.2);}
|
|
|
+.integral-number{display: inline-block;border-radius: 50%;width:60px;height: 60px;background: #f8f8f8;line-height: 60px;font-weight: bold;}
|
|
|
+.mui-input-group .line-top:before{content: '';position: absolute;
|
|
|
+ right: 10px;
|
|
|
+ top: 0;
|
|
|
+ left: 10px;
|
|
|
+ height: 1px;
|
|
|
+ content: '';
|
|
|
+ -webkit-transform: scaleY(.5);
|
|
|
+ transform: scaleY(.5);
|
|
|
+ background-color: #c8c7cc;}
|
|
|
+.mui-input-group:before,.mui-input-group:after{left: 10px;right: 10px;}
|
|
|
+.my-table .mui-radio input[type=radio].icon-boy:before{ position: relative;
|
|
|
+ font-family: "iconfont" !important;
|
|
|
+ font-size: 28px !important;
|
|
|
+ font-style: normal;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ padding: 0;content: '\e6d2';}
|
|
|
+.my-table .mui-radio input[type=radio].icon-girl:before{ position: relative;
|
|
|
+ font-family: "iconfont" !important;
|
|
|
+ font-size: 28px !important;
|
|
|
+ font-style: normal;
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
+ padding: 0;content: '\e6d3';}
|
|
|
+.address-cantainner{margin:14px 14px 0 14px;background-color: #f3f3f3;text-align: center;}
|
|
|
+.address-cantainner .mui-table-view-cell{background-color: #f3f3f3;border-radius: 5px;padding: 11px 8px;}
|
|
|
+.address-cantainner .mui-table-view-cell.mui-active{background-color: #f3f3f3;}
|
|
|
+.address-cantainner .mui-table{max-height: 80px;min-height: 42px;}
|
|
|
+.address-cantainner .add-address{height: 20px;position: relative;width: 150px; margin: 0 auto;}
|
|
|
+.address-cantainner .icon-jia{position: absolute;left:0%;top: 0;font-size: 20px;}
|
|
|
+.address-cantainner p{font-size: 12px;}
|
|
|
+.btn-youhuiquan:after{right: 0;}
|
|
|
+.lbl-remarks{width: 20% !important;padding:12px 0 10px 0 !important;}
|
|
|
+.ipt-remarks{font-size: 12px;width: 80% !important;}
|
|
|
+.btn-youhuiquan .cl-red{margin-right: 10px;}
|
|
|
+.icon-dingwei{color: #f16071;}
|
|
|
+.btn-add-address{height: 20px;line-height: 20px; position: relative;width: 110px; margin: 0 auto;text-align: right;color: #666;}
|
|
|
+.btn-add-address .icon-jia{position: absolute;left:0%;top: 0;font-size: 20px;}
|
|
|
+.mui-btn-red{background-color: #f16071;}
|
|
|
+
|
|
|
+.dalog-vip-center>div{position: relative;}
|
|
|
+.dalog-vip-center img{display: block;}
|
|
|
+.dalog-vip-center .icon-guanbi{position: absolute;right: 12px;top: 12px;font-size: 20px;color: #f16071;}
|
|
|
+.dalog-vip-center button{background-color: #f16071;color: #fff;border: 0;border-radius: 0;padding: 8px 0;position: absolute;left: 50%;width: 100px;margin-left: -50px;bottom: 20px;}
|
|
|
+.jifen-box{padding: 10px 0;border-bottom: 1px solid rgba(0,0,0,.1);margin-bottom: 20px;}
|
|
|
+.order-menu-box{padding:0;background: #fff;margin-bottom: 8px;}
|
|
|
+.order-menu-box .my-badge-danger{position: absolute;top: -2px;right: 25%;}
|
|
|
+.user-leave{position: absolute;right: 0;bottom: 0;width: 20px;}
|
|
|
+.user-leave img{width: 100%;}
|
|
|
+h4{color: #333;font-weight: 500;}
|
|
|
+
|
|
|
+ .mui-demo-container{
|
|
|
+ background-color: #fff;
|
|
|
+ padding: 10px 15px;
|
|
|
+ }
|
|
|
+ .mui-progressbar{
|
|
|
+ margin-bottom: 6px;
|
|
|
+ background-color: #e6e6e6;
|
|
|
+ }
|
|
|
+ .mui-btn-block{
|
|
|
+ padding: 5px 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ #demo5 .mui-progressbar{
|
|
|
+ margin: 15px 10px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .mui-progressbar-success span {
|
|
|
+ background-color: #4cd964;
|
|
|
+ }
|
|
|
+ .mui-progressbar-warning span {
|
|
|
+ background-color: #f0ad4e;
|
|
|
+ }
|
|
|
+ .mui-progressbar-danger span {
|
|
|
+ background-color: #dd524d;
|
|
|
+ }
|
|
|
+ .mui-progressbar-royal span {
|
|
|
+ background-color: #8a6de9;
|
|
|
+ }
|
|
|
+ .mui-progressbar span{
|
|
|
+ background-color: #f16071;
|
|
|
+ }
|
|
|
+ .content article,.content section,.content time,.content aside {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ .point-time {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ width: 13px;
|
|
|
+ height: 13px;
|
|
|
+ top: 14px;
|
|
|
+ left: 10%;
|
|
|
+ background: #f16071;
|
|
|
+ margin-left: -4px;
|
|
|
+ border-radius: 50%;
|
|
|
+ box-shadow: 0 0 0 2px #fff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .text-red {
|
|
|
+ color: #f6393f;
|
|
|
+ }
|
|
|
+
|
|
|
+ .text-blue {
|
|
|
+ color: #1c87bf;
|
|
|
+ }
|
|
|
+
|
|
|
+ .text-green {
|
|
|
+ color: #95c91e;
|
|
|
+ }
|
|
|
+
|
|
|
+ .text-yellow {
|
|
|
+ color: #ffb902;
|
|
|
+ }
|
|
|
+
|
|
|
+ .text-purple {
|
|
|
+ color: #d32d93;
|
|
|
+ }
|
|
|
+
|
|
|
+ .content {
|
|
|
+ width: 100%;
|
|
|
+ margin: 20px auto;
|
|
|
+ }
|
|
|
+ .content article {
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .content article > h3 {
|
|
|
+ width: 100%;
|
|
|
+ height: 20px;
|
|
|
+ line-height: 20px;
|
|
|
+ text-align: left;
|
|
|
+ text-indent: 3%;
|
|
|
+ font-size: 1.4em;
|
|
|
+ color: #fff;
|
|
|
+ padding: 10px 0 20px;
|
|
|
+ background-color: #dd6d01;
|
|
|
+ }
|
|
|
+ .content article section {
|
|
|
+ padding: 0 0 17px;
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .content article section:before {
|
|
|
+ content: "";
|
|
|
+ width: 5px;
|
|
|
+ top: 17px;
|
|
|
+ bottom: -17px;
|
|
|
+ left: 10%;
|
|
|
+ background: #e6e6e6;
|
|
|
+ position: absolute;
|
|
|
+ }
|
|
|
+ .content article section:last-child:before {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .content article section time {
|
|
|
+ width: 25%;
|
|
|
+ display: block;
|
|
|
+ position: absolute;
|
|
|
+ left: 12%;
|
|
|
+ padding-top: 10px;
|
|
|
+ }
|
|
|
+ .content article section time > span {
|
|
|
+ display: block;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .content article section aside {
|
|
|
+ color: #3a3a38;
|
|
|
+ margin-left: 40%;
|
|
|
+ padding-bottom: 15px;
|
|
|
+ }
|
|
|
+ .content article section .brief {
|
|
|
+ color: #333;
|
|
|
+ }
|
|
|
+ .content article section .things {
|
|
|
+ color: #333;
|
|
|
+ }
|
|
|
+ .scan-frame-box{margin:50px auto;width:240px;text-align: center;}
|
|
|
+ .scan-frame-box img{width: 180px;display: block;margin: 0 auto;}
|
|
|
+ .add-tooth-footer{position: fixed;width: 100%;left: 0;bottom: 50px;text-align: left;}
|
|
|
+ .add-tooth-content{padding:20px 0 10px 15%;}
|
|
|
+.my-pull-right{float: right;margin-right: 25px;}
|
|
|
+.mui-table-view-cell .my-order-btn{width: 40%;color: #666;margin: 0 0 0 10px;padding: 6px 0;}
|
|
|
+.my-table-view-order>li{position: relative;padding-bottom: 0;}
|
|
|
+.my-table-view-order .mui-col-xs-6{font-size: 15px !important;}
|
|
|
+.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;}
|
|
|
+.mui-table-view-cell.mui-active{background-color: #fff;}
|
|
|
+.share-dalog{background: rgba(0,0,0,.7);position: fixed;left: 0;top: 0;right: 0;bottom: 0;width: 100%;height: 100%;z-index: 99;display: none;}
|
|
|
+.share-dalog img{width: 100%;}
|
|
|
+.mui-table-view-cell>a:not(.mui-btn).mui-active{background-color: #fff;}
|
|
|
+.my-btn-request{width: 100px;color: #666;padding: 10px 15px;border-radius: 5px;}
|
|
|
+.user-head{width: 80px;margin: 0 auto;line-height: 0;font-size: 0;border: 2px solid #fff;position: relative;}
|
|
|
+.xiajia{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(255,255,255,.6);padding-top: 43px;padding-left: 60px;}
|
|
|
+.xiajia:before{content: '';background: rgba(0,0,0,.1);position: absolute;left: 25px;top: 0;width: 120px;height: 100px;opacity: .5;}
|
|
|
+.user-head img{width: 100%;display: block;border-radius: 50%;}
|
|
|
+.user-name{font-size: 16px;padding: 10px 0;}
|
|
|
+.my-center-no:after,.my-center-no:before{display: none;}
|
|
|
+.my-center-no .mui-table-view-cell{color: #666;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: #666;}
|
|
|
+.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: #666;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: #666;color: #fff;border-radius: 0;border: 0;height: 50px;font-size: 18px;}
|
|
|
+.vip-user-box{position: relative;height: 180px;}
|
|
|
+.user-middle{position: absolute;left: 0; top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 100%;text-align: center;}
|
|
|
+.progressbar-box{width: 200px;margin: 0 auto;text-align: center;}
|
|
|
+.vip-user-box .my-h6{font-size: 12px;color: #999;margin: 10px 0 0 0;}
|
|
|
+.shopping-cart-list .mui-table-view-cell.mui-active{background-color: #fff;}
|
|
|
+.shopping-cart-list .mui-table-view-cell.mui-active>.mui-slider-handle{background-color: #fff;}
|
|
|
+.mui-preview-image.mui-fullscreen {
|
|
|
+ position: fixed;
|
|
|
+ z-index: 20;
|
|
|
+ background-color: #000;
|
|
|
+ }
|
|
|
+ .mui-preview-header,
|
|
|
+ .mui-preview-footer {
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ left: 0;
|
|
|
+ z-index: 10;
|
|
|
+ }
|
|
|
+ .mui-preview-header {
|
|
|
+ height: 24px;
|
|
|
+ bottom: 0;
|
|
|
+ }
|
|
|
+ .mui-preview-footer {
|
|
|
+ height: 50px;
|
|
|
+ bottom: 0px;
|
|
|
+ }
|
|
|
+ .mui-preview-header .mui-preview-indicator {
|
|
|
+ display: block;
|
|
|
+ line-height: 25px;
|
|
|
+ color: #fff;
|
|
|
+ text-align: center;
|
|
|
+ margin: 15px auto 4;
|
|
|
+ width: 70px;
|
|
|
+ background-color: rgba(0, 0, 0, 0.4);
|
|
|
+ border-radius: 12px;
|
|
|
+ font-size: 12px;
|
|
|
+ margin: 0 auto;
|
|
|
+ }
|
|
|
+ .mui-preview-image {
|
|
|
+ display: none;
|
|
|
+ -webkit-animation-duration: 0.5s;
|
|
|
+ animation-duration: 0.5s;
|
|
|
+ -webkit-animation-fill-mode: both;
|
|
|
+ animation-fill-mode: both;
|
|
|
+ }
|
|
|
+ .mui-preview-image.mui-preview-in {
|
|
|
+ -webkit-animation-name: fadeIn;
|
|
|
+ animation-name: fadeIn;
|
|
|
+ }
|
|
|
+ .mui-preview-image.mui-preview-out {
|
|
|
+ background: none;
|
|
|
+ -webkit-animation-name: fadeOut;
|
|
|
+ animation-name: fadeOut;
|
|
|
+ }
|
|
|
+ .mui-preview-image.mui-preview-out .mui-preview-header,
|
|
|
+ .mui-preview-image.mui-preview-out .mui-preview-footer {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .mui-zoom-scroller {
|
|
|
+ position: absolute;
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -webkit-flex;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-align: center;
|
|
|
+ -webkit-align-items: center;
|
|
|
+ align-items: center;
|
|
|
+ -webkit-box-pack: center;
|
|
|
+ -webkit-justify-content: center;
|
|
|
+ justify-content: center;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ top: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ margin: 0;
|
|
|
+ -webkit-backface-visibility: hidden;
|
|
|
+ }
|
|
|
+ .mui-zoom {
|
|
|
+ -webkit-transform-style: preserve-3d;
|
|
|
+ transform-style: preserve-3d;
|
|
|
+ }
|
|
|
+ .mui-slider .mui-slider-group .mui-slider-item img {
|
|
|
+ width: auto;
|
|
|
+ height: auto;
|
|
|
+ max-width: 100%;
|
|
|
+ max-height: 100%;
|
|
|
+ }
|
|
|
+ .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
|
|
|
+ display: inline-table;
|
|
|
+ }
|
|
|
+ .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
|
|
|
+ display: table-cell;
|
|
|
+ vertical-align: middle;
|
|
|
+ }
|
|
|
+ .mui-preview-loading {
|
|
|
+ position: absolute;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .mui-preview-loading.mui-active {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ .mui-preview-loading .mui-spinner-white {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -25px;
|
|
|
+ margin-top: -25px;
|
|
|
+ height: 50px;
|
|
|
+ width: 50px;
|
|
|
+ }
|
|
|
+ .mui-preview-image img.mui-transitioning {
|
|
|
+ -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
|
|
|
+ transition: transform 0.5s ease, opacity 0.5s ease;
|
|
|
+ }
|
|
|
+ @-webkit-keyframes fadeIn {
|
|
|
+ 0% {
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @keyframes fadeIn {
|
|
|
+ 0% {
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @-webkit-keyframes fadeOut {
|
|
|
+ 0% {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ @keyframes fadeOut {
|
|
|
+ 0% {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+ 100% {
|
|
|
+ opacity: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ p img {
|
|
|
+ max-width: 100%;
|
|
|
+ height: auto;
|
|
|
+ }
|
|
|
+ .my-yhq-list{background-color: transparent;padding:0 15px;}
|
|
|
+ .my-yhq-list:before,.my-yhq-list:after{display: none;}
|
|
|
+ .my-yhq-list .my-yhq-cell{margin: 15px 0;position: relative;}
|
|
|
+ .my-yhq-list .my-yhq-cell:last-child{margin-bottom: 0;}
|
|
|
+ .my-yhq-list .fixed-box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
|
|
|
+ .my-yhq-list .table{display: table;height: 100%;width: 100%;}
|
|
|
+ .my-yhq-list .left-cell{display: table-cell;width: 69%;height: 100%;padding:5%;}
|
|
|
+ .my-yhq-list .right-cell{display: table-cell;width: 31%;height: 100%;text-align: center;vertical-align: middle;}
|
|
|
+ .my-yhq-list .left-cell .tit{font-size: 18px;color: #333;}
|
|
|
+ .my-yhq-list .active .left-cell .tit{color: #999;}
|
|
|
+ .my-yhq-list .left-cell .time{color: #666;font-size: 12px;}
|
|
|
+ .my-yhq-list .active .left-cell .time{color: #999;}
|
|
|
+ .my-yhq-list .left-cell .condition{position: absolute;left: 5%;bottom: 18%;font-size: 12px;color: #666;}
|
|
|
+ .my-yhq-list .active .left-cell .condition{color: #999;}
|
|
|
+ .my-yhq-list .right-cell .money{color: #f16071;margin: 5px 0;}
|
|
|
+ .my-yhq-list .active .right-cell .money{color: #999;}
|
|
|
+ .my-yhq-list .right-cell .money>span{font-size: 35px;}
|
|
|
+ .my-yhq-list .right-cell .my-btn{color: #fff;padding:8px 10px;font-size: 14px;border-radius: 5px;}
|
|
|
+ .my-yhq-list .right-cell .my-btn:active{background-color: rgba(0,0,0,.5);}
|
|
|
+ .grayscale{color: #807f80 !important;}
|
|
|
+ .my-yhq-list .right-cell .my-btn.grayscale{opacity: 0;}
|
|
|
+
|
|
|
+ .tab-yhq-list{background: #fff;border: 0;position: fixed;left: 0;top: 0;width: 100%;z-index: 10;}
|
|
|
+ .tab-yhq-list .mui-control-item{position: relative;}
|
|
|
+ .tab-yhq-list .mui-control-item{color: #a1a1a1;}
|
|
|
+ .tab-yhq-list .mui-control-item.mui-active {color: #f44f80 !important;border-bottom: 2px solid #f44f80;}
|
|
|
+ .follow-me-box{background-color: #fff;height:220px;text-align: center;padding: 50px 0;}
|
|
|
+ .follow-me-cell{margin:-40px auto 0 auto;width:240px;text-align: center;}
|
|
|
+ .integral-log-nav{position: fixed;left: 0;top: 0;width: 100%;height: 44px;}
|
|
|
+ .logistics-massage-head{background-color: #fff;height:175px;text-align: center;padding:10px 0;border-bottom: 1px solid rgba(0,0,0,.1);}
|
|
|
+ .logistics-massage-cell{position: absolute;width: 100%;left: 0;top: 18px;text-align: center;}
|
|
|
+ .logistics-massage-cell h4,.logistics-massage-cell h6{margin: 10px 0;}
|