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.
25 lines
361 B
25 lines
361 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;
|
|
}
|
|
|
|
.title{
|
|
font-size: 13px;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
|