修改页面底部内边距
This commit is contained in:
parent
3c1c83a805
commit
1952b31130
|
@ -257,7 +257,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.service-section.detail-box {
|
.service-section.detail-box {
|
||||||
padding-bottom: 100rpx;
|
padding-bottom: 120rpx;
|
||||||
.detail {
|
.detail {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 670rpx;
|
width: 670rpx;
|
||||||
|
|
|
@ -120,6 +120,6 @@ export default {
|
||||||
}
|
}
|
||||||
.save-form-btn {
|
.save-form-btn {
|
||||||
margin-top: 40rpx;
|
margin-top: 40rpx;
|
||||||
padding-bottom: 100rpx;
|
padding-bottom: 120rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -123,6 +123,6 @@ export default {
|
||||||
}
|
}
|
||||||
.save-form-btn {
|
.save-form-btn {
|
||||||
margin-top: 40rpx;
|
margin-top: 40rpx;
|
||||||
padding-bottom: 100rpx;
|
padding-bottom: 120rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
|
@ -167,6 +167,6 @@ export default {
|
||||||
}
|
}
|
||||||
.save-form-btn {
|
.save-form-btn {
|
||||||
margin-top: 40rpx;
|
margin-top: 40rpx;
|
||||||
padding-bottom: 100rpx;
|
padding-bottom: 120rpx;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue