134 lines
2.6 KiB
Plaintext
134 lines
2.6 KiB
Plaintext
/* packageD/MyFriendApply/myfriends.wxss */
|
|
#content .nav .nav_box {
|
|
border-bottom: solid 0.0625rem #ebebeb;
|
|
padding: 0 0.625rem;
|
|
margin-bottom: 0.5rem;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
}
|
|
|
|
#content .nav .nav_box .nav_item {
|
|
height: 2.75rem;
|
|
line-height: 2.75rem;
|
|
display: flex;
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
#content .nav .nav_box .nav_item .li {
|
|
margin: 0 0.625rem;
|
|
font-size: 15px;
|
|
max-width: 14rem;
|
|
display: inline-block;
|
|
}
|
|
|
|
#content .nav .nav_box .nav_item .tab {
|
|
border-bottom: 5px solid #f15353;
|
|
color: #f15353;
|
|
box-sizing: border-box;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
#content .nav .nav_box .nav::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
#content .nav .nav_box::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
#content .nav .list_box {
|
|
margin-top: 0.375rem;
|
|
}
|
|
|
|
#content .nav .list_box .box .client {
|
|
background-color: #fff;
|
|
padding: 0.75rem 1.25rem;
|
|
display: flex;
|
|
position: relative;
|
|
border-bottom: solid 0.0625rem #ebebeb;
|
|
}
|
|
|
|
#content .nav .list_box .box .client .show_detail {
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
#content .nav .list_box .box .client .img {
|
|
width: 3rem;
|
|
height: 3rem;
|
|
border-radius: 1.5rem;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#content .nav .list_box .box .client .img image {
|
|
width: 3rem;
|
|
height: 3rem;
|
|
background-size: cover;
|
|
}
|
|
|
|
#content .nav .list_box .box .client .name {
|
|
text-align: left;
|
|
margin-left: 0.625rem;
|
|
width: 18rem;
|
|
}
|
|
|
|
#content .nav .list_box .box .client .name .li .h2 {
|
|
font-weight: 400;
|
|
color: #000;
|
|
}
|
|
|
|
#content .nav .list_box .box .client .name .li .span {
|
|
font-weight: 400;
|
|
color: #8c8c8c;
|
|
font-size: 0.75rem;
|
|
width: 50%;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
#content .nav .list_box .box .client .name .li .rightTime {
|
|
float: right;
|
|
text-align: right;
|
|
}
|
|
|
|
#content .nav .list_box .box .client .name .btnList .span {
|
|
width: auto;
|
|
padding: 0 0.4rem;
|
|
height: 1.6rem;
|
|
line-height: 1.6rem;
|
|
text-align: center;
|
|
display: inline-block;
|
|
background: #000;
|
|
color: #fff;
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
#content .nav .list_box .box .client .name .btnList .activeClass {
|
|
background-color: #f15353;
|
|
}
|
|
|
|
#content .nav .list_box .box .client .name li:first-child {
|
|
line-height: 1.5rem;
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#content .nav .list_box .box .client .name li:last-child {
|
|
font-size: 14px;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
#content .nav .list_box .box .client icon {
|
|
position: absolute;
|
|
right: 1.25rem;
|
|
font-size: 1.75rem;
|
|
color: #999;
|
|
line-height: 3rem;
|
|
}
|