|
|
@@ -114,7 +114,8 @@ export default {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
bottom: 0;
|
|
|
- padding: 20upx 30upx;
|
|
|
+ padding: 20upx 30upx 40upx 30upx;
|
|
|
+ padding-bottom: calc(40upx + env(safe-area-inset-bottom));
|
|
|
@include disFlex(center, center);
|
|
|
border-top: 1upx solid $borderColor;
|
|
|
background: #fff;
|
|
|
@@ -127,7 +128,6 @@ export default {
|
|
|
font-weight: 600;
|
|
|
letter-spacing: 2upx;
|
|
|
box-shadow: 0 8upx 24upx rgba(228, 31, 25, 0.3);
|
|
|
- transition: all 0.3s ease;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
@@ -138,11 +138,6 @@ export default {
|
|
|
background: linear-gradient(135deg, #ff4757 0%, #e41f19 100%);
|
|
|
border: none;
|
|
|
color: #fff;
|
|
|
-
|
|
|
- &:active {
|
|
|
- transform: translateY(2upx);
|
|
|
- box-shadow: 0 4upx 12upx rgba(228, 31, 25, 0.4);
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -196,7 +191,6 @@ export default {
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
box-shadow: 0 2upx 8upx rgba(0, 0, 0, 0.1);
|
|
|
- transition: all 0.2s ease;
|
|
|
padding: 0;
|
|
|
|
|
|
&:before {
|
|
|
@@ -204,11 +198,6 @@ export default {
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
|
|
|
- &:active {
|
|
|
- transform: scale(0.95);
|
|
|
- background: #f5f5f5;
|
|
|
- }
|
|
|
-
|
|
|
&.tui-disabled {
|
|
|
background: #f0f0f0;
|
|
|
box-shadow: none;
|
|
|
@@ -229,11 +218,6 @@ export default {
|
|
|
font-size: 32upx !important;
|
|
|
font-weight: 600 !important;
|
|
|
box-shadow: 0 2upx 8upx rgba(0, 0, 0, 0.08);
|
|
|
- transition: border-color 0.2s ease;
|
|
|
-
|
|
|
- &:focus {
|
|
|
- border-color: #e41f19 !important;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|