@import "@/style/flex.scss";
|
|
@import "@/style/common.scss";
|
|
|
|
|
|
$mainColor:#FFBF60;
|
|
|
|
|
|
.form-title {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #000;
|
|
position: relative;
|
|
padding: 38rpx 20rpx 0;
|
|
margin-left: 10rpx;
|
|
&::before {
|
|
position: absolute;
|
|
top: 42rpx;
|
|
left: 0;
|
|
content: "";
|
|
width: 9rpx;
|
|
height: 33rpx;
|
|
border-radius: 9rpx;
|
|
background-color: #FFBF60;
|
|
}
|
|
}
|
|
|
|
.text1 {
|
|
font-size: 30rpx;
|
|
color: #949494;
|
|
}
|
|
|
|
.main-color {
|
|
color:$mainColor
|
|
}
|
|
.mian-bg {
|
|
background-color: $mainColor;
|
|
}
|
|
|
|
.color-fff {
|
|
color: #fff;
|
|
}
|
|
.bg-fff {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.footer-btn {
|
|
width: 100vw;
|
|
height: 144rpx;
|
|
background-color: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
align-items: center;
|
|
|
|
.btn {
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 574rpx;
|
|
height: 94rpx;
|
|
border-radius: 94rpx;
|
|
background-color: #FFBF60;
|
|
}
|
|
}
|
|
|
|
.com-title {
|
|
&::before {
|
|
content: "";
|
|
display: block;
|
|
width: 9rpx;
|
|
height: 33rpx;
|
|
background-color: #FFBF60;
|
|
margin-right: 7rpx;
|
|
}
|
|
}
|