12345678910111213141516171819 |
- @import "../../static/unread.wxss";
- .module-navigation {
- display: flex;
- height: 90rpx;
- width: 750rpx;
- background-color: #fff;
- margin-top: 20rpx;
- >view {
- width: 180rpx;
- line-height: 90rpx;
- text-align: center;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- }
|