page {
|
background-color: #f7f7f7;
|
}
|
.main_tab {
|
width: 100%;
|
display: flex;
|
align-items: flex-end;
|
height: 88rpx;
|
background-color: #fff;
|
padding: 0 40rpx;
|
}
|
.main_tab .item {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
justify-content: center;
|
align-items: center;
|
font-size: 32rpx;
|
color: #555555;
|
}
|
.main_tab .item .border {
|
width: 40rpx;
|
height: 6rpx;
|
background-color: #fff;
|
border-radius: 3rpx;
|
margin-top: 16rpx;
|
}
|
.main_tab .active {
|
font-weight: 600;
|
font-size: 38rpx;
|
color: #222222;
|
}
|
.main_tab .active .border {
|
background: #F4CA1C;
|
}
|
.search_wrap {
|
width: 750rpx;
|
height: 100rpx;
|
padding: 0rpx 40rpx;
|
border-radius: 8rpx;
|
display: flex;
|
align-items: center;
|
background-color: #fff;
|
}
|
.search_wrap .input_wrap {
|
flex: 1;
|
height: 72rpx;
|
background-color: #f7f7f7;
|
padding-left: 40rpx;
|
display: flex;
|
align-items: center;
|
font-size: 26rpx;
|
}
|
.search_wrap .input_wrap input {
|
width: 100%;
|
}
|
.search_wrap .input_wrap .icon {
|
width: 28rpx;
|
height: 28rpx;
|
margin-top: 4rpx;
|
margin-right: 14rpx;
|
}
|
.search_wrap .kehu {
|
width: 48rpx;
|
height: 48rpx;
|
margin-left: 30rpx;
|
}
|
.list {
|
height: calc(100vh - 188rpx);
|
padding: 0 40rpx 160rpx;
|
background-color: #fff;
|
}
|
.list .item {
|
border-bottom: 1rpx solid #e5e5e5;
|
padding: 30rpx 0 20rpx;
|
}
|
.list .item .item_content {
|
display: flex;
|
}
|
.list .item .checked_wrap {
|
display: flex;
|
align-items: center;
|
}
|
.list .item:nth-last-child(1) {
|
border: none;
|
}
|
.list .item .line {
|
display: flex;
|
font-size: 26rpx;
|
}
|
.list .item .line .label {
|
color: #999999;
|
margin-right: 20rpx;
|
}
|
.list .item .line .val {
|
color: #333333;
|
width: 420rpx;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
.list .item .source {
|
margin-top: 12rpx;
|
}
|
.list .item .icon {
|
width: 40rpx;
|
height: 40rpx;
|
margin-right: 30rpx;
|
}
|
.list .item .avatar {
|
width: 88rpx;
|
height: 88rpx;
|
border-radius: 50%;
|
margin-right: 20rpx;
|
}
|
.list .item .content {
|
flex: 1;
|
}
|
.list .item .content .header {
|
display: flex;
|
justify-content: space-between;
|
}
|
.list .item .content .header .left {
|
display: flex;
|
align-items: center;
|
}
|
.list .item .content .header .left .name {
|
font-weight: 500;
|
font-size: 30rpx;
|
color: #111111;
|
margin-right: 10rpx;
|
}
|
.list .item .content .header .left .tag {
|
font-size: 24rpx;
|
color: #57BE6A;
|
}
|
.list .item .content .header .remark {
|
font-size: 26rpx;
|
color: #666666;
|
}
|
.list .item .desc {
|
display: flex;
|
justify-content: space-between;
|
font-size: 24rpx;
|
color: #999999;
|
margin-top: 24rpx;
|
padding-left: 70rpx;
|
}
|
.footer {
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
width: 750rpx;
|
background-color: #fff;
|
box-shadow: 0rpx -1rpx 0rpx 0rpx #EEEEEE;
|
}
|
.footer .btns {
|
background-color: #f7f7f7;
|
display: flex;
|
align-items: center;
|
height: 102rpx;
|
padding: 14rpx 40rpx 0;
|
}
|
.footer .btns .btn {
|
flex: 1;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
height: 88rpx;
|
width: 152rpx;
|
font-weight: 500;
|
color: #777777;
|
border: 1rpx solid #999999;
|
margin-left: 20rpx;
|
font-style: 28rpx;
|
border-radius: 8rpx;
|
color: #fff !important;
|
border: 1rpx solid var(--themeColor);
|
background-color: var(--themeColor);
|
}
|