Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2022-03-17 10:32:25 +08:00
2 changed files with 18 additions and 6 deletions

View File

@@ -266,10 +266,13 @@ export default {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
// margin: 0 20px;
// width: calc(100% - 40px);
// border-radius: 16px;
box-sizing: border-box; box-sizing: border-box;
background: #1365dd; background: #1365dd;
height: 88px; height: 112px;
line-height: 88px; line-height: 112px;
text-align: center; text-align: center;
font-size: 34px; font-size: 34px;
font-weight: 500; font-weight: 500;

View File

@@ -171,6 +171,11 @@ export default {
padding: 40px 0 !important; padding: 40px 0 !important;
margin: 0 45px; margin: 0 45px;
box-shadow: inset 0px -1px 0px 0px #dddddd; 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 { .u-form-item--right__content__slot {
padding-bottom: 0; padding-bottom: 0;
.u-input { .u-input {
@@ -241,8 +246,9 @@ export default {
h2 { h2 {
padding: 0 4px; padding: 0 4px;
font-size: 28px; font-size: 34px;
color: #303133; font-weight: 500;
color: #666666;
} }
} }
@@ -316,10 +322,13 @@ export default {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
// margin: 0 20px;
// width: calc(100% - 40px);
// border-radius: 16px;
box-sizing: border-box; box-sizing: border-box;
background: #1365dd; background: #1365dd;
height: 88px; height: 112px;
line-height: 88px; line-height: 112px;
text-align: center; text-align: center;
font-size: 34px; font-size: 34px;
font-weight: 500; font-weight: 500;