/** * 商品信息和数量操作 */ .goods-spec-container .am-input-group { display: inline-flex; } .goods-spec-container .number-operate span:hover { color: #000; background: #f2f2f2; } .goods-spec-container .number-operate span { cursor: pointer; font-weight: bold; } .goods-spec-container .am-input-group span { height: 37px !important; line-height: 35px !important; width: 80px; } .goods-spec-container .am-input-group input { height: 37px !important; font-size: 14px !important; } .goods-spec-container .number-operate input { max-width: 100px; min-width: 100px; } .goods-spec-container .price-operate input { max-width: 180px; min-width: 180px; } /** * 可选规格 */ .goods-spec-content .spec-options { overflow: hidden; padding: 0 1px; margin: 5px 0; } .goods-spec-content .spec-title, .price-title { font-weight: 500; } .goods-spec-content .sku-line { float: left; margin: 5px 25px 10px 0; background: #efefef; padding: 8px 20px; border: 1px solid #d5d5d5; cursor: pointer; } .goods-spec-content .sku-line:hover { background: none; color: #333; border: 1px solid #e23f36; box-shadow: 0px 0 0px 1px #e23f36; } .goods-spec-content .sku-line.selected { background: #e23f36; color: #fff; border: 1px solid #e23f36; } .goods-spec-content .sku-line-images { padding: 6px 15px !important; } .goods-spec-content .sku-line-images img { width: 30px; height: 30px; vertical-align: middle; } .goods-spec-content .sku-not-active { border: 1px solid #f03726 !important; box-shadow: 0 0px 3px #ed7f76, 0 0 6px rgba(0, 0, 0, 0); padding: 5px 10px 0 10px; } .goods-spec-content .sku-items-disabled { color: #d2cfcf !important; background-color: #ffffff !important; border: 1px dashed #d5d5d5 !important; box-shadow: none !important; } .goods-spec-content .sku-dont-choose { color: #b4b3b3 !important; background-color: #ffffff !important; border: 1px solid #ebeaea !important; box-shadow: none !important; } .goods-spec-content .sku-dont-choose img { opacity: 0.5; } .goods-spec-content .sku-items-disabled img { opacity: 0.3; }