修改部分样式
This commit is contained in:
parent
903acfc21f
commit
7864b6659d
|
@ -209,7 +209,6 @@ export default {
|
|||
height: 133.2rpx;
|
||||
background: rgba(184, 180, 179, 0);
|
||||
box-sizing: border-box;
|
||||
margin: 0 25rpx 25rpx 0;
|
||||
border-radius: 25rpx;
|
||||
overflow: hidden;
|
||||
border: 1px solid #f7f7f7;
|
||||
|
@ -240,7 +239,7 @@ export default {
|
|||
}
|
||||
.save-form-btn {
|
||||
width: 100%;
|
||||
margin-top: 58rpx;
|
||||
padding: 60rpx 0;
|
||||
.btn {
|
||||
width: 570rpx;
|
||||
height: 98rpx;
|
||||
|
|
|
@ -417,6 +417,11 @@ export default {
|
|||
color: #666666;
|
||||
}
|
||||
}
|
||||
.upload-item {
|
||||
.image-box {
|
||||
margin: 0 25rpx 25rpx 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.price-type {
|
||||
.title-box {
|
||||
|
|
|
@ -118,8 +118,4 @@ export default {
|
|||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
.save-form-btn {
|
||||
margin-top: 40rpx;
|
||||
padding-bottom: 120rpx;
|
||||
}
|
||||
</style>
|
|
@ -121,8 +121,4 @@ export default {
|
|||
.count-style {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.save-form-btn {
|
||||
margin-top: 40rpx;
|
||||
padding-bottom: 120rpx;
|
||||
}
|
||||
</style>
|
|
@ -165,8 +165,4 @@ export default {
|
|||
.count-style {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.save-form-btn {
|
||||
margin-top: 40rpx;
|
||||
padding-bottom: 120rpx;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue