This commit is contained in:
changjinpeng
2022-03-17 09:21:00 +08:00
parent 782d060673
commit 173ab5bca7
2 changed files with 14 additions and 2 deletions

View File

@@ -266,6 +266,9 @@ 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: 88px;

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,6 +322,9 @@ 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: 88px;