index.wxss
459 Bytes
.header {
width: 100%;
height: 100rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-title {
font-family: PingFang-SC-Medium;
font-weight: bold;
font-size: 32rpx;
color: #444444;
letter-spacing: 0;
margin-left: 30rpx;
}
.more-view {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #B0B0B0;
letter-spacing: 0;
}
.more-icon {
width: 14rpx;
height: 21rpx;
margin-right: 30rpx;
}