/* pages/notice/notice.wxss */ .item-container { padding: 13rpx 0; } .alarm-item { padding: 18rpx 26rpx; padding-left: 31rpx; border-radius: 0; } .alarm-item::after { border: 0; } .item-icon { width: 74rpx; height: 74rpx; } .item-text { font-size: 33rpx; font-family: PingFang SC; font-weight: 400; color: rgba(44, 44, 50, 1); line-height: 44rpx; }