css
This commit is contained in:
@@ -254,7 +254,7 @@ uni-button:after {
|
|||||||
.submit-bar {
|
.submit-bar {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: flex-end;
|
justify-content: space-evenly;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
@@ -274,7 +274,7 @@ uni-button:after {
|
|||||||
padding: 0 22rpx;
|
padding: 0 22rpx;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #ff6a00;
|
border: 1px solid #ff6a00;
|
||||||
margin: 0 40rpx 10rpx 0;
|
margin: 0 0 10rpx 0;
|
||||||
border-radius: 30rpx;
|
border-radius: 30rpx;
|
||||||
}
|
}
|
||||||
.btn-disabled, .submit-button[disabled] {
|
.btn-disabled, .submit-button[disabled] {
|
||||||
|
|||||||
Reference in New Issue
Block a user