32 lines
583 B
SCSS
32 lines
583 B
SCSS
.subscribed-content {
|
|
margin-top: 24rpx;
|
|
|
|
.section-title-container {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
margin-top: 36rpx;
|
|
margin-bottom: 24rpx;
|
|
|
|
.section-title-bar {
|
|
width: 6rpx;
|
|
height: 30rpx;
|
|
background: linear-gradient(180deg, #1e6deb 0%, #008b70 100%);
|
|
border-radius: 4rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.section-title {
|
|
font-size: 32rpx;
|
|
font-weight: 600;
|
|
color: #1d2129;
|
|
line-height: 32rpx;
|
|
}
|
|
}
|
|
|
|
.tab-panel {
|
|
margin-top: 20rpx;
|
|
min-height: 400rpx;
|
|
}
|
|
}
|