/* pages/myRegisterList/index.wxss */
|
.search {
|
display: flex;
|
background-color: #fff;
|
margin: 24rpx;
|
padding: 24rpx;
|
align-items: center;
|
border-radius: 5px;
|
}
|
|
.showModal-search {
|
position: absolute;
|
top: 96rpx;
|
width: 100%;
|
z-index: 991;
|
}
|
|
.showModal-select {
|
background-color: #fff;
|
margin: 0 24rpx;
|
border-radius: 5px;
|
padding: 32rpx;
|
}
|
|
.showModal-select-title {
|
color: rgba(23, 26, 29, 0.60);
|
}
|
|
.showModal-select-flex {
|
display: flex;
|
margin-top: 24rpx;
|
justify-content: space-between;
|
}
|
|
.search-title {
|
margin-right: 16rpx;
|
}
|
|
.three-tag {}
|
|
.three-tag .van-tabs__wrap {
|
height: 96rpx !important;
|
}
|
|
.van-tabs__wrap .van-tab--active {
|
color: var(--main-color) !important;
|
}
|
|
.three-tag .van-tabs__nav {
|
height: 100%;
|
}
|
|
.three-tag .van-tabs__scroll--line {
|
height: 100%;
|
}
|
|
.three-tag .van-tab {
|
height: 100%;
|
line-height: 96rpx !important;
|
}
|
|
.list {
|
background-color: #fff;
|
margin: 16rpx 24rpx 0;
|
border-radius: 4px;
|
}
|
|
.list-top {
|
border-bottom: 1px dashed #e5e6eb;
|
padding: 24rpx;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
|
.list-top-r {
|
display: flex;
|
align-items: center;
|
gap: 10rpx;
|
}
|
|
.list-top-r-tag {
|
background: #eff8ff;
|
border-radius: 2px;
|
padding: 7rpx 12rpx;
|
color: var(--main-color);
|
}
|
|
.list-top-r-tag-grey {
|
background: #f2f3f5;
|
color: #1d2129;
|
}
|
|
.green-title {
|
color: #00B42A;
|
}
|
|
.red-title {
|
color: #F53F3F;
|
}
|
|
.list-content {
|
padding: 24rpx;
|
}
|
|
.list-content-flex {
|
display: flex;
|
align-items: flex-start;
|
gap: 48rpx;
|
}
|
|
.margin-top {
|
margin-top: 16rpx;
|
}
|
|
.list-content-title {
|
width: 120rpx;
|
color: rgba(23, 26, 29, 0.60);
|
}
|
|
.list-content-value {
|
flex: 1;
|
}
|
|
.list-border {
|
border-bottom: 1px solid #E5E6EB;
|
margin-top: 24rpx;
|
}
|
|
.list-detail {
|
display: flex;
|
justify-content: space-between;
|
background-color: #f7f8fa;
|
margin-top: 24rpx;
|
padding: 16rpx 24rpx;
|
}
|
|
.list-detail-l {
|
display: flex;
|
gap: 8rpx;
|
}
|
|
|
|
.list-detail-title {
|
font-size: 28rpx;
|
}
|
|
.list-detail-r {
|
color: var(--main-color);
|
font-size: 28rpx;
|
}
|
|
.one-add-person-tip .van-popup--round {
|
width: 90%;
|
}
|
|
.one-add-person-tip .van-popup--center {
|
top: 198rpx !important;
|
}
|
|
.showData-title {
|
background-color: #fff;
|
position: absolute;
|
min-height: 538rpx;
|
bottom: 0rpx;
|
width: 100%;
|
z-index: 991;
|
}
|
|
.showData-title-view {
|
padding: 40rpx 32rpx;
|
}
|
|
.showData-title-label {
|
font-size: 34rpx;
|
line-height: 50rpx;
|
margin-bottom: 24rpx;
|
}
|