You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
278 lines
5.0 KiB
Plaintext
278 lines
5.0 KiB
Plaintext
|
2 years ago
|
/* pages/callPhone/callPhone.wxss */
|
||
|
|
@import "../mobile/index.wxss";
|
||
|
|
page {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
--color-ysd: #00BEBE;
|
||
|
|
--color-bgcolor:#e5f8f8
|
||
|
|
}
|
||
|
|
.navigationbar {
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.navigationbar text {
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
|
||
|
|
.container {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
.underreview {
|
||
|
|
display: flex;
|
||
|
|
height: 54px;
|
||
|
|
align-items: center;
|
||
|
|
background-color: #fff;
|
||
|
|
margin: 10px 0;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 0 12px;
|
||
|
|
}
|
||
|
|
.underreview > view:last-child {
|
||
|
|
color: var(--color-ysd);
|
||
|
|
}
|
||
|
|
.underreview > view:last-child i {
|
||
|
|
color: #999;
|
||
|
|
}
|
||
|
|
.titlelist {
|
||
|
|
display: flex;
|
||
|
|
position: sticky;
|
||
|
|
box-sizing: border-box;
|
||
|
|
justify-content: space-between;
|
||
|
|
border-bottom: 1px solid #eee;
|
||
|
|
padding: 4px 10px ;
|
||
|
|
line-height: 2;
|
||
|
|
padding-bottom: 8px;
|
||
|
|
font-size: 15px;
|
||
|
|
background-color: #fff;
|
||
|
|
top: 0px;
|
||
|
|
left: 0;
|
||
|
|
width: calc(100%);
|
||
|
|
z-index: 999;
|
||
|
|
}
|
||
|
|
.titlelist .pr {
|
||
|
|
width: 60px;
|
||
|
|
font-weight:bold;
|
||
|
|
text-align: center;
|
||
|
|
color: #333333;
|
||
|
|
z-index: 99999;
|
||
|
|
}
|
||
|
|
.titlelist .activelist {
|
||
|
|
color: var(--color-ysd);
|
||
|
|
font-weight: bold;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.titlelist .activelist::after {
|
||
|
|
display: block;
|
||
|
|
content: "";
|
||
|
|
width: 20px;
|
||
|
|
height: 3px;
|
||
|
|
background-color:var(--color-ysd);
|
||
|
|
position: absolute;
|
||
|
|
bottom: -8px;
|
||
|
|
left: 50%;
|
||
|
|
transform: translateX(-10px);
|
||
|
|
}
|
||
|
|
.main {
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
}
|
||
|
|
.main .weui-search-bar__box {
|
||
|
|
height: 34px;
|
||
|
|
border-radius: 17px;
|
||
|
|
background-color: #fff;
|
||
|
|
padding-left: 20px;
|
||
|
|
}
|
||
|
|
.main .weui-search-bar__box .weui-search-bar__input .placeholder {
|
||
|
|
color: #999;
|
||
|
|
}
|
||
|
|
.main .weui-search-bar__box .weui-icon-clear {
|
||
|
|
color: #999;
|
||
|
|
}
|
||
|
|
.main .mainlist .subset {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
background-color: #fff;
|
||
|
|
border-bottom: 1rpx solid #e2e2e2;
|
||
|
|
padding: 16px 12px;
|
||
|
|
font-size: 14px;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
/* .main .mainlist >view:last-child {
|
||
|
|
border-bottom: 1px solid transparent;
|
||
|
|
|
||
|
|
} */
|
||
|
|
.mainlist .subset .date {
|
||
|
|
line-height: 18px;
|
||
|
|
}
|
||
|
|
.main .mainlist .subset .userinfo {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.main .mainlist .subset .userinfo .icon {
|
||
|
|
width: 40px;
|
||
|
|
height: 40px;
|
||
|
|
margin-right: 12px;
|
||
|
|
background-color: var(--color-bgcolor);
|
||
|
|
text-align: center;
|
||
|
|
border-radius: 50%;
|
||
|
|
}
|
||
|
|
.main .mainlist .subset .userinfo .icon .iconfont {
|
||
|
|
font-size: 22px;
|
||
|
|
line-height: 40px;
|
||
|
|
}
|
||
|
|
.main .mainlist .subset .userinfo .icon.noTel {
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
}
|
||
|
|
.main .mainlist .subset .userinfo .user {
|
||
|
|
line-height: 18px;
|
||
|
|
}
|
||
|
|
.main .mainlist .subset .userinfo .user .username {
|
||
|
|
font-weight: bold;
|
||
|
|
margin-right: 4px;
|
||
|
|
color: #333;
|
||
|
|
overflow: hidden;
|
||
|
|
white-space: nowrap;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
width: 148px;
|
||
|
|
display: block;
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
.main .mainlist .subset .userinfo .user .usertype {
|
||
|
|
margin-top: 8px;
|
||
|
|
}
|
||
|
|
.display-flex {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.main .mainlist .subset.hcb{
|
||
|
|
background-color: #eeeeee;
|
||
|
|
}
|
||
|
|
|
||
|
|
.weui-search-bar__box .search {
|
||
|
|
color: var(--color-ysd);
|
||
|
|
}
|
||
|
|
|
||
|
|
.top-circle{
|
||
|
|
position: absolute;
|
||
|
|
right: 2px;
|
||
|
|
top: 3px;
|
||
|
|
width: 8px;
|
||
|
|
height: 8px;
|
||
|
|
background: #f5222d;
|
||
|
|
border-radius: 50%;
|
||
|
|
}
|
||
|
|
.phone-circle{
|
||
|
|
position: absolute;
|
||
|
|
right: 4px;
|
||
|
|
top: -2px;
|
||
|
|
width: 8px;
|
||
|
|
height: 8px;
|
||
|
|
background: #f5222d;
|
||
|
|
border-radius: 50%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.titlelist1{
|
||
|
|
/* display: flex; */
|
||
|
|
position: sticky;
|
||
|
|
box-sizing: border-box;
|
||
|
|
/* justify-content: space-between; */
|
||
|
|
border-bottom: 1px solid #eee;
|
||
|
|
padding: 0px;
|
||
|
|
line-height: 2;
|
||
|
|
/* padding-bottom: 8px; */
|
||
|
|
font-size: 15px;
|
||
|
|
background-color: #fff;
|
||
|
|
/* top: 0px;
|
||
|
|
left: 0; */
|
||
|
|
/* width: calc(100%); */
|
||
|
|
z-index: 999;
|
||
|
|
}
|
||
|
|
.weui-tabs-bar__item{
|
||
|
|
margin: 0 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.weui-tabs{
|
||
|
|
padding-left: 0;
|
||
|
|
}
|
||
|
|
.weui-tabs swiper{
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
.weui-tabs-bar__wrp {
|
||
|
|
border-bottom: 1px solid var(--weui-BG-2);
|
||
|
|
margin-top: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.weui-tabs-swiper {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
|
||
|
|
background-color: var(--weui-BG-2);
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.tab-content {
|
||
|
|
/* height: 100px; */
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
box-sizing: border-box;
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.weui-tabs-bar__title {
|
||
|
|
margin: 0px 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tab-bar-title__selected {
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.item-title {
|
||
|
|
margin: 10px 10px 5px;
|
||
|
|
font-size: 18px;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.item-desc {
|
||
|
|
margin: 5px 10px 0;
|
||
|
|
width: 100%;
|
||
|
|
color: var(--weui-FG-1)
|
||
|
|
}
|
||
|
|
.weui-tabs-bar__item{
|
||
|
|
font-size: 16px;
|
||
|
|
/* font-weight: bold; */
|
||
|
|
}
|
||
|
|
.weui-tabs-bar__item .activelist{
|
||
|
|
font-weight: bold;
|
||
|
|
color: var(--color-be) !important;
|
||
|
|
border-bottom-color: var(--color-be) !important;
|
||
|
|
}
|
||
|
|
.weui-tabs-bar__title{
|
||
|
|
border-bottom-width: 3px !important;
|
||
|
|
}
|
||
|
|
.titlelist .activelist::after{
|
||
|
|
content: none;
|
||
|
|
}
|
||
|
|
.ssTag{
|
||
|
|
width: 96px;
|
||
|
|
height: 28px;
|
||
|
|
background: #f5f5f5;
|
||
|
|
border-radius: 4px;
|
||
|
|
font-size: 14px;
|
||
|
|
color: #333333;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 28px;
|
||
|
|
display: inline-block;
|
||
|
|
margin-right: 8px;
|
||
|
|
}
|
||
|
|
.ssTag.active{
|
||
|
|
color: #00bebe;
|
||
|
|
background: #e5f8f8;
|
||
|
|
}
|
||
|
|
.role41 .weui-tabs-bar__item:nth-child(2){
|
||
|
|
display: none;
|
||
|
|
|
||
|
|
}
|