市北人才赋能平台 --小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
312 B

/* pages/topics/interactive/index.wxss */
@import '../../../style/font.wxss';
image{
width: 100%;
height: 100%;
}
.nav{
height:250px;
}
.circular{
width: 55px;
height: 55px;
border-radius: 50%;
/* background-color: thistle; */
display: flex;
align-items: center;
justify-content: center;
}