市北人才赋能平台 --小程序端
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.

56 lines
894 B

6 years ago
/* pages/topics/index.wxss */
.header-titles {
height: 36px;
display: flex;
/* justify-content: space-around; */
padding: 5px;
}
.title {
width: 150rpx;
display: flex;
align-items: center;
justify-content: center;
color: #999999;
font-size: 14px;
margin-top: 5px;
}
.item-title{
display: flex;
flex-direction: column;
align-items: center;
}
.title-selected {
font-size: 16px;
color: #292E3E;
}
.select-line{
margin-top: 5px;
width: 10px;
height: 2px;
border-radius: 5px;
background-color: #FA4646;
}
.page {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 90rpx;
color: white;
}
.bc_Yellow {
background-color: yellow;
}
.bc_Orange {
background-color: orange;
}
.bc_Green {
background-color: green;
}
.bc_Blue {
background-color: blue;
}
.bc_Purple {
background-color: purple;
}