/* pages/conference/conference.wxss */ page{ background: #fff; } .name{ font-size: 36rpx; text-align: center; color: #000; margin-bottom: 30rpx; } .info text{ color: #666; display: block; margin-bottom: 20rpx; } .title{ font-size: 32rpx; color: #000; margin-bottom: 20rpx; } .content{ color: #666; line-height: 52rpx; margin-bottom: 20rpx; }