/* components/mediate-card/index.wxss */
|
@import '../../styles/public_components.wxss';
|
|
.color-black {
|
color: var(--text-color);
|
}
|
|
.color-black::before {
|
background-color: var(--text-color);
|
}
|
|
.color-tui {
|
color: var(--text-color);
|
}
|
|
.color-tui::before {
|
background-color: var(--text-color);
|
}
|
|
.color-dai {
|
color: #d16902;
|
}
|
|
.color-dai::before {
|
background-color: #d16902;
|
}
|
|
.color-ing {
|
color: #1989fa;
|
}
|
|
.color-ing::before {
|
background-color: #1989fa;
|
}
|
|
.color-end {
|
color: #05aeae;
|
}
|
|
.color-end::before {
|
background-color: #05aeae;
|
}
|
|
.color-fail {
|
color: #ee0a24;
|
}
|
|
.color-fail::before {
|
background-color: #ee0a24;
|
}
|
|
.card {
|
background-color: #ffffff;
|
border-radius: var(--border-radius-card);
|
overflow: hidden;
|
}
|
|
.card-active {
|
border: 2rpx solid var(--main-color);
|
}
|
|
.header {
|
height: 84rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
border-bottom: 2rpx solid var(--border-color);
|
margin: 0 32rpx;
|
line-height: 28rpx;
|
}
|
|
.header-title {
|
display: flex;
|
align-items: center;
|
font-weight: 600;
|
position: relative;
|
color: var(--text-color);
|
}
|
|
.header-title::before {
|
content: '';
|
width: 8rpx;
|
height: 28rpx;
|
border-radius: 4rpx;
|
position: absolute;
|
left: -32rpx;
|
top: 4rpx;
|
}
|
|
.header-title-txt {
|
padding-right: 16rpx;
|
}
|
|
.simple {
|
text-align: right;
|
margin: 24rpx 0;
|
}
|
|
.simple-button {
|
margin-right: 32rpx;
|
}
|
|
.action-bottom {
|
display: flex;
|
border-top: 1px solid var(--border-color);
|
margin: 0 32rpx;
|
gap: 24rpx;
|
}
|
|
.action-bottom-actionTitle {
|
font-size: 24rpx;
|
line-height: 24rpx;
|
margin-top: 14rpx;
|
}
|
|
|
|
.action-bottom-text {
|
border-bottom: 1px solid var(--border-color);
|
margin: 0 32rpx;
|
}
|
|
.action-bottom-item {
|
flex: 1;
|
font-size: 28rpx;
|
text-align: center;
|
padding: 24rpx 0;
|
}
|
|
.action-bottom-item-image {
|
font-size: 70rpx !important;
|
}
|
|
.card-text {
|
font-size: 24rpx;
|
line-height: 40rpx;
|
padding: 16rpx 0;
|
border-bottom: 2rpx solid var(--border-color);
|
margin: 0 32rpx;
|
}
|
|
|
.card-text .card-cell {
|
padding: 0;
|
}
|
|
.explain {
|
background-color: var(--gray-4);
|
border-radius: var(--border-radius-card-sm);
|
padding: 16rpx;
|
margin: 0 32rpx;
|
margin-bottom: 24rpx;
|
font-size: 28rpx;
|
}
|
|
.explain-title {
|
margin-bottom: 8rpx;
|
font-weight: 600;
|
font-size: 24rpx;
|
line-height: 24rpx;
|
}
|
|
|
.NewButton {
|
display: flex;
|
flex-wrap: nowrap;
|
gap: 12px;
|
margin: 12px 16px;
|
}
|
|
.NewRedButton {
|
background-color: #FFE6E6;
|
min-width: 126px;
|
height: 32px;
|
border-radius: var(--border-radius-card-sm);
|
display: flex;
|
color: #D1021C;
|
justify-content: center;
|
align-items: center;
|
}
|
|
.NewRedButton1 {
|
background-color: #FFE6E6;
|
min-width: 48px;
|
height: 32px;
|
border-radius: var(--border-radius-card-sm);
|
display: flex;
|
color: #D1021C;
|
justify-content: center;
|
font-size: 16px;
|
}
|
|
.ButtonCover {
|
background-color: #FFE6E6;
|
width: 108px;
|
position: absolute;
|
z-index: 100;
|
right: 0;
|
margin-top: 38px;
|
margin-right: 23px;
|
color: #D1021C;
|
font-size: 12px;
|
border-radius: var(--border-radius-card-sm);
|
}
|
|
.ButtonCoverContent {
|
line-height: 20px;
|
margin: 8px auto 8px 12px;
|
}
|
|
.case {
|
background-color: rgba(24, 144, 255, 0.12);
|
color: rgba(24, 144, 255, 1);
|
border-radius: 4px;
|
margin-top: 12px;
|
padding: 4px 0;
|
margin-bottom: 8px;
|
font-size: 12px;
|
display: flex;
|
justify-content: space-between;
|
padding: 4px 8px 4px 8px;
|
}
|
|
.caseBox {
|
background-color: rgba(246, 247, 251, 1);
|
border-radius: var(--border-radius-card-sm);
|
padding: 0px 8px 0px 8px;
|
}
|
|
.caseBox-title {
|
color: rgba(0, 0, 0, 0.9);
|
font-size: 12px;
|
line-height: 20px;
|
display: flex;
|
align-items: center;
|
margin-bottom: 8px;
|
padding-top: 12px;
|
}
|
|
.caseLegalBox-title {
|
color: rgba(0, 0, 0, 0.9);
|
font-size: 12px;
|
line-height: 20px;
|
display: flex;
|
align-items: center;
|
padding-top: 12px;
|
}
|
|
.caseBox-content {
|
background-color: #fff;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
margin-bottom: 4px;
|
}
|
|
.caseLegalBox-content {
|
display: flex;
|
background-color: #fff;
|
align-items: center;
|
margin-top: 8px;
|
justify-content: center;
|
}
|
|
.caseBox-dot {
|
height: 6px;
|
width: 6px;
|
border-radius: 50%;
|
background-color: rgba(217, 217, 217, 0.6);
|
}
|
|
.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 13px 8px 6px;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
max-width: 250px;
|
}
|
|
.caseLegalBox-Item {
|
font-size: 12px;
|
margin: 8px 13px 8px 6px;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
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;
|
}
|
|
.caseLegalBox-arrow {
|
width: 16px;
|
height: 16px;
|
border-radius: 50%;
|
background-color: rgba(246, 247, 251, 1);
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
margin-right: 8px;
|
}
|
|
.img-case_2 {
|
display: flex;
|
margin-top: 4px;
|
}
|
|
.img {
|
height: 12px;
|
width: 12px;
|
margin-right: 4px;
|
}
|
|
.img1 {
|
height: 12px;
|
width: 12px;
|
margin-right: 1px;
|
}
|
|
.evaluate {
|
display: flex;
|
justify-content: flex-end;
|
gap: 18px;
|
margin-top: 12px;
|
margin-bottom: 13px;
|
padding-bottom: 13px;
|
}
|
|
/* 蒙层 */
|
.popup-box {
|
position: fixed;
|
z-index: 100;
|
top: 0;
|
left: 0;
|
background-color: rgba(0, 0, 0, 0.5);
|
width: 100%;
|
height: 100%;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
|
.overBox {
|
background-color: #fff;
|
width: 300px;
|
z-index: 101;
|
position: absolute;
|
box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.16);
|
border-radius: 8px;
|
}
|
|
.judgment {
|
font-size: 17px;
|
line-height: 24px;
|
display: flex;
|
justify-content: center;
|
margin-top: 20px;
|
}
|
|
.help {
|
color: rgba(23, 26, 29, 0.6);
|
font-size: 14px;
|
margin: 12px 20px;
|
}
|
|
.star {
|
z-index: 102;
|
margin: 0px 20px 16PX 20PX;
|
}
|
|
.buttonBox {
|
display: flex;
|
border-top: 1px solid rgba(126, 134, 142, 0.16);
|
height: 48px;
|
font-size: 17px;
|
}
|
|
.think {
|
flex: 1;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
border-right: 1px solid rgba(126, 134, 142, 0.16);
|
}
|
|
.judgmentFinish {
|
flex: 1;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
color: rgba(209, 2, 28, 1);
|
}
|
|
.newBox {
|
max-height: 125px;
|
overflow-y: auto;
|
}
|