/* pages/supplier/good/index.wxss */ page { background: #f2f2f2; } .input-item { padding: 10rpx 0; margin: 0 20rpx; border-bottom: 1px solid #D8D8D8; } .input-item-in { display: flex; justify-content: space-between; align-items: center; line-height: 60rpx; padding: 20rpx 0; } .input-item text { color: #333333; font-size: 31rpx; flex-shrink: 0; } .input-item input,.input-item textarea { display: block; width: 400rpx; text-align: right; font-size: 30rpx; flex: 1; margin-left: 20rpx; } .input-item .btn { width: 173rpx; height: 60rpx; background: linear-gradient(180deg, #749DFC, #4375E7); border-radius: 30rpx; color: #fff; font-size: 31rpx; text-align: center; } .btnall { position: fixed; left: 20rpx; right: 20rpx; bottom: 30rpx; line-height: 80rpx; background: #BDBFBF; border-radius: 40rpx; text-align: center; color: #fff; text-align: center; z-index: 11; } .btnall.ok { background: #4375E7; } .error-tip { text-align: right; color: #FF5555; font-size: 24rpx; } .add-sku-btn { width: 280rpx; height: 67rpx; background: linear-gradient(180deg, #749DFC, #4375E7); border-radius: 33rpx; color: #fff; font-size: 31rpx; justify-content: center; margin: 40rpx auto; } .add-sku-btn image { width: 40rpx; display: block; margin-right: 12rpx; } .sku-box { margin-top: 13rpx; background: white; } .sku-top { margin: 0 20rpx; border-bottom: 1px solid #D8D8D8; height: 80rpx; color: #4375E7; font-size: 25rpx; } .sku-top text { font-size: 31rpx; } .sku-top image { width: 27rpx; display: block; margin-right: 5rpx; } .input-item-in .img-box { position: relative; margin-left: 40rpx; } .input-item-in image { width: 133rpx; height: 133rpx; display: block; flex-shrink: 0; border-radius: 13rpx; } .input-item-in .icon-close { width: 40rpx; line-height: 40rpx; background: #6490F5; border-radius: 50%; text-align: center; color: #fff; position: absolute; top: -10rpx; right: -10rpx; z-index: 1; } .sl-box text { color: #4375E7; font-size: 24rpx; } .sl-box image { width: 20rpx; display: block; margin-left: 20rpx; margin-right: 6rpx; border-radius: 0; } .input-item-in textarea { font-size: 30rpx; line-height: 30rpx; min-height: 30rpx; padding: 15rpx 0; width: 397rpx; } .icon-quan,.icon-gou { color: #4D7CE8; margin-left: 15rpx; margin-right: 40rpx; font-size: 40rpx; } .sku-bottom { height: 67rpx; justify-content: center; font-size: 25rpx; } .sku-bottom image { width: 27rpx; display: block; margin-left: 15rpx; } .sku-bottom image.rotate { transform: rotate(180deg); } .sku-status { border: 1px solid; box-sizing: border-box; height: 40rpx; border-radius: 20rpx; font-size: 25rpx; overflow: hidden; margin-left: 70rpx; } .sku-status-box { background: white; border-radius: 19rpx; line-height: 38rpx; width: 140rpx; text-align: center; } .sku-status-reject { padding: 0 10rpx; color: #fff; } .sku-status2 { color: #F95440; background: #F95440; } .sku-status1 { color: #68CB59; } .mask-title { text-align: center; color: #4375E7; font-size: 36rpx; font-weight: bold; line-height: 116rpx; } .icon-close { width: 40rpx; line-height: 40rpx; background: #6490F5; position: absolute; right: 13rpx; top: 30rpx; color: #fff; text-align: center; border-radius: 50%; } .mask-info { display: block; padding: 0 20rpx; font-size: 28rpx; line-height: 40rpx; padding-bottom: 30rpx; } .mask-content { max-height: 80%; overflow-y: auto; }