|
@@ -422,4 +422,30 @@ page {
|
|
|
font-weight: 500;
|
|
|
color: #FFFFFF !important;
|
|
|
padding: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
+/* 吸底 */
|
|
|
+.footer {
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ position: fixed;
|
|
|
+ width: 100vw;
|
|
|
+ padding: 30rpx 0;
|
|
|
+ background-color: #ffffff;
|
|
|
+ z-index: 9999;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.05);
|
|
|
+}
|
|
|
+
|
|
|
+.footer-button {
|
|
|
+ width: 356rpx !important;
|
|
|
+ height: 78rpx !important;
|
|
|
+ background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;
|
|
|
+ box-shadow: 2rpx 2rpx 8rpx 0px rgba(0, 0, 0, 0.12) !important;
|
|
|
+ border-radius: 39rpx;
|
|
|
+ font-size: 36rpx !important;
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC !important;
|
|
|
+ font-weight: 550 !important;
|
|
|
+ color: #FFFFFF;
|
|
|
}
|