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