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.
|
|
|
|
/* pages/mineAgency/index.wxss */
|
|
|
|
|
page {
|
|
|
|
|
}
|
|
|
|
|
.mineAgencyContainer {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
padding: 0 10px;
|
|
|
|
|
}
|
|
|
|
|
.logoImg {
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
}
|
|
|
|
|
.subItem{
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
height: 76px;
|
|
|
|
|
}
|