/* 购物车 */ * { margin: 0; padding: 0; } /* 面包屑样式 */ .rumbs { width: 100%; height: 60px; background: #FFFFFF; } .rumbs .rumbs_box { width: 1200px; margin: 0px auto; line-height: 60px; font-size: 16px; } .rumbs .rumbs_box .rumbs_title { float: left; } .rumbs .rumbs_box .rumbs_name { float: left; } .shopword { width: 1200px; margin: 30px auto; } .shopword h3 { font-weight: normal; } #shoptable .text-btn { outline: none; border: none; background: transparent; cursor: pointer; } .footer1 { width: 100%; height: 50px; background-color: rgb(62, 71, 97); position: fixed; z-index: 888; display: flex; justify-content: flex-end; top: calc(100vh - 50px); color: rgb(247, 255, 152); font-size: 16px; } .pingCart { width: 600px; display: flex; align-items: center; padding: 0 30px; justify-content: space-between; margin-right: 100px; color: #FBE842; } .footer1 .pingCart input { width: 180px; height: 50px; outline: none; border: none; background: transparent; color: white; font-size: 16px; } .footer1 .pingCart .rod { background-color: rgba(251, 232, 66, 1); display: inline-block; height: 20px; width: 2px; }