调整图片

This commit is contained in:
liuyuan
2025-05-06 17:11:57 +08:00
parent b5d7e637b1
commit c5af21f384
69 changed files with 478 additions and 504 deletions

View File

@@ -755,8 +755,7 @@ function calcTimer(timer) {
.main_content_box {
width: 100%;
padding: 27rpx;
padding: 20rpx;
box-sizing: border-box;
// padding-top: 75rpx;

View File

@@ -227,7 +227,7 @@ export default {
display: flex;
}
::v-deep .uni-section-header__decoration.line {
/deep/ .uni-section-header__decoration.line {
background-color: #18bc37;
}
</style>

View File

@@ -366,7 +366,7 @@ export default {
<style lang="scss" scoped>
@import "@/style/mixin.scss";
::v-deep .uni-forms-item {
/deep/ .uni-forms-item {
margin-bottom: 26rpx !important;
}