first commit
This commit is contained in:
49
unpackage/dist/dev/mp-weixin/pages/notice/notice.wxss
vendored
Normal file
49
unpackage/dist/dev/mp-weixin/pages/notice/notice.wxss
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user