/* pages/findAdjust/index.wxss */
|
.findAdjust {
|
height: 100%;
|
display: flex;
|
flex-direction: column;
|
position: absolute;
|
left: 0;
|
right: 0;
|
}
|
|
.findAdjust-scroll {
|
flex: 1;
|
overflow: hidden;
|
padding: 24rpx;
|
}
|
|
.find-adjust-list-item {
|
position: relative;
|
background-color: #ffffff;
|
padding: 32rpx;
|
border-radius: var(--border-radius-card-sm);
|
margin-bottom: 16rpx;
|
display: flex;
|
}
|
|
.find-adjust-list-item:last-child {
|
margin-bottom: 0;
|
}
|
|
.find-adjust-list-item:last-child {
|
margin-bottom: 0;
|
}
|
|
.avatar-img-box {
|
height: 116rpx;
|
width: 116rpx;
|
margin-right: 32rpx;
|
}
|
|
.avatar-img {
|
width: 100%;
|
height: 100%;
|
}
|
|
.list-item-right {
|
flex: 1;
|
overflow: hidden;
|
}
|
|
.avatar-name {
|
font-weight: 550;
|
margin-bottom: 16rpx;
|
}
|
|
.avatar-subTitle {
|
color: var(--second-text-color);
|
font-size: 24rpx;
|
line-height: 24rpx;
|
margin-bottom: 16rpx;
|
display: flex;
|
flex-wrap: wrap;
|
}
|
|
.avatar-subTitle-divider {
|
margin: 0 8rpx;
|
width: 2rpx;
|
background-color: var(--border-color);
|
}
|
|
.avatar-subTitle-tagBox {
|
margin-bottom: 8rpx;
|
align-items: center;
|
}
|
|
.avatar-subTitle-tag {
|
padding: 8rpx;
|
background: rgba(0, 0, 0, 0.1);
|
border-radius: 4rpx;
|
margin-right: 8rpx;
|
margin-bottom: 8rpx;
|
}
|
|
.list-item-btn {
|
padding: 6rpx;
|
border-radius: 6rpx;
|
border: 2rpx solid var(--main-color);
|
font-size: 22rpx;
|
line-height: 22rpx;
|
color: var(--main-color);
|
display: inline-block;
|
}
|
|
.find-icon {
|
width: 20rpx;
|
height: 20rpx;
|
margin-right: 8rpx;
|
}
|
|
.guess-subTitle {
|
padding: 32rpx 0;
|
}
|
|
.guess-main {
|
margin-bottom: 146rpx;
|
padding: 0 32rpx;
|
}
|
|
.guess-item {
|
position: relative;
|
border: 2rpx solid rgba(0, 0, 0, 0.2);
|
border-radius: 40rpx;
|
text-align: center;
|
padding: 24rpx 0;
|
line-height: 28rpx;
|
margin-bottom: 32rpx;
|
}
|
|
.guess-item-active {
|
border-color: var(--main-color);
|
color: var(--main-color);
|
background-color: var(--red-1);
|
}
|
|
.guess-check {
|
position: absolute;
|
top: -16rpx;
|
right: 0;
|
color: var(--main-color);
|
background: #fff;
|
border-radius: 50%;
|
}
|
|
.guess-bottom .btn:first-child {
|
margin-right: 32rpx;
|
}
|
|
.drop-down-select-submenu {
|
overflow: hidden !important;
|
}
|