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.
35 lines
530 B
Plaintext
35 lines
530 B
Plaintext
|
2 years ago
|
@import "/pages/myAgent/index.wxss";
|
||
|
|
|
||
|
|
.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%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.htc{
|
||
|
|
border-bottom: 1rpx solid #eee;
|
||
|
|
/* padding-bottom: 8px; */
|
||
|
|
}
|
||
|
|
.viewList:last-child .htc{
|
||
|
|
border-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* .htc:last-child{
|
||
|
|
border-bottom: 0;
|
||
|
|
} */
|