/* pages/myRegisterDetail/index.wxss */
|
@import '../../styles/public_components.wxss';
|
|
.one-list {
|
background: #fff;
|
padding: 24rpx;
|
display: flex;
|
position: relative;
|
gap: 8px;
|
margin-bottom: 12px;
|
border-radius: 8px;
|
}
|
|
.one-list-l {
|
height: 96rpx;
|
width: 96rpx;
|
border-radius: 4px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
color: #fff;
|
font-size: 28rpx;
|
text-align: center;
|
}
|
|
.one-list-r-t {
|
display: flex;
|
gap: 8px;
|
font-size: 28rpx;
|
line-height: 44rpx;
|
}
|
|
.one-list-phone {
|
color: rgba(23, 26, 29, 0.60);
|
}
|
|
.one-list-tag {
|
font-size: 24rpx;
|
line-height: 40rpx;
|
border-radius: 2px;
|
background: #e6fffb;
|
color: #13C2C2;
|
padding: 0 8rpx;
|
}
|
|
.one-list-tag-orange {
|
font-size: 24rpx;
|
line-height: 40rpx;
|
border-radius: 2px;
|
background: #FFF2E6;
|
color: #EF6C24;
|
padding: 0 8rpx;
|
}
|
|
.one-list-r {
|
flex: 1;
|
}
|
|
.one-list-r-b {
|
color: rgba(23, 26, 29, 0.60);
|
font-size: 24rpx;
|
line-height: 40rpx;
|
margin-top: 8rpx;
|
}
|
|
.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;
|
}
|
|
.three-tag2 {
|
background-color: #fff;
|
margin-top: 16rpx;
|
padding: 24rpx 32rpx;
|
}
|
|
.green {
|
background-color: #13C2C2;
|
}
|
|
.orange {
|
background-color: #EF6C24;
|
}
|
|
.fileList {
|
background-color: #fff;
|
padding: 24rpx 32rpx;
|
display: flex;
|
gap: 32rpx;
|
align-items: center;
|
}
|
|
.fileList_border {
|
padding-bottom: 24rpx;
|
display: flex;
|
gap: 32rpx;
|
align-items: center;
|
border-bottom: 1px solid rgba(126, 134, 142, 0.16);
|
}
|
|
.fileList_img {
|
width: 84rpx;
|
height: 96rpx;
|
}
|
|
.fileList_title {
|
color: rgba(23, 26, 29, 0.40);
|
font-size: 28rpx;
|
}
|
|
.fileList_img_del {
|
width: 32rpx;
|
height: 32rpx;
|
}
|
|
.flex_1 {
|
flex: 1;
|
}
|
|
.submitButton {
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
display: flex;
|
padding: 32rpx var(--padding-my);
|
background-color: #fff;
|
z-index: 99;
|
}
|
|
.float-image {
|
position: fixed;
|
right: 32rpx;
|
bottom: 200rpx;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
z-index: 999;
|
}
|
|
.float-image image {
|
width: 100rpx;
|
height: auto;
|
}
|
|
.float-image-text {
|
font-size: 24rpx;
|
color: #1A6FB8;
|
margin-top: 8rpx;
|
font-weight: 500;
|
}
|