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.
102 lines
1.3 KiB
102 lines
1.3 KiB
/**index.wxss**/ |
|
.main{ |
|
padding-bottom: 0; |
|
} |
|
|
|
.tab{ |
|
display: flex; |
|
justify-content: space-between; |
|
padding: 30rpx; |
|
} |
|
|
|
.tab-item{ |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
} |
|
|
|
.tab-title{ |
|
font-size: 30rpx; |
|
font-weight: bold; |
|
color: #565A6B; |
|
} |
|
|
|
.tab-tag{ |
|
width: 44rpx; |
|
height: 10rpx; |
|
display: none; |
|
} |
|
|
|
.active .tab-title{ |
|
font-size: 34rpx; |
|
font-weight: bold; |
|
color: #262936; |
|
} |
|
|
|
.active .tab-tag{ |
|
display: block; |
|
} |
|
|
|
.list{ |
|
height: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center ; |
|
} |
|
|
|
.list-item{ |
|
width: 688rpx; |
|
height: 208rpx; |
|
background: #FFFFFF; |
|
box-shadow: 0 2rpx 23rpx 0 rgba(191, 191, 191, 0.15); |
|
border-radius: 18rpx; |
|
margin-bottom: 24rpx; |
|
padding: 30rpx; |
|
box-sizing: border-box; |
|
} |
|
|
|
.list-info{ |
|
display: flex; |
|
justify-content: space-between; |
|
} |
|
|
|
.list-title{ |
|
max-width: 488rpx; |
|
font-size: 33rpx; |
|
color: #262936; |
|
line-height: 47rpx; |
|
} |
|
|
|
.list-tag{ |
|
width: 89rpx; |
|
height: 34rpx; |
|
line-height: 34rpx; |
|
border-radius: 4rpx; |
|
font-size: 22rpx; |
|
font-weight: bold; |
|
color: #FFFFFF; |
|
margin-top: 10rpx; |
|
} |
|
|
|
.ycj{ |
|
background-color: #FF652F; |
|
} |
|
|
|
.wcj{ |
|
background-color: #666A7A; |
|
} |
|
|
|
.gsz{ |
|
background-color: #02D775; |
|
} |
|
|
|
.list-timer{ |
|
margin-top: 10rpx; |
|
font-size: 26rpx; |
|
color: #838B99; |
|
} |
|
|
|
.bottom{ |
|
width: 688rpx; |
|
height: 208rpx; |
|
} |