You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
378 lines
5.9 KiB
378 lines
5.9 KiB
.optionsMbPackage {
|
|
padding: 20rpx;
|
|
}
|
|
.optionsMb {
|
|
margin: 0 auto 20rpx auto;
|
|
width: 730rpx;
|
|
border-radius: 10rpx;
|
|
background: #ffffff;
|
|
}
|
|
.specScoll {
|
|
max-height: 800rpx;
|
|
}
|
|
.addBranchMbPackage {
|
|
padding: 0 0 0 20rpx;
|
|
height: 80rpx;
|
|
}
|
|
.addBranchPackage {
|
|
padding: 0 20rpx;
|
|
height: 80rpx;
|
|
}
|
|
.addBranchPackage > text {
|
|
line-height: 80rpx;
|
|
font-size: 26rpx;
|
|
color: #ff4444;
|
|
}
|
|
.specsMb {
|
|
margin: 0 0 20rpx 0;
|
|
}
|
|
.textRight {
|
|
text-align: right;
|
|
}
|
|
.specsMbTitle {
|
|
height: 80rpx;
|
|
}
|
|
.specImg {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
.specsMbPackage {
|
|
padding: 0 20rpx;
|
|
background: #ffffff;
|
|
}
|
|
.specsAddButton {
|
|
width: 750rpx;
|
|
height: 80rpx;
|
|
background: #ffffff;
|
|
text-align: center;
|
|
}
|
|
.specsAddButton > text {
|
|
line-height: 80rpx;
|
|
font-size: 30rpx;
|
|
color: #ff4444;
|
|
}
|
|
.mbView {
|
|
height: 600rpx;
|
|
}
|
|
.addRuleButton {
|
|
width: 200rpx;
|
|
height: 70rpx;
|
|
text-align: center;
|
|
margin-top: 20rpx;
|
|
background: #ff4444;
|
|
border-radius: 10rpx;
|
|
}
|
|
.addRuleButton > text {
|
|
font-size: 24rpx;
|
|
color: #ffffff;
|
|
line-height: 70rpx;
|
|
}
|
|
.ruleTitle {
|
|
width: 200rpx;
|
|
}
|
|
.ruleMbPackage {
|
|
padding: 20rpx;
|
|
}
|
|
.verMid {
|
|
vertical-align: middle;
|
|
}
|
|
.ruleInput {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
width: 400rpx;
|
|
}
|
|
.ruleMb {
|
|
margin-bottom: 10rpx;
|
|
background: #f8f8f8;
|
|
border-radius: 10rpx;
|
|
}
|
|
.disInline {
|
|
display: inline-block;
|
|
}
|
|
.colorRed {
|
|
color: #ff4444;
|
|
}
|
|
.rulePackage {
|
|
padding: 30rpx;
|
|
}
|
|
.tipsPackage {
|
|
padding: 30rpx;
|
|
}
|
|
.full {
|
|
height: 20rpx;
|
|
}
|
|
.marT20Auto {
|
|
margin: 20rpx auto 0 auto;
|
|
}
|
|
.submitButton {
|
|
width: 690rpx;
|
|
height: 80rpx;
|
|
background: #ff4444;
|
|
border-radius: 40rpx;
|
|
text-align: center;
|
|
}
|
|
.submitButton > text {
|
|
line-height: 80rpx;
|
|
font-size: 28rpx;
|
|
color: #ffffff;
|
|
}
|
|
.presettagsMb {
|
|
margin: 0 20rpx 20rpx 0;
|
|
display: inline-block;
|
|
height: 40rpx;
|
|
padding: 0 10rpx;
|
|
text-align: center;
|
|
border-radius: 25rpx;
|
|
border: 1rpx solid #666666;
|
|
}
|
|
.presettagsMb > text {
|
|
line-height: 40rpx;
|
|
font-size: 24rpx;
|
|
color: #666666;
|
|
}
|
|
.presettagsCMb {
|
|
margin: 0 20rpx 20rpx 0;
|
|
display: inline-block;
|
|
height: 40rpx;
|
|
padding: 0 10rpx;
|
|
text-align: center;
|
|
border-radius: 25rpx;
|
|
background: #ff4444;
|
|
border: 1rpx solid rgba(0, 0, 0, 0);
|
|
}
|
|
.presettagsCMb > text {
|
|
line-height: 40rpx;
|
|
font-size: 24rpx;
|
|
color: #ffffff;
|
|
}
|
|
.presettagsView_body {
|
|
padding: 30rpx;
|
|
}
|
|
.presettagsView_title {
|
|
padding: 30rpx;
|
|
}
|
|
.closePresettags {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
overflow: hidden;
|
|
}
|
|
.closePresettags > image {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.dis-flex {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.ruleView {
|
|
width: 750rpx;
|
|
background: #ffffff;
|
|
}
|
|
.submitSpecs {
|
|
position: absolute;
|
|
bottom: 20rpx;
|
|
left: 30rpx;
|
|
width: 690rpx;
|
|
height: 80rpx;
|
|
text-align: center;
|
|
background: #ff4444;
|
|
border-radius: 40rpx;
|
|
}
|
|
.submitSpecs > text {
|
|
font-size: 26rpx;
|
|
line-height: 80rpx;
|
|
color: #ffffff;
|
|
}
|
|
.submitSpec {
|
|
background-color: #FFFFFF;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
color: #FF4444;
|
|
text-align: center;
|
|
position: fixed;
|
|
bottom: 15%;
|
|
width: 100%;
|
|
}
|
|
.specsView {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 9999;
|
|
width: 750rpx;
|
|
background-color: #f8f8f8;
|
|
}
|
|
.presettagsView {
|
|
width: 750rpx;
|
|
background: #ffffff;
|
|
}
|
|
.imgPreview {
|
|
overflow: hidden;
|
|
width: 157rpx;
|
|
height: 157rpx;
|
|
background: gray;
|
|
margin-right: 37rpx;
|
|
margin-bottom: 10rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.imgPreview > image {
|
|
width: 157rpx;
|
|
height: 157rpx;
|
|
}
|
|
.pickerPackage {
|
|
display: inline-block;
|
|
}
|
|
.userImgUpdata {
|
|
width: 157rpx;
|
|
height: 157rpx;
|
|
background: #f6f6f6;
|
|
border: 1rpx solid #cccccc;
|
|
border-radius: 10rpx;
|
|
text-align: center;
|
|
}
|
|
.userImgUpdata > image {
|
|
margin-top: 53rpx;
|
|
width: 53rpx;
|
|
height: 53rpx;
|
|
}
|
|
.dataPicker1 {
|
|
width: 70rpx;
|
|
height: 82rpx;
|
|
display: inline-block;
|
|
}
|
|
.timePickerView {
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
margin-left: 49rpx;
|
|
width: 350rpx;
|
|
height: 80rpx;
|
|
}
|
|
.timePickerView > ._span {
|
|
line-height: 80rpx;
|
|
vertical-align: top;
|
|
margin: 0 10rpx;
|
|
font-size: 24rpx;
|
|
color: #333333;
|
|
}
|
|
.createCommodity {
|
|
font-size: 0;
|
|
background: #f6f6f6;
|
|
overflow-x: hidden !important;
|
|
}
|
|
.main {
|
|
background: #ffffff;
|
|
}
|
|
.mianPackage {
|
|
padding: 0;
|
|
margin: 0 30rpx;
|
|
}
|
|
.inputView {
|
|
height: 80rpx;
|
|
}
|
|
.uploadView > view {
|
|
display: inline-block;
|
|
}
|
|
.dis-flex {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.specInput {
|
|
height: 80rpx;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
}
|
|
.marL10 {
|
|
margin-left: 10rpx;
|
|
}
|
|
.titleTetx {
|
|
font-size: 28rpx;
|
|
line-height: 80rpx;
|
|
color: #999999;
|
|
}
|
|
.uploadTetx {
|
|
display: inline-block;
|
|
width: 220rpx;
|
|
font-size: 28rpx;
|
|
line-height: 80rpx;
|
|
color: #999999;
|
|
}
|
|
.verMid {
|
|
vertical-align: middle;
|
|
}
|
|
.rightImg {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
}
|
|
.contentTetx {
|
|
text-align: right;
|
|
max-width: 500rpx;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin-right: 10rpx;
|
|
font-size: 28rpx;
|
|
line-height: 80rpx;
|
|
color: #333333;
|
|
}
|
|
.timeTetx {
|
|
text-align: right;
|
|
max-width: 230rpx;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin-right: 10rpx;
|
|
font-size: 28rpx;
|
|
line-height: 80rpx;
|
|
color: #333333;
|
|
}
|
|
.uploadButton {
|
|
margin: 20rpx 0rpx 20rpx 20rpx;
|
|
}
|
|
.marT20 {
|
|
margin-top: 20rpx;
|
|
}
|
|
.inputMain {
|
|
text-align: right;
|
|
width: 400rpx;
|
|
height: 80rpx;
|
|
font-size: 28rpx;
|
|
line-height: 80rpx;
|
|
color: #333333;
|
|
}
|
|
.ruleTitle {
|
|
font-size: 28rpx;
|
|
}
|
|
.imgPreview {
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
width: 157rpx;
|
|
height: 157rpx;
|
|
background: gray;
|
|
margin-right: 37rpx;
|
|
margin-bottom: 10rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.imgPreview > image {
|
|
width: 157rpx;
|
|
height: 157rpx;
|
|
}
|
|
.close {
|
|
width: 32rpx !important;
|
|
height: 32rpx !important;
|
|
position: relative;
|
|
bottom: 150rpx;
|
|
left: 120rpx;
|
|
z-index: 30;
|
|
}
|
|
.uploadButton {
|
|
width: 400rpx;
|
|
}
|
|
.userImgUpdata {
|
|
display: inline-block;
|
|
}
|
|
.pointerNone {
|
|
pointer-events: none !important;
|
|
}
|
|
|
|
|