|
@@ -3,6 +3,7 @@
|
|
padding-left: 20rpx;
|
|
padding-left: 20rpx;
|
|
height: 60rpx;
|
|
height: 60rpx;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
|
|
+
|
|
.radio {
|
|
.radio {
|
|
font-size: 26rpx;
|
|
font-size: 26rpx;
|
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
font-family: PingFang SC-Regular, PingFang SC;
|
|
@@ -10,19 +11,26 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.but-box {
|
|
|
|
- width: 100%;
|
|
|
|
- margin-top: 50rpx;
|
|
|
|
- text-align: center;
|
|
|
|
|
|
+.footer {
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: flex-end;
|
|
|
|
+ position: fixed;
|
|
|
|
+ width: 750rpx;
|
|
|
|
+ height: 130rpx;
|
|
|
|
+ background: #FFFFFF;
|
|
|
|
+ box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
|
|
|
|
+ bottom: 0;
|
|
|
|
|
|
.but {
|
|
.but {
|
|
- width: 300rpx;
|
|
|
|
|
|
+ width: 156rpx;
|
|
height: 90rpx;
|
|
height: 90rpx;
|
|
background: #3874F6;
|
|
background: #3874F6;
|
|
- border-radius: 55rpx;
|
|
|
|
|
|
+ border-radius: 8rpx;
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC-Bold, PingFang SC;
|
|
font-family: PingFang SC-Bold, PingFang SC;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
|
|
+ margin-right: 30rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|