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.
22 lines
362 B
Plaintext
22 lines
362 B
Plaintext
@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%;
|
|
} |