.page {
|
box-sizing: border-box;
|
}
|
.packing-registration-bg {
|
background-color: #f6f9ff;
|
background-image: url("~@/static/custom/packing/backBg.png");
|
padding: 0 20rpx;
|
background-attachment: fixed;
|
background-size: 100% auto;
|
background-repeat: no-repeat;
|
position: fixed;
|
top: 0;
|
bottom: 0;
|
width: 100%;
|
z-index: -1;
|
}
|
.uForm {
|
background: #fff;
|
margin: 40rpx 30rpx;
|
padding: 20rpx 30rpx;
|
border-radius: 16rpx;
|
}
|
.u-checkbox-group {
|
display: flex;
|
flex-direction: column;
|
}
|
.u-form-item {
|
padding: 0;
|
}
|
|
.packer-popup {
|
::v-deep .u-mode-center-box {
|
border-radius: 30rpx;
|
}
|
.popup-row {
|
background-image: url("~@/static/custom/packing/row_bg.png");
|
background-size: 100% auto;
|
background-repeat: no-repeat;
|
height: 89rpx;
|
width: 520rpx;
|
display: flex;
|
justify-content: space-between;
|
padding-top: 12rpx;
|
padding-left: 14rpx;
|
padding-right: 20rpx;
|
}
|
}
|
|
::v-deep .u-input__input {
|
text-align: right !important;
|
}
|
.bottom-button {
|
position: fixed;
|
bottom: 40rpx;
|
left: 50%;
|
width: calc(100% - 80rpx);
|
transform: translateX(-50%);
|
}
|