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.

158 lines
2.0 KiB

/**index.wxss**/
4 years ago
.top {
padding: 30rpx;
}
.banner {
border-radius: 16rpx;
height: 408rpx;
overflow: hidden;
}
.swiper-item {
width: 100%;
height: 100%;
border-radius: 16rpx;
4 years ago
}
4 years ago
.b-img {
width: 100%;
height: 100%;
border-radius: 16rpx;
}
.tabs {
4 years ago
display: flex;
4 years ago
padding-top: 30rpx;
4 years ago
}
4 years ago
.t-item {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
}
4 years ago
.t-item image {
width: 110rpx;
height: 110rpx;
}
.t-item text {
4 years ago
font-size: 30rpx;
4 years ago
color: #262936;
4 years ago
font-weight: bold;
}
4 years ago
.main {
background-color: #fff;
display: flex;
flex-direction: column;
padding-bottom: 100rpx;
4 years ago
}
4 years ago
.main-head {
padding: 30rpx 30rpx 0 30rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.main-head .title {
4 years ago
font-size: 34rpx;
4 years ago
font-weight: 700;
4 years ago
color: #262936;
}
4 years ago
.search {
width: 309rpx;
height: 63rpx;
background: #f7f7f7;
border: 1rpx solid #f0f0f0;
border-radius: 30rpx;
display: flex;
align-items: center;
padding: 0 40rpx;
box-sizing: border-box;
4 years ago
}
4 years ago
.search>input {
flex: 1;
}
.search>image {
margin-left: 10rpx;
width: 31rpx;
height: 31rpx;
}
.list-box {
flex: 1;
overflow: hidden;
}
.list {
4 years ago
height: 100%;
}
4 years ago
.list-item {
4 years ago
border-radius: 18rpx;
margin: 0 auto;
4 years ago
margin-bottom: 24rpx;
4 years ago
padding: 34rpx 30rpx 0 30rpx;
4 years ago
box-sizing: border-box;
4 years ago
display: flex;
4 years ago
}
4 years ago
.item-img {
width: 166rpx;
height: 151rpx;
border-radius: 16rpx;
}
.list-info {
flex: 1;
padding-left: 20rpx;
4 years ago
display: flex;
4 years ago
flex-direction: column;
4 years ago
justify-content: space-between;
}
4 years ago
.list-title {
width: 484rpx;
font-size: 32rpx;
font-weight: bold;
4 years ago
color: #262936;
4 years ago
line-height: 42rpx;
4 years ago
}
4 years ago
.item-tag {
4 years ago
font-size: 22rpx;
font-weight: bold;
4 years ago
display: inline-block;
color: #fff;
border-radius: 6rpx;
padding: 0 10rpx;
line-height: 42rpx;
}
.list-timer {
font-size: 22rpx;
color: #c3c3c3;
}
.tag-study{
background-color: #146ae7;
}
.tag-report{
background-color: #f7a40f;
4 years ago
}
4 years ago
.tag-research{
background-color: #10c769;
}
4 years ago
.tag-promotion{
background-color: #fe573e;
}