158 lines
2.6 KiB
Plaintext
158 lines
2.6 KiB
Plaintext
|
|
.ruzhu-page {
|
|
background: #f5f5f5;
|
|
}
|
|
.content {
|
|
padding: 20rpx 20rpx 50rpx 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.xieyi_content {
|
|
padding: 20rpx;
|
|
background: #ffffff;
|
|
border-radius: 20rpx;
|
|
}
|
|
.ruzhu-cont {
|
|
padding: 24rpx;
|
|
background-color: #fff;
|
|
}
|
|
.ruzhu-text {
|
|
font-size: 28rpx;
|
|
color: #3D3D3D;
|
|
font-weight: 400;
|
|
}
|
|
.kong {
|
|
width: 100vw;
|
|
height: 180rpx;
|
|
}
|
|
|
|
/* 底部按钮区域样式 */
|
|
.bottom-fixed {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
background-color: #ffffff;
|
|
padding: 24rpx 0;
|
|
}
|
|
|
|
/* 步骤0按钮布局 */
|
|
.step-0-buttons {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
/* 步骤0中的下一步按钮*/
|
|
.step-0-buttons .next-btn {
|
|
width: 702rpx;
|
|
height: 98rpx !important;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
|
|
border-radius: 49rpx;
|
|
}
|
|
.step-0-buttons .next-text {
|
|
color: #ffffff;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
}
|
|
|
|
/* 步骤1和步骤2按钮布局 */
|
|
.step-1-buttons,
|
|
.step-2-buttons {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
/* 步骤1中的按钮 */
|
|
.step-1-buttons .next-btn {
|
|
flex: 1;
|
|
height: 98rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
|
|
border-radius: 49rpx;
|
|
}
|
|
.step-1-buttons .next-text {
|
|
color: #ffffff;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
}
|
|
|
|
/* 步骤2中的提交按钮 */
|
|
.step-2-buttons .submit-btn {
|
|
flex: 1;
|
|
height: 98rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
|
|
border-radius: 49rpx;
|
|
}
|
|
.step-2-buttons .submit-text {
|
|
color: #ffffff;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
}
|
|
|
|
/* 上一步按钮 - 统一所有步骤中的样式 */
|
|
.prev-btn {
|
|
width: 249rpx;
|
|
height: 98rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color: #f8f8f8;
|
|
border-radius: 60rpx;
|
|
}
|
|
.prev-text {
|
|
color: #E8101E;
|
|
font-size: 36rpx;
|
|
font-weight: 500;
|
|
}
|
|
.button-row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 702rpx;
|
|
height: 147rpx;
|
|
gap: 20rpx;
|
|
}
|
|
.agree {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.agree-btn {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin-right: 13rpx;
|
|
}
|
|
.agree-tip {
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
color: #666666;
|
|
}
|
|
.next-text {
|
|
color: #ffffff;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
}
|
|
.prev-text {
|
|
color: #333;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
}
|
|
.submit-text {
|
|
color: #ffffff;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
}
|
|
|