/* pages/message/message.wxss */ .main{ display: flex; flex-direction: column; align-items: center; } .info{ width: 687rpx; box-sizing: border-box; background: #FFFFFF; box-shadow: 0 2rpx 24rpx 0 rgba(191, 191, 191, 0.15); border-radius: 18rpx; margin-top: 24rpx; padding: 30rpx; } .text{ font-size: 34rpx; color: #262936; line-height: 48rpx; } .timer{ display: block; font-size: 26rpx; color: #838B99; margin-top: 14rpx; } .tab { display: flex; align-items: center; padding: 20rpx 30rpx 0 30rpx; } .tab-item { display: flex; flex-direction: column; align-items: center; margin-right: 54rpx; } .tab-title { font-size: 30rpx; font-weight: bold; color: #565A6B; } .tab-tag { width: 44rpx; height: 10rpx; display: none; } .active .tab-title { font-size: 34rpx; color: #146ae7; } .active .tab-tag { display: block; }