/* pages/user/subpage/system/system.wxss */ .main { width: 686rpx; min-height: 100vh; background: #F9F9F9; padding: 32rpx; padding-top: 24rpx; } .card { width: 622rpx; background: #FFFFFF; border-radius: 16px; padding: 32rpx; } .title { font-size: 28rpx; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #333333; line-height: 28rpx; margin-bottom: 16rpx; display: flex; align-items: center; flex-wrap: wrap; } .text { font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #333333; line-height: 40rpx; margin-bottom: 32rpx; } .time { font-size: 20rpx; font-family: MiSans-Regular, MiSans; font-weight: 400; color: #999999; line-height: 20rpx; } .dot{ background-color: red; height: 14rpx; width: 14rpx; border-radius: 50%; margin-left: 10rpx; }