/* pages/supplier/apply/index.wxss */ .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-in image { width: 200rpx; 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; margin-left: 40rpx; } .input-item text { color: #333333; font-size: 31rpx; flex-shrink: 0; } .input-item input { 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; } .error-msg { padding: 10rpx 20rpx; background: #F95440; font-size: 24rpx; color: #F95440; } .error-box { background: #fff; padding: 0 14rpx; line-height: 36rpx; border-radius: 18rpx; margin-right: 20rpx; flex-shrink: 0; } .texttype1 { background: #68CB59; color: #68CB59; } .texttype0 { background: #4375E7; color: #4375E7; } .error-text { flex: 1; color: #fff; }