diff --git a/src/mods/AppIntegralApply/AppIntegralApply.vue b/src/mods/AppIntegralApply/AppIntegralApply.vue index 52b99a0..27a2722 100644 --- a/src/mods/AppIntegralApply/AppIntegralApply.vue +++ b/src/mods/AppIntegralApply/AppIntegralApply.vue @@ -266,6 +266,9 @@ export default { position: fixed; bottom: 0; width: 100%; + // margin: 0 20px; + // width: calc(100% - 40px); + // border-radius: 16px; box-sizing: border-box; background: #1365dd; height: 88px; diff --git a/src/mods/AppIntegralApply/add.vue b/src/mods/AppIntegralApply/add.vue index ffd9ba0..b850e8e 100644 --- a/src/mods/AppIntegralApply/add.vue +++ b/src/mods/AppIntegralApply/add.vue @@ -171,6 +171,11 @@ export default { padding: 40px 0 !important; margin: 0 45px; box-shadow: inset 0px -1px 0px 0px #dddddd; + .u-form-item--left { + font-size: 34px; + font-weight: 500; + color: #666666; + } .u-form-item--right__content__slot { padding-bottom: 0; .u-input { @@ -241,8 +246,9 @@ export default { h2 { padding: 0 4px; - font-size: 28px; - color: #303133; + font-size: 34px; + font-weight: 500; + color: #666666; } } @@ -316,6 +322,9 @@ export default { position: fixed; bottom: 0; width: 100%; + // margin: 0 20px; + // width: calc(100% - 40px); + // border-radius: 16px; box-sizing: border-box; background: #1365dd; height: 88px;