/* components/Service/service.wxss */ .code1{ margin: auto; width: 400rpx; } .code{ text-align: center; } .title{ text-align: center; font-weight: 900; font-size: 40rpx; margin-top: 10rpx; } .red{ color: red; text-align: center; margin: 20rpx 0; } .sure{ width: 100%; height: 80rpx; background-color: #ee3a43; color: white; text-align: center; line-height: 80rpx; }