@@ -165,4 +165,26 @@
right: 20rpx;
color: #606266;
}
+ .bottom-btn {
+ width: 100%;
+ position: fixed;
+ bottom: 0;
+ display: flex;
+ z-index: 2;
+ left: 0;
+ background-color: #f8f8f8;
+ flex-direction: column;
+
+ .btn1,
+ .btn2 {
+ margin-bottom: 26rpx;
+ border-radius: 90rpx;
+ }
+ .btn1 {
+ background: white;
+ color: #00C265;
</style>