49 lines
1016 B
Plaintext
49 lines
1016 B
Plaintext
/* 水平间距 */
|
|
/* 水平间距 */
|
|
.notice.data-v-1c2e4c1e {
|
|
/* 导航标签样式 */
|
|
}
|
|
.notice_block.data-v-1c2e4c1e {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 35rpx;
|
|
width: 690rpx;
|
|
height: 106rpx;
|
|
background: #ffffff;
|
|
border-radius: 16rpx;
|
|
position: relative;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #232323;
|
|
}
|
|
.notice .nav-tabs.data-v-1c2e4c1e {
|
|
display: flex;
|
|
/* justify-content: space-around; */
|
|
background-color: #ffffff;
|
|
padding: 24rpx 0;
|
|
border-bottom: 1rpx solid #eee;
|
|
}
|
|
.notice .tab-item.data-v-1c2e4c1e {
|
|
font-size: 15px;
|
|
color: #999;
|
|
position: relative;
|
|
padding: 0 10px;
|
|
z-index: 9;
|
|
}
|
|
.notice .tab-item.active.data-v-1c2e4c1e {
|
|
color: #333;
|
|
font-weight: bold;
|
|
}
|
|
.notice .tab-item.active.data-v-1c2e4c1e::after {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: 0rpx;
|
|
right: 20rpx;
|
|
width: 40rpx;
|
|
height: 12rpx;
|
|
background: #627c54;
|
|
border-radius: 24rpx 24rpx 24rpx 24rpx;
|
|
z-index: 5;
|
|
opacity: 0.8;
|
|
} |