/* pages/register/index.wxss */
|
@import '../../styles/public_components.wxss';
|
|
.steps {
|
padding: 20rpx 0 12rpx;
|
background-color: #ffffff;
|
}
|
|
.card {
|
background-color: #ffffff;
|
margin: 0 var(--padding-my);
|
margin-top: 16rpx;
|
border-radius: var(--border-radius-card);
|
padding: 0 32rpx;
|
}
|
|
.party-add,
|
.wantUser-delete {
|
padding: 0 16rpx;
|
border-left: 2rpx solid var(--border-color);
|
margin-left: 16rpx;
|
color: var(--main-color);
|
}
|
|
.party-noneAdd {
|
flex: 1;
|
padding-left: 32rpx;
|
padding-right: 16rpx;
|
}
|
|
.popupMsg-draft {
|
padding: 32rpx;
|
margin-bottom: 140rpx;
|
}
|
|
.popupMsg {
|
margin-bottom: 140rpx;
|
}
|
|
.popupMsg-tab {
|
width: 292rpx;
|
padding: 24rpx 0 32rpx 0;
|
}
|
|
.popupMsg-tab .popupMsg-nav-class {
|
background-color: #e5e5e5;
|
}
|
|
.popupMsg-tab .popupMsg-nav-class2 {
|
background-color: #ffffff;
|
}
|
|
.popupMsg-tab-card {
|
display: flex;
|
align-items: flex-end;
|
}
|
|
.popupMsg-tab-card-item {
|
flex: 1;
|
background-color: #ffffff;
|
text-align: center;
|
line-height: 80rpx;
|
height: 80rpx;
|
position: relative;
|
}
|
|
/* .popupMsg-tab-card-item::before {
|
content: '';
|
position: absolute;
|
height: 60rpx;
|
border-right: 1rpx solid var(--border-color);
|
left: 0;
|
top: 10rpx;
|
} */
|
|
.popupMsg-tab-card-item:first-child {
|
border-radius: 0px 0px 0px 20rpx;
|
}
|
|
.popupMsg-tab-card-item:last-child {
|
border-radius: 0px 20rpx 0px 0px;
|
}
|
|
.popupMsg-tab-card-item-active {
|
height: 100rpx;
|
line-height: 100rpx;
|
font-size: 32rpx;
|
font-weight: 600;
|
border-radius: 20rpx 20rpx 0px 0px !important;
|
}
|
|
.popupMsg-tab-card-item-bg {
|
background-color: #f2f2f2;
|
}
|
|
.popupMsg-tab-card-item-active .popupMsg-tab-card-item-bg {
|
border-radius: 20rpx 20rpx 0px 0px;
|
background-color: #ffffff;
|
}
|
|
.popupMsg-form {
|
background-color: #ffffff;
|
padding: 8rpx 32rpx;
|
}
|
|
.popupMsg-form .cell {
|
padding: 48rpx 0;
|
}
|
|
.popupMsg-form .cell-noPadding {
|
margin-top: -48rpx;
|
}
|
|
.popupMsg-check {
|
padding-left: 16rpx;
|
border-left: 2rpx solid var(--border-color);
|
color: var(--main-color);
|
margin-left: 16rpx;
|
}
|
|
.popupMsg-ocrButton {
|
padding: 0 32rpx 40rpx;
|
background-color: #ffffff;
|
}
|
|
.popupMsg-agent {
|
background-color: #ffffff;
|
padding: 0 32rpx;
|
}
|
|
.popupMsg-agent-content {
|
padding: 8rpx 28rpx;
|
}
|
|
.popupMsg-agent-item {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
padding: 8rpx 0;
|
}
|
|
.popupMsg-agent-item-active {
|
color: var(--main-color);
|
}
|
|
.popupMsg-agent-none .van-empty__image {
|
width: 288rpx;
|
height: 288rpx;
|
}
|
|
.popupMsg-agent-none .van-empty {
|
padding: 0;
|
}
|
|
.popupMsg-agent-none .van-empty__bottom {
|
margin-top: 32rpx;
|
}
|
|
.popupMsg-button {
|
padding: 32rpx;
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
background-color: #ffffff;
|
display: flex;
|
}
|
|
.popupMsg-button::before {
|
content: '';
|
position: absolute;
|
top: 0;
|
left: 32rpx;
|
right: 32rpx;
|
height: 2rpx;
|
background-color: var(--border-color);
|
}
|
|
.submitButton {
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
display: flex;
|
padding: 32rpx var(--padding-my);
|
background-color: var(--bg-color);
|
z-index: 99;
|
}
|
|
.height-none {
|
height: calc(var(--padding-my) + var(--padding-my) + var(--padding-my) + var(--button-default-height));
|
}
|
|
.success {
|
text-align: center;
|
margin-top: 180rpx;
|
}
|
|
.success-title {
|
font-size: 34rpx;
|
line-height: 50rpx;
|
font-weight: 600;
|
padding: 32rpx 0;
|
}
|
|
.success-subTitle {
|
width: 383rpx;
|
color: var(--second-text-color);
|
margin: auto;
|
}
|
|
.success-button {
|
position: absolute;
|
bottom: 240rpx;
|
left: 50%;
|
margin-left: -200rpx;
|
}
|
|
|
.popupSelect {
|
width: 640rpx;
|
}
|
|
.popupSelect-button {
|
display: flex;
|
}
|
|
.popupSelect-button-item {
|
flex: 1;
|
text-align: center;
|
line-height: 112rpx;
|
border-top: 2rpx solid var(--border-color);
|
}
|
|
.popupSelect-button-item:first-child {
|
border-right: 2rpx solid var(--border-color);
|
}
|
|
.popupSelect-button-item:last-child {
|
color: var(--main-color);
|
}
|
|
.popupSelect-item {
|
display: flex;
|
align-items: center;
|
padding: 20rpx 32rpx;
|
}
|
|
.popupSelect-item-content {
|
flex: 1;
|
}
|
|
.popupSelect-item-icon {
|
color: var(--main-color);
|
}
|
|
.popupSelect-item-content-subTitle {
|
color: rgba(0, 0, 0, 0.3);
|
}
|
|
.success-link {
|
color: #D1021C;
|
}
|
|
.success-NewButton {
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
margin-top: 40rpx;
|
margin-bottom: 24rpx;
|
}
|
|
.success-RedButton {
|
background-color: #D1021C;
|
width: 198rpx;
|
height: 80rpx;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
border-radius: 12rpx;
|
}
|
|
.case {
|
border-top: 1px solid #E41100;
|
padding: 4px 0;
|
font-size: 14px;
|
display: flex;
|
justify-content: space-between;
|
color: #E41100;
|
}
|
|
.img-case_2 {
|
display: flex;
|
margin-top: 4px;
|
}
|
|
.img {
|
height: 12px;
|
width: 12px;
|
margin-right: 4px;
|
}
|
|
.img1 {
|
height: 12px;
|
width: 12px;
|
margin-right: 3px;
|
margin-top: 4px;
|
}
|
|
.caseLegalBox-dot {
|
height: 6px;
|
width: 6px;
|
border-radius: 50%;
|
background-color: rgba(217, 217, 217, 0.6);
|
margin-left: 8px;
|
margin-right: 4px;
|
}
|
|
|
.caseBox-Item {
|
font-size: 12px;
|
margin: 8px 19px 8px 6px;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
max-width: 250px;
|
}
|
|
.caseBox-arrow {
|
width: 16px;
|
height: 16px;
|
border-radius: 50%;
|
background-color: rgba(246, 247, 251, 1);
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
|
.caseBox-content {
|
background-color: #fff;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
|
|
.caseBox-dot {
|
display: flex;
|
background-color: #ffe6e6;
|
padding: 0px 4px;
|
font-size: 12px;
|
color: #d1021c;
|
border-radius: 4px;
|
}
|