.operate-bar { z-index: 200; position: fixed; bottom: 0px; height: 55px; width: 100%; display: flex; } .gouwuche { width: 75%; background: #353535; height: 100%; } .gouwucheContent { padding: 5px; display: flex; } .gouwuche-icon { font-size: 40px; color: #87888e; margin-left: 10px; position: relative; } .number-msg { padding: 1px 7px; border-radius: 50%; background: red; color: white; font-size: 14px; position: absolute; text-align: center; top: 0px; right: -5px; } .gouwuche-price { color: #a9a9a9; display: flex; align-items: center; margin-left: 10px; font-size: 15px; } .submit-btn { height: 100%; background: #f7f7f7; width: 25%; display: flex; } .submit-btn-label { color: #a9a9a9; font-size: 15px; margin: auto; } .drawer_screen { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1000; background: #000; opacity: 0.5; overflow: hidden; } .drawer_box_ad { margin-left: 7%; width: 86%; overflow: hidden; position: fixed; top: 15%; z-index: 1001; background: #fff; border-radius: 4px; } .cartlist-float { width: 100%; overflow: hidden; position: fixed; z-index: 1001; bottom: 55px; } .scrollView { padding: 0 0 0 10px; min-height:150px; overflow: scroll; background-color: #fff; } .drawer_content_ad { height: 289px; width: 100%; padding: 10px; } .select-line-nav { font-size: 12px; margin-left: 5px; margin-top: 10px; color: #ababab; } .select-tab { padding: 5px 7px; border: 1px solid #ababab; font-size: 12px; border-radius: 5px; margin: 5px; color: #ababab; z-index: 1002; } .select-active { color: #ff9c35; border: 1px solid #ff9c35; } .select-price { font-size: 14px; color: #ff9c35; margin-top: 20px; display: flex; align-items: center; margin-left: 10px; } .btn-putIn { height: 40px; width: 100px; font-size: 14px; background: #ff9c35; color: white; margin-right: 20px; } .activity-color { color: #ff9c35; } .color-white { color: white; } .activity-color-bg { background: #ff9c35; } .label-cart-bar { color: #878787; font-size: 12px; border-left: 4px solid #ff9c35; margin-left: 20px; } .icon-clear { color: #878787; float: right; margin-right: 10px; } .label-clear { color: #878787; font-size: 12px; } .cart-list-box { background: #fff; display: flex; font-size: 13px; } .cart-item { border-bottom:1px #E3E3E3 solid; } .list-info { width: 50%; /* padding: 5px 15px; */ } .list-info .goodsName{ color: #000; } .cart-list-box .suitItem { font-size: 10px; color: #b1b1b1; } .cart-list-box .suitItem .suit_name{ width: 40%; } .cart-list-box .suitItem .suit_num{ width:10%; text-align: align; } .cart-list-box .suitItem .suit_makeName{ width:50%; text-align: right; padding: 3px 0 3px 0; } .list-info-size { font-size: 10px; color: #b1b1b1; padding: 5px 0 5px 10px; } .icon-li-circle { margin-left: 15px; font-size: 20px; } .font20 { font-size: 20px; } .cut-bar { height: 20px; position: fixed; bottom: 55px; background: #ffcd9b; width: 100%; color: #fff7ec; font-size: 12px; text-align: center; } .iPhoneX_tabbar{ background-color: #353535; padding-bottom: 20px; }