|
@@ -1,293 +1,353 @@
|
|
|
-/* 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;font-size: 12px;}
|
|
|
-.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;min-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;min-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 5px 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;}
|
|
|
-.mui-pull-caption{font-size: 12px;font-weight:500;}
|
|
|
-#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: 5px;color: #ff4b4b;}
|
|
|
-.details-title{padding: 14px 0 0 0;text-align: left;}
|
|
|
-.details-title .icon-liwu{font-size: 16px;margin-right: 5px;color: #ff4b4b;}
|
|
|
-.pro-price{color: #ff3b3b;text-align: right;padding: 5px 0 10px 0;font-size: 16px;}
|
|
|
-.fixed-cart{position: fixed;right: 10px;bottom:80px;line-height: 50px;text-align: center; border-radius: 50%;background-color:rgba(0,0,0,.1);width: 50px;height:50px;}
|
|
|
-.my-badge-danger{position: absolute;top: 6px;right: 4px;background-color: #f00;color: #fff;display: none;}
|
|
|
-.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%);transform: translateY(100%); -webkit-transition: .5s;transition: .5s;}
|
|
|
-.my-picker.active{-webkit-transform: translateY(0%);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;opacity: 1;}
|
|
|
-.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;}
|
|
|
-.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: 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;font-size: 12px;}
|
|
|
-.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: 100px;height: 100px;opacity: .5;}
|
|
|
-.clearing-box{margin: 14px;padding-bottom: 50px;}
|
|
|
-.clearing-box .center{margin-left: 25%;}
|
|
|
-.shopping-cart-list .mui-table-view-cell.mui-active{background-color: #fff;}
|
|
|
-.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%;
|
|
|
-}
|
|
|
-.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: #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;}*/
|
|
|
-.tel{color: #999;}
|
|
|
-.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;}
|
|
|
-.content article,.content section,.content time,.content aside {
|
|
|
- display: block;
|
|
|
- }
|
|
|
- .point-time {
|
|
|
- content: "";
|
|
|
- position: absolute;
|
|
|
- width: 13px;
|
|
|
- height: 13px;
|
|
|
- top: 14px;
|
|
|
- left: 10%;
|
|
|
- background: #a87d5c;
|
|
|
- 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;
|
|
|
- font-size: 12px;
|
|
|
- }
|
|
|
- .content article section .things {
|
|
|
- color: #333;
|
|
|
- font-size: 12px;
|
|
|
- }
|
|
|
- .logistics-massage-head{background-color: #fff;height:125px;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;}
|
|
|
+/* 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;color: #333;}
|
|
|
+p{color: #999;font-size: 12px;}
|
|
|
+.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;min-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;min-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 5px 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: #fff;-webkit-box-shadow:rgba(0,0,0,.1) 0px 0px 2px; box-shadow:rgba(0,0,0,.1) 0px 0px 2px;}
|
|
|
+.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;}
|
|
|
+#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;}
|
|
|
+.mui-pull-caption{font-size: 12px;font-weight:500;}
|
|
|
+#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: 5px;color: #ff4b4b;}
|
|
|
+.details-title{padding: 14px 0 0 0;text-align: left;}
|
|
|
+.details-title .icon-liwu{font-size: 16px;margin-right: 5px;color: #ff4b4b;}
|
|
|
+.pro-price{color: #ff3b3b;text-align: right;padding: 5px 0 10px 0;font-size: 16px;}
|
|
|
+.fixed-cart{position: fixed;right: 10px;bottom:80px;line-height: 50px;text-align: center; border-radius: 50%;background-color:rgba(0,0,0,.1);width: 50px;height:50px;}
|
|
|
+.my-badge-danger{position: absolute;top: 6px;right: 4px;background-color: #f00;color: #fff;display: none;}
|
|
|
+.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%);transform: translateY(100%); -webkit-transition: .5s;transition: .5s;}
|
|
|
+.my-picker.active{-webkit-transform: translateY(0%);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;opacity: 1;}
|
|
|
+.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;}
|
|
|
+.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: 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;font-size: 12px;}
|
|
|
+.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: 100px;height: 100px;opacity: .5;}
|
|
|
+.clearing-box{margin: 14px;padding-bottom: 50px;}
|
|
|
+.clearing-box .center{margin-left: 25%;}
|
|
|
+.shopping-cart-list .mui-table-view-cell.mui-active{background-color: #fff;}
|
|
|
+.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%;
|
|
|
+}
|
|
|
+.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: #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: 46px;margin:26px auto 8px auto;border-radius: 50%;overflow: hidden;line-height: 0;font-size: 0;border: 1px solid rgba(255,255,255,.5);}
|
|
|
+.user-head img{width: 100%;display: block;}
|
|
|
+#menu-nav .mui-control-item {line-height: 1.5;color: #666;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: #666;padding:12px 15px;}
|
|
|
+/*.my-center-no .mui-table-view-cell:nth-of-type(5){padding-top: 25px;}*/
|
|
|
+.tel{color: #666;}
|
|
|
+.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;background-color: #e5e5e5;}
|
|
|
+.my-center-no .mui-table-view-cell:last-child:after{height: 0;display: none;}
|
|
|
+.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;}
|
|
|
+.content article,.content section,.content time,.content aside {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+ .point-time {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ width: 13px;
|
|
|
+ height: 13px;
|
|
|
+ top: 14px;
|
|
|
+ left: 10%;
|
|
|
+ background: #a87d5c;
|
|
|
+ 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;
|
|
|
+ font-size: 12px;
|
|
|
+ }
|
|
|
+ .content article section .things {
|
|
|
+ color: #333;
|
|
|
+ font-size: 12px;
|
|
|
+ }
|
|
|
+ .logistics-massage-head{background-color: #fff;height:125px;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;}
|
|
|
+
|
|
|
+.vip-voucher-list{padding:16px; border-radius: 15px 15px 0 0;background: #fff;-webkit-transform: translateY(-35px);transform: translateY(-35px);}
|
|
|
+.vip-voucher-list>li{margin: 10px 0;}
|
|
|
+.vip-voucher-list .mui-table{width: 100%; background: url(../images/2019081303.png) center center no-repeat;background-size:100% 100%;height: 85px;}
|
|
|
+.vip-voucher-list .mui-col-xs-4{color: #fff;}
|
|
|
+.vip-voucher-list .mui-col-xs-4 span{font-size: 25px;margin: 0 2px;}
|
|
|
+.vip-voucher-list .left-badge{position: absolute;left: 0;top: 0;background: #f75250;border-radius: 8px 10px 10px 0;padding: 0 4px;color: #fff;font-size: 12px;}
|
|
|
+.vip-voucher-list .mui-col-xs-8{color: #9f5624;}
|
|
|
+.vip-voucher-list .voucher-tit{font-size: 16px;position: relative;padding-bottom: 5px;}
|
|
|
+.vip-voucher-list .voucher-tit:after{content: '';width: 100px;height: 1px;background: #9f5624;-webkit-transform: scaleY(.3);position: absolute;bottom: 0;left: 50%;margin-left: -50px;}
|
|
|
+.vip-voucher-list .date{font-size: 12px;}
|
|
|
+.vip-voucher-list .disc{padding: 14px; border: 1px dashed #f75250;border-radius: 10px;font-size: 12px;color: #999;}
|
|
|
+.btn-know-voucher{background: #f75250;color: #fff;font-size: 16px;border: 0;}
|
|
|
+.btn-share-know-voucher{background: #f75250;color: #fff;font-size: 16px;border: 0;display: block;width: 55%;margin: 9% auto 0 auto;padding: 12px;border-radius: 25px;}
|
|
|
+
|
|
|
+.voucher-dalog{background:rgba(0,0,0,.7);position: fixed;left: 0;top: 0;right: 0;bottom: 0;width: 100%; height: 100%;z-index: 99;-webkit-transform: translateY(-100%);transform: translateY(-100%); -webkit-transition: .5s;transition: .5s;}
|
|
|
+.voucher-dalog.active{-webkit-transform: translateY(0%);transform: translateY(0%);}
|
|
|
+.voucher-dalog img{width: 65%;margin: 40% auto 0 auto;display: block;}
|
|
|
+.voucher-dalog .close-box{margin: 0 auto;display: block;width: 50px;padding: 15px;color: #fff;text-align: center;}
|
|
|
+.voucher-dalog .close-box>i{font-size: 30px;}
|
|
|
+.share-voucher-bg{background: #fff1ec;border-radius: 0 0 50% 50%;height: 280px;-webkit-transform: scale(1.5);}
|
|
|
+.share-voucher-logo{display: block;margin: 0% auto 0 auto;width: 100%;position: absolute;top: 15px;left: 0;text-align: center;}
|
|
|
+.share-voucher-logo img{width:100px}
|
|
|
+
|
|
|
+.gradient{
|
|
|
+ height: 210px;
|
|
|
+ padding:24px 16px;
|
|
|
+ position: relative;
|
|
|
+ background:url(../images/2019081311.png) top center no-repeat;
|
|
|
+ background-size:100% auto;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.gradient>div{border-radius: 12px;box-shadow: 1px 1px 5px #999;background: #fff;padding: 25px 10px;}
|
|
|
+.gradient .line{width: 1px;height: 20px;background: #ccc;-webkit-transform: scaleX(.3);position: absolute;right: 0;bottom: 8px;}
|
|
|
+.btn-apply{display: block;background: #fff;color: #f75250;border: 1px solid #f75250;border-radius: 25px;width: 140px;margin: 0 auto;padding: 9px;}
|
|
|
+.btn-apply:active{background: #f75250 !important;color: #f75250 ;}
|
|
|
+
|
|
|
+#reward-menu{border: 0;border-bottom: 1px solid #ccc;border-radius: 0;}
|
|
|
+#reward-menu .mui-control-item{color: #bbb;border-left: 0;position: relative;}
|
|
|
+#reward-menu .mui-control-item:after{content: '';position: absolute;left: 50%;-webkit-transform: translateX(-50%); width: 3em;height: 1px;background-color: transparent;bottom: 0;}
|
|
|
+#reward-menu .mui-control-item:first-child{border-left-width: 0px;}
|
|
|
+#reward-menu .mui-control-item:last-child:after{width: 4em;}
|
|
|
+#reward-menu .mui-control-item.mui-active{color: #333;background-color: #fff;}
|
|
|
+#reward-menu .mui-control-item.mui-active:after{background-color: #333;}
|
|
|
+.reward-list{padding: 10px 0;}
|
|
|
+.reward-list>li{margin: 10px 0;border-bottom:1px solid rgba(0,0,0,.1);}
|
|
|
+.reward-list>li:last-child{border: 0;}
|
|
|
+.reward-list .head{width: 45px;border-radius: 50%;}
|
|
|
+.reward-list .null{width: 100%;display: block;margin: 0 auto;}
|
|
|
+.apply-cash-group{padding: 10px 0;}
|
|
|
+.apply-cash-group:before,.apply-cash-group:after{display: none;}
|
|
|
+.apply-cash-group .mui-input-row:after{left: 14px;right: 14px;}
|
|
|
+.apply-cash-group .mui-input-row{height: 50px;padding: 5px 0;}
|
|
|
+.apply-cash-group .mui-input-row input{font-size: 14px;}
|
|
|
+.apply-cash-group .mui-input-row input::-webkit-input-placeholder{font-size: 14px;color: #999;}
|
|
|
+.apply-cash-group .mui-input-row label{width: 24%;}
|
|
|
+.apply-cash-group .mui-input-row label~input{width: 76%;}
|
|
|
+.btn-apply-cash{display: block;background: #f75250;color: #fff;border: 1px solid #f75250;border-radius: 25px;width: 140px;margin: 0 auto;padding: 9px;}
|
|
|
+.btn-apply-cash[disabled]{background: #999;border: 1px solid #999;}
|
|
|
+.btn-all-apply-cash{margin: 0 10px;color: #3996f5;}
|