/* pages/install/install.wxss */ .content { margin-top: 20rpx; padding-top: 1rpx; padding-bottom: 1rpx; width: 750rpx; background-color: #ffffff; font-size: 28rpx; } .content-title { margin: 20rpx; margin-left: 20rpx; font-weight: bold; font-size: 30rpx; display: flex; } .content-title-flex { flex: 1; } .content-line { width: 100%; height: 2rpx; background-color: #f2f2f2; } .content-list-view-delete { margin-top: 20rpx; margin-bottom: 20rpx; margin-left: 20rpx; display: flex; flex-direction: row; align-items: center; } .content-list-view { width: 700rpx; background: #f2f2f2; border-radius: 20rpx; } .content-list { display: flex; align-items: center; margin: 20rpx; } .content-list-delete { width: 40rpx; height: 40rpx; margin-left: 10rpx; } .content-list-delete-right { margin-right: 20rpx; } .buttom-margin { width: 750rpx; height: 200rpx; } .from-submit-buttom { position: fixed; bottom: 0; display: flex; flex-direction: row; width: 750rpx; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); background-color: #fff; z-index: 10; } .from-submit-buttom-cancle { width: 500rpx; height: 80rpx; background-color: #ffffff; color: #000000; display: flex; align-items: center; justify-content: center; } .from-submit-buttom-confirm { width: 100%; height: 80rpx; background-color: #0A6597; color: #ffffff; display: flex; align-items: center; justify-content: center; } .from-submit-buttom-confirm.from-submit-buttom-confirm-gray { background-color: #ccc; } .content-list-warehouse { display: flex; background-color: #ffffff; font-size: 30rpx; font-weight: bold; } .content-address-warehouse { display: flex; flex-direction: column; flex: 1; margin: 20rpx; } .content-picker-warehouse { display: flex; flex-direction: row; align-items: center; } .content-img-right-warehouse { width: 50rpx; height: 50rpx; } .content-title-item{ width: 160rpx; font-size: 24rpx;} .content-input{ width: 416rpx;} .nbq-code-box{border-bottom: 1px dotted #ddd;} .nbq-code-box:last-child{border-bottom: none;} .material-box{width: 620rpx;} .add-material-box{padding: 30rpx; font-size: 28rpx;} .add-material-box .content-input{border: 1px solid #CCC; width: 94%; padding: 10rpx 20rpx; margin-top: 20rpx; border-radius: 10rpx; font-size: 28rpx;} .bottom-btn-box{display: flex; justify-content: space-between;} .bottom-btn-box>view{text-align: center; width: 50%; height: 100rpx; line-height: 100rpx; border-top: 1px solid #f0f0f0; border-left: 1px solid #f0f0f0;} .bottom-btn-box>view.confirm{color: #ee0a24;} .detail-tab{position: sticky; top: 0; background: #FFF; z-index: 99; overflow: auto; background-color: #FFF;} .detail-tab>view{white-space: nowrap; word-break: break-all; margin: 0 20rpx;}