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.

68 lines
1.2 KiB
Plaintext

/* @import "/pages/myAgent/index.wxss"; */
.phoneOut {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #e5f8f8;
margin-right: 12px;
/* margin-top: -10px; */
}
.top-circle{
position: absolute;
right: -5px;
top: -2px;
width: 8px;
height: 8px;
background: #f5222d;
border-radius: 50%;
/* left: 50%; */
/* margin-left: 12px; */
}
.phone-circle{
position: absolute;
right: 4px;
top: -2px;
width: 8px;
height: 8px;
background: #f5222d;
border-radius: 50%;
}
.menuBorder {
position: absolute;
width: 72px;
margin-left: -36px;
}
.boxS{
position: absolute;
padding: 0px 10px;
border-radius: 4px;
box-sizing: border-box;
top: 46px;
right: 6px;
width: 106px;
background: #ffffff;
box-shadow: 0px 0px 6px 0px rgba(148,148,148,0.50);
text-align: center;
z-index: 99;
}
.boxS .f15{
font-size: 15px;
line-height: 44px;
}
.boxS .f15.active{
color: var(--color-be);
}
.boxS::before{
content: "";
width: 6px;
height: 6px;
display: block;
position: absolute;
transform: rotate(45deg);
top: -5px;
left: 88px;
background-color: #fff;
border-top: 2px solid #eee;
border-left: 2px solid #eee;
}