12345678910111213141516171819202122232425262728293031 |
- #item2 img{width:100%;}
- #item1,#item2{margin-top:52px;}
- #item2{margin-bottom:65px;}
- #tabbar-chanpin-details{position: fixed;top: 0;left: 0;z-index: 99;}
- .cart_fixed{position: fixed;right: 30px;bottom:135px;background: rgba(0,0,0,.2);padding: 12px;border-radius: 50%;text-align: center;opacity: .5;}
- .cart_fixed .mui-badge{position: absolute;right:-7px;top:-5px;font-size: 12px;}
- .price-box{padding: 0 10px;background: #fff;}
- .chanpin-ditails-dic img{width:100%;height:100%;}.return{position: fixed;right: 30px;bottom: 80px;background: rgba(0,0,0,.2);padding: 12px;border-radius: 50%;text-align: center;opacity: .9;color: #333;display: none;width: 48px;height: 48px;}
- .cart_fixed {position: fixed;right: 30px;bottom: 135px;background: rgba(0,0,0,.2);padding: 12px;border-radius: 50%;text-align: center;opacity: .5;width: 48px;height: 48px;}
- .buy-footer>div:first-child img {width: 55%;padding-top: 3px;}
- .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: #fff;}
- .mui-bar-tab .mui-table {height: 100%;text-align: center;}
- .cart {line-height: 1.1;}
- .cart div {font-size: 12px;}
- .cart .my-badge-danger {position: absolute;top: 3px;display: none;background: #63ccde;color: #fff;-webkit-transform: scale(.7);transform: scale(.7);}
- .div-btn-buy-cart {background-color: #bfe2e8;color: #fff;font-size: 16px;}
- .div-btn-buy-know {background-color: #63ccde;color: #fff;font-size: 16px;}
- .table-middle {vertical-align: middle;}
- .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;}
- .my-picker .mui-numbox{border-radius: 25px;}
- .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: #63ccde;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: #63ccde;color: #fff;}
- .my-btn-buy-know:active{background-color: #f16071 !important;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%;}
|